Releases: shuriken-ui/nuxt
Releases · shuriken-ui/nuxt
v3.6.0
Full Changelog: v3.5.0...v3.6.0
v3.5.0
Full Changelog: v3.4.1...v3.5.0
v3.4.1
Full Changelog: v3.4.0...v3.4.1
v3.4.0
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
- refactor(tailwind-config): provide config through tailwind.config by @ineshbose in #123
- feat(BaseDropdown): add floatOptions props to control the underlying Float component by @zaosoula in #126
New Contributors
- @ineshbose made their first contribution in #123
- @zaosoula made their first contribution in #126
Full Changelog: v3.2.1...v3.3.0
v3.1.6
Full Changelog: https://github.com/shuriken-ui/nuxt/blob/v3.1.6/CHANGELOG.md
v3.1.0
What's Changed
- Improvements and bug fixes by @driss-chelouati in #117
Full Changelog: v3.0.4...v3.1.0
v3.0.4
Bug Fixes
- BaseAutocomplete: fix clearable with custom clearValue (2a2a9f2)
- BaseDropdownItem: expose active and close to all slots (765b972)
- config: base pagination type to color (08f07a1)
Full Changelog: https://github.com/shuriken-ui/nuxt/blob/main/CHANGELOG.md
v2.0.1
v2.0.0
2.0.0 (2024-01-11)
Migration guide can be found in #102, shuriken-ui/tailwind#59 and shuriken-ui/tailwind#62
Features
- add useNuiDefaultProperty composable (fe8b8bc)
- BaseButton: update component configuration (d68edb6)
- add and reorder demos on playground (8c2e048)
- add autocomplete demos (d4d1e81)
- add BaseAccordion demos and variations (45ff793)
- add BaseAutocomplete demos (1d468e8)
- add BaseAvatar and BaseAvatarGroup demos with different variations (a522124)
- add BaseBreadcrumb demos with different separators (a3ce0d8)
- add BaseButton demo with various variants and states (2d6ab53)
- add BaseButtonAction demos with various styles and states (f3c0396)
- add BaseButtonClose demos with different sizes and colors (eb100cd)
- add BaseButtonIcon demos and variations (0537c1d)
- add BaseCard demos and variations (70a4e4c)
- add BaseCheckbox demos (43de104)
- add BaseCheckboxAnimated demos (8f0384c)
- add BaseFocusLoop demos to playground (d52ab4b)
- add BaseInput demos (44cf341)
- add BaseInputFile demos (652ab18)
- add BaseInputFileHeadless demos (0cd535f)
- add BaseList demos with various previews (46882d9)
- add BaseMessage demos and variations (c65d888)
- add BasePagination demos with different rounded styles (b43cc31)
- add BasePlaceholderPage and BasePlaceload demos (015561f)
- add BaseProgress demos to playground (297cd2a)
- add BaseSnack demos to playground tests (c3df1c3)
- add BaseTag demos with different variants and styles (a36889d)
- add BaseThemeToggle demos to playground tests (a3ace62)
- add BaseTreeSelect demos (225e17f)
- add disabled autocomplete examples (c2a97b7)
- add dropdown demos and variations (be1c41d)
- add fullscreen-dropfile demo (fe882e6)
- add NuiPreview and NuiPreviewContainer components for playground (272464a)
- add NuiTooltip demos and remove unused components (893e1f5)
- add Tab slider demos in playground (2479eb3)
- add tabs demos to playground (eb3efe2)
- add typography demos (720a6bd)
- BaseAccordion: update app.config.ts and BaseAccordion.vue (fb0dad0)
- BaseAutocomplete: update app.config.ts and BaseAutocomplete.vue (f1b28a8)
- BaseAvatarGroup: refactor avatar group component and update app configuration (210b5f9)
- BaseAvatar: refactor BaseAvatar component and config (debbe8f)
- BaseAvatar: update app.config.ts and BaseAvatar.vue (40ed93d)
- BaseBreadcrumb: refactor BaseBreadcrumb.vue component (3adf994)
- BaseButtonAction: remove loading and disabled props from BaseButtonAction.vue (9485f1c)
- BaseButtonClose: update BaseButtonClose component styles and default values (e4ea740)
- BaseButtonIcon: update app.config.ts, nuxt.schema.ts, and button-icon.vue (4ae77fa)
- BaseButton: update button shapes and color attribute (ec5a63a)
- BaseCard: refactor BaseCard component configuration (423e719)
- BaseCheckboxAnimated: update app.config.ts and BaseCheckboxAnimated.vue (23158c8)
- BaseCheckbox: update BaseCheckbox component configuration (45e06dd)
- BaseDropdownItem: update app.config.ts and BaseDropdownItem.vue (bfd6f36)
- BaseDropdown: update BaseDropdown component configuration (23fdd57)
- BaseHeading: update BaseHeading component configuration (87c068a)
- BaseIconBox: add 'none' color option to BaseIconBox (65ccf30)
- BaseIconBox: update BaseIconBox component configuration (9ae35b4)
- BaseInputFile: update app.config.ts and BaseInputFile.vue (dc46a21)
- BaseInputNumber: update app.config.ts and BaseInputNumber.vue (8b2a281)
- BaseInput: update app.config.ts and BaseInput.vue (94b7952)
- BaseKbd: add new BaseKbd component and update nuxt.config.ts and nuxt.schema.ts (0b65a03)
- BaseListbox: update BaseListbox styling in app.config.ts and BaseListbox.vue (7d199d0)
- BaseMessage: update BaseMessage configuration (c825138)
- BasePagination: update pagination component rounded property (dfcd79b)
- BaseParagraph: update BaseParagraph component configuration (3bcbab5)
- BasePlaceholderPage: update app.config.ts and BasePlaceholderPage.vue (6d1d1b4)
- BaseProgress: update BaseProgress component configuration (480f600)
- BaseProse: refactor BaseProse component...