Releases: typlog/ui
Releases · typlog/ui
0.13.1
0.13.0
🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes
- Update exports in package.json - by @lepture (221c0)
- addons: Update iconset due to Pagination updates - by @lepture (067db)
- dropdown: Remove useless data-variant attribute - by @lepture (02004)
- switch: Update Switch component style - by @lepture (5b582)
- toast: Remove duration for promise error message - by @lepture (1b6d6)
- tooltip: Add TooltipRootProps - by @lepture (0da23)
View changes on GitHub
0.12.3
🚀 Features
🐞 Bug Fixes
- Add @layer components to styles - by @lepture (68135)
- Rename spinner to icons - by @lepture (b9363)
- collapsible: Add state closed CollapsibleIndicator style - by @lepture (334f5)
- dialog: Add DialogCloseButton - by @lepture (4c1c3)
- provider: Allow custom attrs on ThemeProvider - by @lepture (b2581)
- scroll-area: Update ScrollArea component - by @lepture (abaed)
- tabs: Fix class name for TabsList - by @lepture (4025c)
View changes on GitHub
0.12.2
0.12.1
🚨 Breaking Changes
🐞 Bug Fixes
- Adding special fixes for tailwind - by @lepture (8718c)
- collapsible: Tweak on collapsible size style - by @lepture (4eb18)
- tabs: Update tabs trigger's border radius - by @lepture (a88cc)
- toast: Make hovering on the gap between each toast to stop the timer - by @lepture (c8a02)
View changes on GitHub
0.12.0
🚨 Breaking Changes
- Remove breakpoints - by @lepture (50044)
- Rename DialogContent to DialogPopup and remove its padding - by @lepture (74042)
- Rename PopoverContent to PopoverPopup, and remove its padding - by @lepture (af305)
- Rename util functions to useForwardPropsWithout, useForwardPropsEmitsWithout - by @lepture (5dc90)
- Remove useless CheckboxGroup components - by @lepture (c18bd)
- Move SocialButton to addons, update docs for addons - by @lepture (cd531)
- Update Accordion component design - by @lepture (25171)
- Move Spinner to addons SpinnerIcon - by @lepture (0be2a)
- Using unplugin-icons - by @lepture (8032b)
- Remove Inset component - by @lepture (6ec05)
- Remove icon component - by @lepture (ec7c0)
- card: Refactor card component, remove CardHead - by @lepture (5eb8b)
🚀 Features
- Update Collapsible components - by @lepture (b5325)
- Add surface, soft variants for TabsList - by @lepture (c004f)
- collapsible: Style soft and surface variants - by @lepture (844b1)
- radio: Update the implementation of radio tabs - by @lepture (302a2)
- tabs: Add classic variant - by @lepture (5b9f4)
- toast: Implement Toast feature - by @lepture (13649)
- tooltip: Add color prop - by @lepture (d91ac)
🐞 Bug Fixes
- Update TextArea disabled styles, add data-radius attribute - by @lepture (22538)
- Add more variants for toggle group - by @lepture (78c58)
- Set ScrollArea default type to scroll, add more props to RadioGroupItem - by @lepture (dfee4)
- Update select, combobox, radio styles - by @lepture (df346)
- Review all the components and update them - by @lepture (e629e)
- avatar: Add a user icon for avatar fallback - by @lepture (23637)
- combobox: Update combobox style, add new ComboboxEmpty component - by @lepture (22ee5)
- combobox: Fix ComboboxInput height for soft variant - by @lepture (58571)
- css: Remove useless css style - by @lepture (d8be3)
- dropdown: Adding and updating dropdown menu components - by @lepture (cb49d)
- radio: Update Radio Cards - by @lepture (259d1)
- separator: Adding default size prop - by @lepture (29a4f)
- toast: Fix typo of position prop, adding examples on docs - by @lepture (4fec8)
- tooltip: Add maxWidth prop - by @lepture (4aa30)