Skip to content

release components@0.2.0-a.0

Latest

Choose a tag to compare

@GeorgiKoli GeorgiKoli released this 12 Mar 18:49
· 6 commits to main since this release
03f194e

Changelog

All notable changes to the @jax-data-science/components library will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[0.2.0-a.0] - 2026-03-12

Changed

  • Updated peer dependency from Angular 19 to Angular 20
  • Migrated all *ngIf usages to the new built-in @if control flow syntax
  • Migrated all *ngFor usages to the new built-in @for control flow syntax
  • Removed CommonModule imports where they were only needed for NgIf and NgFor directives

[0.1.0-a.1] - 2025-02-11

Added

  • Progress Widget component with dynamic status messaging and optional overlay blocking
  • Supports multiple spinner sizes (small, medium, large, extra-large) and configurable positioning
  • Follows presentational component pattern with parent-controlled loading state via Angular signals
  • Styled Progress Spinner component integrated from @jax-data-science/themes

[0.0.2-0] - 2025-12-30

Notes

This is the baseline release establishing the changelog format. All previous versions (0.0.1-a.x through 0.0.1-0) were developmental releases.

Current Features

  • Angular component library for data science applications
  • PrimeNG UI integration with custom theming
  • Auth0 authentication support
  • Properly packaged TailwindCSS styling
  • Requires @jax-data-science/api-clients ^0.0.2 as peerDependency

Technical Details

  • Build process includes compiled CSS and styling assets
  • Component styles render correctly in consuming applications
  • PeerDependency on api-clients updated only when features require it