Releases: thinkbuff/figma
Releases · thinkbuff/figma
v0.0.8
v0.0.7
🐛 Fixes
- utils: Optimize parameter validation logic for
createImageByUrlOrBytes
(e88c6a7)
🧹 Chore
- Update dependencies and set packageManager to [email protected] (93500ed)
❤️ Contributors
- Eleven (@eteplus)
v0.0.6
v0.0.5
🚀 Features
🐛 Fixes
- storybook: Fix type error when setting summary value (40f7c26)
🧹 Chore
- Update dependencies and set packageManager to [email protected] (42b7567)
❤️ Contributors
- Eleven (@eteplus)
v0.0.4
🚀 Features
- utils: Implement MessageChannel (046721d)
- utils: Add utilities for image paint and node (45ff957)
- utils: Enhance type definitions (fa9874b)
🧹 Chore
- react: Fix directory value of repository (0d904b4)
- Update deps and set
packageManager
to[email protected]
(2adb5bf)
❤️ Contributors
- Eleven [email protected]
v0.0.3
v0.0.2
🐛 Fixes
- react: Correct
exports
field (6d093a1)
🧹 Chore
- Update
homepage
,repository
,bugs
in package.json (f2013b3) - Udpate deps and set
packageManager
to[email protected]
(cc7eb8a)
❤️ Contributors
- Eleven (@eteplus)
v0.0.1
🚀 Features
- Setup project with storybook and unocss (2eea160)
- react: Add button component and stories (2eea160)
- react/button: Remove ghost variant, add with icon and loading story (abf3533)
- react: Add ActionIcon component and stories (a22bdf7)
- react: Add Checkbox component and stories (731a7e0)
- theme: Add base theme css variables (437d390)
- react: Add Tooltip commponent and stories (b375cc1)
- react: Add Input commponent and stories (48475ca)
- react/input: Add invalid variant (cb7f1ea)
- react: Add Textarea component and stories (a04e2b6)
- react/tooltip: Refactor Tooltip component for simplified usage (e061d72)
- react: Add Select component and stories (c9da673)
- react: Optimize styles for Select component and code for Input and Button components (b2db721)
- react: Add Switch, Label components and stories (128a43b)
- react: Add Radio components and stories (4e5c636)
- react/radio: Add support for setting orientation property (3a5742e)
- react/radio: Use inline property instead of orientation property to control layout (70a4205)
- react: Add Tabs components and stories (456249c)
- react: Add Slider components and stories (bc2fc3d)
- react: Add Toggle, ToggleGroup components and stories (6d1788e)
- react: Add Popover components and stories (a4213d7)
- react: Add DropdownMenu components and stories (4ada875)
- react: Add Sheet components and stories, rename text-size-* to font-size-* (46288ca)
- react: Add Separator component and stories (bbe083c)
- react: Add AlertDialog components and stories, refactor
cn
util usage in component (900c5ef) - react: Add Dialog components and stories (230b25f)
- react: Add Toast component and stories (64cdfd5)
- react/toast: Custom toast classNames (9571bcc)
- react: Add ScrollArea components and stories (d5674c4)
- react: Add Vite build configuration for React component library, adjust directory structure, and remove deprecated files (363eced)
- react: Optimize build configuration (954d025)
📚 Examples
- Setup playground project (c1ff37c)
🔨 Refactors
- react: Use dot notation instead of exporting named parts for Select component (f1be904)
- theme: Rename
presetFigma
topresetFigmaTheme
(f2bd732) - playground: Move to root workspace dir (0d896b6)
📖 Documentation
📦 Build
- Use
changelogen
to bump version and generate changelog (fc7a949) - react: Update build config, modified
exports
field in package.json (3d2d9fc)
🧹 Chore
- Update unocss (30c2adc)
- react/eslint: Remove
react-hooks/rules-of-hooks
rule (e6aa4f1) - playground: Update dev script (b9f038d)
- react: Remove unused scripts (197b210)
❤️ Contributors
- Eleven (@eteplus)