Releases: NetWin/date-time-picker
Releases · NetWin/date-time-picker
1.0.0-rc.2
1.0.0-rc.1
1.0.0-rc.1 (2024-10-10)
Bug Fixes
- broken unit tests due to add input debounce (28d51af)
- deps: update dependencies (6e291ad)
- dialog-service: add providedIn parameter (27204c5)
- fix many linter warnings / errors (9663230)
- missing arg when firing observable (43e17a1)
- ng: correctly set compilation mode per application/project (b0dfd9a)
- readd OwlDateTimeContainerComponent as entryComponent (e7cbf26)
- sass output style during build and packing (7d45840)
- tests: remove providedIn from some injectables for now (e57e29e)
- zone imports (99ffed7)
Features
- add eslint / update config (04eba26)
- add support for ng16 (2e4da79)
- calendar: #81 initial support for year picker selection. (ecfdfeb)
- calendar: #94 initial support for month picker selection. (3b8ed62)
- husky: add eslint,prettier pre-commit hook (48e52b7)
- introduce prettier (de58e94)
- ng: Update Angular to version 18 (3871834)
- universal: support for angular universal (d727e0f)
- update peer dependencies (33e6ba9)
BREAKING CHANGES
- ng: Clients need to use Angular 18 to consume the latest version of this library.
Additionally, the browser support was updated to match the browsers that are supported by angular itself and
the demo application was updated to include a second demo for the date-time inline component.