Skip to content

Releases: LouisMazel/maz-ui

v3.47.1

11 Oct 16:25
Compare
Choose a tag to compare

compare changes

🩹 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

  • maz-ui: Idle-timeout - fix (cfa2ffe36)
  • maz-ui: MazDialogPromise - add more tests (7b3ca68b4)

❤️ Contributors

v3.47.0

11 Oct 01:09
Compare
Choose a tag to compare

compare changes

🚀 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

v3.46.0

02 Oct 17:47
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • maz-ui: Add new dialog plugin to display dialog modals programmatically (88b860391)

Documentation :


🩹 Fixes

  • maz-ui: MazPhoneNumberInput - auto-fill (9533d0f19)

🏡 Chore

❤️ Contributors

v3.45.6

24 Sep 16:25
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • maz-ui: MazPhoneNumberInput - add search-threshold prop option to adjust search results (6bfcaa938)

❤️ Contributors

v3.45.5

24 Sep 15:58
Compare
Choose a tag to compare

compare changes

🚀 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

v3.45.4

04 Sep 17:16
Compare
Choose a tag to compare

compare changes

💅 Refactors

  • maz-ui: UseSwipe - add documentation and SSR compatibility (131dbb6fa)

❤️ Contributors

v3.45.3

03 Sep 10:21
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • maz-ui: MazTabsBar - current tabs init when model value is defined (3d84bea9f)

🏡 Chore

❤️ Contributors

v3.45.2

02 Sep 14:40
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • docs: UseFormValidator - eager form reactivity (f87aee488)

🏡 Chore

  • deps: Fix peer dependencies supported version on valibot, unplugin-auto-import & unplugin-vue-components (c94d9ae25)

❤️ Contributors

v3.45.1

05 Aug 16:28
Compare
Choose a tag to compare

compare changes

📖 Documentation

  • docs: UseFormValidator - improve documentation (58708077e)

🏡 Chore

🎨 Styles

  • maz-ui: MazCardSpotlight - correct inner container border radius (baac41555)

❤️ Contributors

v3.45.0

04 Aug 16:15
Compare
Choose a tag to compare

compare changes

🚀 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

❤️ Contributors