Releases: robsontenorio/mary
Releases · robsontenorio/mary
2.8.1
What's Changed
- Installer : Add
no-cssoption by @robsontenorio in #1066 - Collapse: add
progress-indicatorby @robsontenorio in #1076 - Collapse: better control of
openproperty by @robsontenorio in #1078 - Laravel 13.x Compatibility by @laravel-shift in #1067
- HR: allow to customize by @robsontenorio in #1075
- Badge: add
iconandicon-rightby @David-Crty in #1071 - All input components: add
popoveroption by @slam357 in #1073
New Contributors
- @laravel-shift made their first contribution in #1067
- @David-Crty made their first contribution in #1071
- @slam357 made their first contribution in #1073
Full Changelog: 2.8.0...2.8.1
2.8.0
What's Changed
- Calendar: upgrade to v3 by @robsontenorio in #1063
Breaking change
Upgrade to the latest VanillaCalendarPro v3 version.
<script src="https://cdn.jsdelivr.net/npm/vanilla-calendar-pro@3.1.0/index.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/vanilla-calendar-pro@3.1.0/styles/index.min.css" rel="stylesheet">Actually you just need to update the CDN scripts.
Additionally if you use the $config object, take a look at VanillaCalendarPro api docs.
If you don't, you are good to go.
Full Changelog: 2.7.2...2.8.0
2.7.2
What's Changed
- Password: add popover attribute by @amnesca in #1059
- Tabs: fix
back/forwardbrowser button by @robsontenorio in #1062
Full Changelog: 2.7.1...2.7.2
2.7.1
What's Changed
- Toast: fix progress bar class by @amnesca in #1055
- Editor: support
content_cssconfiguration by @robsontenorio in #1058
Full Changelog: 2.7.0...2.7.1
2.7.0
What's Changed
- Choices/Choices-offline: add escape values conditional by @amnesca in #1050
- Errors: conditional render by @robsontenorio in #1047
- DatePicker: attached flatpickr cleanup by @oostapov in #1041
- Installer: add parameters for package managers by @robsontenorio in #1052
- Input: money fix by @robsontenorio in #1053
🚨 Breaking change 🚨
Change the version to 2.7.0
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/robsontenorio/mary@2.7.0/libs/currency.js"></script>Until now, we had a naive implementation using the Currency static class. This led to unexpected behavior during the blur events.
Now, currency.js is properly implemented by keeping its instances isolated through components.
New Contributors
Full Changelog: 2.6.0...2.7.0
2.6.0
2.5.1
What's Changed
- Spotlight: expose result search with
x-refby @robsontenorio in #1030 - Spotlight: add
alternative-shortcutby @robsontenorio in #1033 - DateTime: Fix missing "join" class when there are prepend/append elements by @lchevalot in #1031
- Carousel: accessibility improvements by @lchevalot in #1034
- Header: add weight attribute for font weight customization by @lchevalot in #1037
- Table: add
fluentattribute by @robsontenorio in #1038 - MenuItem: improve spinner by @robsontenorio in #1035
- ListItem: remove unnecessary
w-0by @robsontenorio in #1032
Full Changelog: 2.5.0...2.5.1
2.5.0
What's Changed
- Header: add
use-h1attribute by @josalzi in #1007 - Toast: fix progress bar progression by @lchevalot in #1019
- Header: Add actions check before adding the container by @lchevalot in #1021
- Card: remove hard coded card border radius by @lchevalot in #1024
- Tabs: remove old workaround by @robsontenorio in #1027
- Timeline: allow to customize classes by @robsontenorio in #1028
- Spotlight: allow to render html by @robsontenorio in #1029
New Contributors
Full Changelog: 2.4.10...2.5.0
2.4.10
What's Changed
- Dropdown: force
overflow-visibleby @robsontenorio in #1015
Full Changelog: 2.4.9...2.4.10
2.4.9
What's Changed
- Dropdown: Add
scrollandmax-heightproperties by @CaseMonster in #998 - Input: Add
popoverattribute by @Almandeel in #999 - Toast: Add progress support by @lchevalot in #1001
- MenuItem: improve support for using route parameter by @AlwynW in #1006
New Contributors
Full Changelog: 2.4.8...2.4.9