Skip to content

Releases: thinkbuff/figma

v0.0.8

25 Dec 05:00
Compare
Choose a tag to compare

compare changes

🧹 Chore

  • Update dependencies and fix type references (d98b712)

❤️ Contributors

v0.0.7

01 Jun 13:58
Compare
Choose a tag to compare

compare changes

🐛 Fixes

  • utils: Optimize parameter validation logic for createImageByUrlOrBytes (e88c6a7)

🧹 Chore

❤️ Contributors

v0.0.6

19 May 09:33
Compare
Choose a tag to compare

compare changes

🚀 Features

  • react: Optimize styles for textarea and input components (516fe6c)

❤️ Contributors

v0.0.5

19 May 08:50
Compare
Choose a tag to compare

compare changes

🚀 Features

  • react: Optimize DOM and styles for textarea and input components (94840cd, f98a41e)

🐛 Fixes

  • storybook: Fix type error when setting summary value (40f7c26)

🧹 Chore

❤️ Contributors

v0.0.4

20 Apr 04:13
Compare
Choose a tag to compare

compare changes

🚀 Features

  • utils: Implement MessageChannel (046721d)
  • utils: Add utilities for image paint and node (45ff957)
  • utils: Enhance type definitions (fa9874b)

🧹 Chore

❤️ Contributors

v0.0.3

17 Apr 10:19
Compare
Choose a tag to compare

compare changes

🚀 Features

  • theme: Add light theme variables to html selector (e6cab7e)
  • react/action-icon: Add the asChild prop for changing the default rendered element (751881f)

📖 Documentation

  • react: Add content in unocss config (556fe38)

❤️ Contributors

v0.0.2

17 Apr 02:33
Compare
Choose a tag to compare

compare changes

🐛 Fixes

  • react: Correct exports field (6d093a1)

🧹 Chore

❤️ Contributors

v0.0.1

16 Apr 07:01
Compare
Choose a tag to compare

🚀 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 to presetFigmaTheme (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