Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

v2.1.0

Compare
Choose a tag to compare
@Jasenkoo Jasenkoo released this 25 Sep 17:27
d6e94d0

⚠️ BREAKING CHANGES

Due to the number of issues on inputmask and the size of the library, it is removed as a dependency.

  • inputmask removed
  • text-input-options are changed

🚀 Features

  • monthYearComponent: Use a custom component in the header for month/year pick
  • timePickerComponent: Use a custom component for the time picker
  • actionRowComponent: 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