Skip to content

Latest commit

 

History

History
106 lines (53 loc) · 5.33 KB

File metadata and controls

106 lines (53 loc) · 5.33 KB

21.0.0 (2026-01-08)

Features

BREAKING CHANGES

  • Clients need to update to Angular 21 aswell in order to use the latest version

20.0.1 (2025-10-01)

Bug Fixes

  • timer-box: update input value when changing values via arrow keys (8299376)

20.0.0 (2025-07-23)

Bug Fixes

  • deps: update dependencies (7762b54)

Features

  • convert all components to standalone (98092d2)
  • update Angular, Drop dialog support, move from scss to css (f35dd7f)

BREAKING CHANGES

  • Clients need to update to Angular 20 in order to use this version. As I wrote last october in #3, Dialog and Popup support were finally dropped. Only the "inline" mode is supported from now on. Additionally, probably irrelevant for clients, this library switched from scss to css which simplifies the build process.

19.1.0 (2025-05-15)

Features

  • add logic to disable Today button when it is not selectable (5a3202d)
  • improve scss (9d6e18c)

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)