Releases: LouisMazel/maz-ui
Releases · LouisMazel/maz-ui
v3.47.1
🩹 Fixes
- docs: UseIdleTimeout - fix JS errors (e3c49ecaa)
- maz-ui: MazDialogPromise - change button texts with options data.cancelText and data.confirmText (13c26be37)
💅 Refactors
- maz-ui: MazLazyImg x MazAvatar - add bg color light when the img is in error (28dbec3e4)
- maz-ui: MazSpinner - the default color is now 'theme' (7132b6ffc)
- maz-ui: MazFullscreenLoader uses Teleport now (to body by default) (e3335383f)
🏡 Chore
✅ Tests
❤️ Contributors
- Mazel [email protected]
- LouisMazel [email protected]
v3.47.0
🚀 Enhancements
- maz-ui: MazAvatar - add loading option to choose for SSR compatibilty (8269acd01)
- maz-ui: MazDropdown - add options to apply class and style to menu panel (866c3c502)
- maz-ui: MazDropdown - add block options (fab52bf74)
- maz-ui: MazTable - add translation prop, choose the rounded size of elements and size on search input components (38c52b013)
- maz-ui: MazBtn - add justify options to choose how elements in the button are aligned (cbeb8d900)
- maz-ui: MazCheckList - new component (fd935945c)
- maz-ui: UseLanguageDisplayNames - new composable get and manage languages (77adc06a2)
🩹 Fixes
- maz-ui: UseFormValidator - watch new values in schema (fa2e85228)
💅 Refactors
- maz-ui: MazDropdown - menu item by inherits MazLink props (842e7b771)
- maz-ui: Use
useId()
composable to generate component ids (5c9b4d25a) - maz-ui: MazPhoneNumberInput - use flag from flagcdn and add possibility to disable auto-format (b448a9dd5)
- maz-ui: MazBtn - add size ton icons, clean DOM and remove content-class prop (b8b43a65d)
- maz-ui: MazCheckbox - add theme color (96e8f5d7d)
- maz-ui: MazSwitch - add theme color (aa6485b1b)
- maz-ui: MazIcon - clean comments (740eecac4)
- maz-ui: MazInputTags - display trash icon with MazBtn (b0af9a476)
- nuxt-module: Enable all features by default (968bcfef4)
- maz-ui: MazBtn - use min-height instead of height to set the minimal height (a0c0bdb17)
- maz-ui: MazDialog - reduce size of the close button (ddd7f0861)
- maz-ui: MazDialogPromise - by default, the reject button throws a new Error('cancel') (ff4bd8de9)
📖 Documentation
- docs: MazBtn - add exemple with icon custom component (2ebe1b821)
✅ Tests
- maz-ui: Improve tests for MazBtn and MazTable (c904e1fb4)
🎨 Styles
- maz-ui: MazSwitch - improve UX and UI (3814a782b)
❤️ Contributors
- LouisMazel [email protected]
v3.46.0
🚀 Enhancements
- maz-ui: Add new dialog plugin to display dialog modals programmatically (88b860391)
Documentation :
- dialog plugin: https://maz-ui.com/plugins/dialog
- useDialog composable: https://maz-ui.com/composables/use-dialog
🩹 Fixes
- maz-ui: MazPhoneNumberInput - auto-fill (9533d0f19)
🏡 Chore
- deps: Upgrade dependencies (b6f7124fb)
❤️ Contributors
- LouisMazel [email protected]
v3.45.6
🚀 Enhancements
- maz-ui: MazPhoneNumberInput - add search-threshold prop option to adjust search results (6bfcaa938)
❤️ Contributors
- LouisMazel [email protected]
v3.45.5
🚀 Enhancements
- maz-ui: MazSelect - add search-threshold prop option to adjust search results (293f28151)
🩹 Fixes
- docs: UseSwipe - correct type of element (aa85ff58d)
🏡 Chore
- deps: Upgrade dependencies and exec linter (894315066)
✅ Tests
- maz-ui: UseFormValidator - add tests (9f74464c7)
❤️ Contributors
- LouisMazel [email protected]
v3.45.4
💅 Refactors
- maz-ui: UseSwipe - add documentation and SSR compatibility (131dbb6fa)
❤️ Contributors
- LouisMazel [email protected]
v3.45.3
🩹 Fixes
- maz-ui: MazTabsBar - current tabs init when model value is defined (3d84bea9f)
🏡 Chore
❤️ Contributors
- LouisMazel [email protected]
v3.45.2
🩹 Fixes
- docs: UseFormValidator - eager form reactivity (f87aee488)
🏡 Chore
- deps: Fix peer dependencies supported version on valibot, unplugin-auto-import & unplugin-vue-components (c94d9ae25)
❤️ Contributors
- LouisMazel [email protected]
v3.45.1
📖 Documentation
- docs: UseFormValidator - improve documentation (58708077e)
🏡 Chore
- deps: Upgrade dependencies (fc968c71c)
🎨 Styles
- maz-ui: MazCardSpotlight - correct inner container border radius (baac41555)
❤️ Contributors
- LouisMazel [email protected]
v3.45.0
🚀 Enhancements
- maz-ui: UseFormValidator - composable to simplify form validation with Valibot (9fc1725d2)
- maz-ui: Add hint and states to all form components (c9455a60b)
- maz-ui: Add modules resolver for unplugin-auto-import (05059eeb9)
- maz-ui: MazPicker - add transformer function option to format value displayed into input field (656fee421)
🩹 Fixes
- maz-ui: MazSelect - increase thresold of search results #1120 (#1120)
- maz-ui: MazSelect - should not select option with space key while searching #1121 (#1121)
🏡 Chore
🎨 Styles
- docs: Re-design homepage (760e7753c)
❤️ Contributors
- LouisMazel [email protected]