This repository has been archived by the owner on Apr 17, 2022. It is now read-only.
v2.1.0
⚠️ BREAKING CHANGES
Due to the number of issues on inputmask and the size of the library, it is removed as a dependency.
inputmask
removedtext-input-options
are changed
🚀 Features
monthYearComponent
: Use a custom component in the header for month/year picktimePickerComponent
: Use a custom component for the time pickeractionRowComponent
: Use a custom component for the action row
🐛 Bug Fixes
- Prop type correction for
startTime
- Fix reselecting with enter on text-input selects the old value
🔧 Refactor
- Convert to
<script setup>
- Type declaration added to
package.json
- Pack
date-fns
used functions with build
📝 Chore
- Update dependencies
- Add documentation for custom components