Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Dec 18:09
· 1 commit to main since this release

New features and improvements

  • DatePicker:
    • When disabled, users can no longer change the date selection
  • TimePicker:
    • When disabled, users can no longer change the time selection
    • Add time selection able and editor input validation check (issue #14) and (PR #15)

Changed

  • Rewrote and refactored existing code for improved readability and performance
  • Move raven.datetime.component.date.DatePicker to raven.datetime.DatePicker
  • Move raven.datetime.component.time.TimePicker to raven.datetime.TimePicker

What's Changed

  • Refactor: rewrite code and update package structure by @DJ-Raven in #12
  • TimePicker: add time selection able and editor input validation check by @DJ-Raven in #15

Full Changelog: v1.4.1...v2.0.0