Releases: AmadeusITGroup/AgnosUI
v0.7.0
Version 0.7.0 - 18th December 2024
Overview
Version 0.7.0 is out ! 🔥
This version focused on supporting Angular 19 and React 19.
Changes
Fixes
- invalid tracking of handles in slider
Miscellaneous
- the entire Angular code base now uses signal queries
- added doc for the Service Navigation Manager
0.7.0-next.0
Version 0.7.0-next.0 - 11th December 2024
Overview
Support of Angular 19 and React 19.
v0.6.0
v0.6.0-next.1
Version 0.6.0-next.1 - 2nd December 2024
Fixes
- Alignment of toggle icon in Tree component.
v0.6.0-next.0
Version 0.6.0-next.0 - 28th November 2024
Overview
Added the Tree component. It is available in Beta
v0.5.0
Version 0.5.0 - 31st October 2024
Overview
Version 0.5.0 is out ! 🔥
This version focused on supporting svelte 5, adding a new component Collapse and simplifying headless usage by removing actions.
Our documentation has also been moved to a new domain, you can check it out at https://www.agnosui.dev
Changes
Breaking changes
- svelte packages have been migrated to svelte 5 and will no longer work with svelte 4
- svelte component slots no longer can be provided using svelte components or functions, but only by
string
orSnippet
(cf this issue in Svelte) - actions have been removed from widgets to simplify headless usage
- angular's BaseWidgetDirective has been refactored to simplify angular headless usage with slots
- angular component states (available in slots or from component exports) are no longer
Signal<WidgetState>
but{[key in keyof WidgetState]: Signal<WidgetState[key]>
- transition directives do not support arguments any more
- pagination
size
property is only available in bootstrap packages
Features
Fixes
- range slider with triple (and more) digits overlaps and doesn't go to the mixed label on time
Miscellaneous
- we have done a full review of our jsdoc in all exported symbols, for all packages
- the project now uses eslint flat file mode for linting
- blog posts in the demo site can be shared on socials
- angular demos are running in zoneless mode
- Playground tabs have been removed from the demo site until we finalize them
Full Changelog: v0.4.4...v0.5.0
v0.4.4
Version 0.4.4 - 23th September 2024
Overview
Fixes the cursor icon used when hovering a disabled slider clickable areas.
v0.4.3
Version 0.4.3 - 19th September 2024
Overview
Slider area shows by default a pointer cursor and can be customized with the sass var $au-slider-clickable-area-cursor
or css var --au-slider-clickable-area-cursor
v0.4.2
Version 0.4.2 - 10th September 2024
Overview
Fixing sass exports in @agnos-ui/core-bootstrap
v0.4.1
Version 0.4.1 - 30th July 2024
Overview
Additional sass vars added for the standalone slider component.