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