|
| 1 | +# Changelog |
| 2 | + |
| 3 | + |
| 4 | +## v0.0.1 |
| 5 | + |
| 6 | + |
| 7 | +### 🚀 Features |
| 8 | + |
| 9 | +- Setup project with storybook and unocss ([2eea160](https://github.com/thinkbuff/figma/commit/2eea160)) |
| 10 | +- **react:** Add button component and stories ([2eea160](https://github.com/thinkbuff/figma/commit/2eea160)) |
| 11 | +- **react/button:** Remove ghost variant, add with icon and loading story ([abf3533](https://github.com/thinkbuff/figma/commit/abf3533)) |
| 12 | +- **react:** Add ActionIcon component and stories ([a22bdf7](https://github.com/thinkbuff/figma/commit/a22bdf7)) |
| 13 | +- **react:** Add Checkbox component and stories ([731a7e0](https://github.com/thinkbuff/figma/commit/731a7e0)) |
| 14 | +- **theme:** Add base theme css variables ([437d390](https://github.com/thinkbuff/figma/commit/437d390)) |
| 15 | +- **react:** Add Tooltip commponent and stories ([b375cc1](https://github.com/thinkbuff/figma/commit/b375cc1)) |
| 16 | +- **react:** Add Input commponent and stories ([48475ca](https://github.com/thinkbuff/figma/commit/48475ca)) |
| 17 | +- **react/input:** Add invalid variant ([cb7f1ea](https://github.com/thinkbuff/figma/commit/cb7f1ea)) |
| 18 | +- **react:** Add Textarea component and stories ([a04e2b6](https://github.com/thinkbuff/figma/commit/a04e2b6)) |
| 19 | +- **react/tooltip:** Refactor Tooltip component for simplified usage ([e061d72](https://github.com/thinkbuff/figma/commit/e061d72)) |
| 20 | +- **react:** Add Select component and stories ([c9da673](https://github.com/thinkbuff/figma/commit/c9da673)) |
| 21 | +- **react:** Optimize styles for Select component and code for Input and Button components ([b2db721](https://github.com/thinkbuff/figma/commit/b2db721)) |
| 22 | +- **react:** Add Switch, Label components and stories ([128a43b](https://github.com/thinkbuff/figma/commit/128a43b)) |
| 23 | +- **react:** Add Radio components and stories ([4e5c636](https://github.com/thinkbuff/figma/commit/4e5c636)) |
| 24 | +- **react/radio:** Add support for setting orientation property ([3a5742e](https://github.com/thinkbuff/figma/commit/3a5742e)) |
| 25 | +- **react/radio:** Use inline property instead of orientation property to control layout ([70a4205](https://github.com/thinkbuff/figma/commit/70a4205)) |
| 26 | +- **react:** Add Tabs components and stories ([456249c](https://github.com/thinkbuff/figma/commit/456249c)) |
| 27 | +- **react:** Add Slider components and stories ([bc2fc3d](https://github.com/thinkbuff/figma/commit/bc2fc3d)) |
| 28 | +- **react:** Add Toggle, ToggleGroup components and stories ([6d1788e](https://github.com/thinkbuff/figma/commit/6d1788e)) |
| 29 | +- **react:** Add Popover components and stories ([a4213d7](https://github.com/thinkbuff/figma/commit/a4213d7)) |
| 30 | +- **react:** Add DropdownMenu components and stories ([4ada875](https://github.com/thinkbuff/figma/commit/4ada875)) |
| 31 | +- **react:** Add Sheet components and stories, rename text-size-* to font-size-* ([46288ca](https://github.com/thinkbuff/figma/commit/46288ca)) |
| 32 | +- **react:** Add Separator component and stories ([bbe083c](https://github.com/thinkbuff/figma/commit/bbe083c)) |
| 33 | +- **react:** Add AlertDialog components and stories, refactor `cn` util usage in component ([900c5ef](https://github.com/thinkbuff/figma/commit/900c5ef)) |
| 34 | +- **react:** Add Dialog components and stories ([230b25f](https://github.com/thinkbuff/figma/commit/230b25f)) |
| 35 | +- **react:** Add Toast component and stories ([64cdfd5](https://github.com/thinkbuff/figma/commit/64cdfd5)) |
| 36 | +- **react/toast:** Custom toast classNames ([9571bcc](https://github.com/thinkbuff/figma/commit/9571bcc)) |
| 37 | +- **react:** Add ScrollArea components and stories ([d5674c4](https://github.com/thinkbuff/figma/commit/d5674c4)) |
| 38 | +- **react:** Add Vite build configuration for React component library, adjust directory structure, and remove deprecated files ([363eced](https://github.com/thinkbuff/figma/commit/363eced)) |
| 39 | +- **react:** Optimize build configuration ([954d025](https://github.com/thinkbuff/figma/commit/954d025)) |
| 40 | + |
| 41 | +### 📚 Examples |
| 42 | + |
| 43 | +- Setup playground project ([c1ff37c](https://github.com/thinkbuff/figma/commit/c1ff37c)) |
| 44 | + |
| 45 | +### 🔨 Refactors |
| 46 | + |
| 47 | +- **react:** Use dot notation instead of exporting named parts for Select component ([f1be904](https://github.com/thinkbuff/figma/commit/f1be904)) |
| 48 | +- **theme:** Rename `presetFigma` to `presetFigmaTheme` ([f2bd732](https://github.com/thinkbuff/figma/commit/f2bd732)) |
| 49 | +- **playground:** Move to root workspace dir ([0d896b6](https://github.com/thinkbuff/figma/commit/0d896b6)) |
| 50 | + |
| 51 | +### 📖 Documentation |
| 52 | + |
| 53 | +- **playground:** Update README ([6d93c70](https://github.com/thinkbuff/figma/commit/6d93c70)) |
| 54 | +- **react:** Update README ([2c7f9a8](https://github.com/thinkbuff/figma/commit/2c7f9a8)) |
| 55 | + |
| 56 | +### 📦 Build |
| 57 | + |
| 58 | +- Use `changelogen` to bump version and generate changelog ([fc7a949](https://github.com/thinkbuff/figma/commit/fc7a949)) |
| 59 | +- **react:** Update build config, modified `exports` field in package.json ([3d2d9fc](https://github.com/thinkbuff/figma/commit/3d2d9fc)) |
| 60 | + |
| 61 | +### 🧹 Chore |
| 62 | + |
| 63 | +- Update unocss ([30c2adc](https://github.com/thinkbuff/figma/commit/30c2adc)) |
| 64 | +- **react/eslint:** Remove `react-hooks/rules-of-hooks` rule ([e6aa4f1](https://github.com/thinkbuff/figma/commit/e6aa4f1)) |
| 65 | +- **playground:** Update dev script ([b9f038d](https://github.com/thinkbuff/figma/commit/b9f038d)) |
| 66 | +- **react:** Remove unused scripts ([197b210](https://github.com/thinkbuff/figma/commit/197b210)) |
| 67 | + |
| 68 | +### ❤️ Contributors |
| 69 | + |
| 70 | +- Eleven ([@eteplus](http://github.com/eteplus)) |
| 71 | + |
0 commit comments