·
6 commits
to main
since this release
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
*ngIfusages to the new built-in@ifcontrol flow syntax - Migrated all
*ngForusages to the new built-in@forcontrol flow syntax - Removed
CommonModuleimports where they were only needed forNgIfandNgFordirectives
[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.2as 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