Skip to content

Releases: js-smart/ng-kit

v20.5.0

17 Jul 01:47
fcf4e12
Compare
Choose a tag to compare

20.5.0 (2025-07-17)

Features

  • api: adds directive closeButton and update buttons demo with ne… (#132) (fcf4e12)
  • api: adds directive closeButton and update buttons demo with new Close Button component (b585b3e)
  • directive: use Renderer2 to add class to closeButton directive (ded3092)

v20.4.0

11 Jul 03:47
8d70cd1
Compare
Choose a tag to compare

20.4.0 (2025-07-11)

Features

  • core: Refactor store and update Angular dependencies (#130) (8d70cd1)
  • core: upgrades angular deps to 20.1.0 (3e7517f)
  • store: enhance Store class with initialization and clear methods, and update data type to allow null (59f9d89)

v20.3.1

12 Jun 03:44
1f84178
Compare
Choose a tag to compare

20.3.1 (2025-06-12)

Bug Fixes

  • rename custom flex classes to app prefix for consistency (9a13ecc)
  • rename custom flex classes to app prefix for consistency (#129) (1f84178)

v20.3.0

12 Jun 03:38
e18da29
Compare
Choose a tag to compare

20.3.0 (2025-06-12)

Features

  • update version to 20.3.0 in package.json files (14a75fd)
  • update version to 20.3.0 in package.json files (#128) (e18da29)

20.2.0

12 Jun 03:36
506e7e0
Compare
Choose a tag to compare

What's Changed

  • feat: update version to 20.2.0 and enhance snack bar styles with addi… by @pavankjadda in #127

Full Changelog: v20.1.0...v20.2.0

v20.1.0

29 May 15:12
23e7d16
Compare
Choose a tag to compare

20.1.0 (2025-05-29)

Features

  • docs: update copilot instructions for Angular 20 and enhance be… (#126) (23e7d16)
  • docs: update copilot instructions for Angular 20 and enhance best practices (89b95d8)

v20.0.0

28 May 17:14
ddee432
Compare
Choose a tag to compare

20.0.0 (2025-05-28)

Features

BREAKING CHANGES

  • core: adds angular 20 support

v19.8.0

28 May 17:09
2d73b8b
Compare
Choose a tag to compare

19.8.0 (2025-05-28)

Bug Fixes

  • correct output and input decorators in PreventMultipleClicksDirective (dda2999)

Features

  • core: adds angular 20 support (ad0d42e)
  • core: adds angular 20 support (#123) (2d73b8b)
  • enhance ngx-spinner component and add print options for improved functionality and usability (1e8a872)
  • refactor components for improved readability and consistency (4cf1493)
  • refactor NgxSpinnerComponent to use input() for properties and simplify initialization (78e1603)
  • testing: adds Karma configuration file for testing setup (893e7fa)
  • tests: add initial test files and configuration for PreventMultipleClicksDirective (12a07a6)
  • tests: refactor PreventMultipleClicksDirective tests and update dependencies (1554343)
  • update AlertComponent to use Angular signals and improve type safety (215d957)
  • update Angular configuration and add tests for PreventMultipleClicksDirective (226432b)
  • update autocomplete component and mat-snack-bar service for improved functionality and code clarity (b717d1d)
  • update ESLint configuration (980e9cd)
  • update ESLint configuration and README for build command (0a62596)
  • update ESLint configuration for alert-demo component and improve formatting (8c6edd1)

v19.7.0

07 May 16:27
75b2e97
Compare
Choose a tag to compare

19.7.0 (2025-05-07)

Bug Fixes

  • correct indentation in build.yml for E2E tests step (56b7fef)
  • update Playwright installation command in build.yml (e8c79be)
  • update Playwright installation command to include dependencies (4de3b73)
  • update pnpm store path in build.yml (866872b)

Features

  • add Playwright installation step and update e2e test configuration (96fb597)
  • add Playwright installation step and update e2e test configuration (1518062)
  • integrate Playwright for end-to-end testing and update configuration files (c8b5ec9)
  • refactor autocomplete component to use reactive forms and ControlValueAccessor (5a68aa1)
  • update alert tests and modify link button data attribute (90c3734)

v19.6.0

09 Apr 03:05
b7807ec
Compare
Choose a tag to compare

19.6.0 (2025-04-09)

Features

  • export store and entity store services in public API (94ec36f)
  • export store and entity store services in public API (#121) (b7807ec)