Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 3.44 KB

CHANGELOG.md

File metadata and controls

61 lines (33 loc) · 3.44 KB

19.0.0 (2024-12-12)

Bug Fixes

  • update Angular version in library package.json (3fcbc47)

Features

  • update Angular to version 19 (47765e8)

BREAKING CHANGES

  • Clients need to update their Angular version to use this library.

18.4.0 (2024-11-13)

Features

  • calendar: add button to jump to and select today's date (fbf483a)

18.3.0 (2024-11-08)

Features

  • date-time-inline: add range limit option for range selection mode (dfed5ff)

18.2.0 (2024-10-12)

Features

  • docs: add initial documentation implementation using ng-doc (83cd3d9)

18.1.0 (2024-10-11)

Bug Fixes

  • ci: enable lint/test before releases again (94f8fc5)
  • ci: use "NODE_AUTH_TOKEN" instead of "NPM_TOKEN" as release env variable (e344963)
  • deps: update dependencies (0fef43d)
  • dialog-service: add providedIn parameter (d904a67)
  • fix many linter warnings / errors (e4f1fde)
  • ng: correctly set compilation mode per application/project (737b4a6)
  • redeploying (64d28ae)
  • redeploying (4bb3bc9)
  • tests: remove providedIn from some injectables for now (b09021d)
  • use correct version and include project package.json in release commit (054a96e)

Features

  • add eslint / update config (3bb47da)
  • enable publishing to npm (b774749)
  • husky: add eslint,prettier pre-commit hook (dcfead0)
  • introduce prettier (1709198)