Skip to content

Releases: AmadeusITGroup/AgnosUI

v0.7.0

18 Dec 20:19
Compare
Choose a tag to compare

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

0.7.0-next.0

18 Dec 16:22
Compare
Choose a tag to compare
0.7.0-next.0 Pre-release
Pre-release

Version 0.7.0-next.0 - 11th December 2024

Overview

Support of Angular 19 and React 19.

v0.6.0

06 Dec 17:11
Compare
Choose a tag to compare

Version 0.6.0 - 6th December 2024

Overview

Added the Tree component. It is available in Beta

v0.6.0-next.1

02 Dec 16:31
Compare
Choose a tag to compare
v0.6.0-next.1 Pre-release
Pre-release

Version 0.6.0-next.1 - 2nd December 2024

Fixes

  • Alignment of toggle icon in Tree component.

v0.6.0-next.0

28 Nov 08:51
Compare
Choose a tag to compare
v0.6.0-next.0 Pre-release
Pre-release

Version 0.6.0-next.0 - 28th November 2024

Overview

Added the Tree component. It is available in Beta

v0.5.0

31 Oct 10:47
Compare
Choose a tag to compare

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 or Snippet (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

  • a new Collapse component has been released in Beta with headless and bootstrap examples

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

23 Sep 11:10
Compare
Choose a tag to compare

Version 0.4.4 - 23th September 2024

Overview

Fixes the cursor icon used when hovering a disabled slider clickable areas.

v0.4.3

19 Sep 14:35
Compare
Choose a tag to compare

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

13 Sep 13:29
Compare
Choose a tag to compare

Version 0.4.2 - 10th September 2024

Overview

Fixing sass exports in @agnos-ui/core-bootstrap

v0.4.1

30 Jul 14:57
Compare
Choose a tag to compare

Version 0.4.1 - 30th July 2024

Overview

Additional sass vars added for the standalone slider component.