Skip to content

Releases: AmadeusITGroup/AgnosUI

v0.3.1

25 Apr 19:58
Compare
Choose a tag to compare

Version 0.3.1 - 25th April 2024

Overview

Version 0.3.1 is out ! 🔥

This version included an important refactor in order to support SSR and Directives in all our frameworks.
Not only does it work for every framework, we even make sure (automatic tests) that the resulting pre-rendered html is the same ! 💪

We have also made sure to highlight in our delivered packages and documentation the dual aspect of our deliveries: headless + Bootstrap-styled components. The demo site now shows examples of the usage of our headless components using DaisyUI !

Finally, the Pagination and Toast are now stable and a new service Match Media has been delivered.

Changes

Breaking changes

  • the package @agnos-ui/style-bootstrap has been renamed to @agnos-ui/core-bootstrap
  • the packages @agnos-ui/angular, @agnos-ui/react and @agnos-ui/svelte have been renamed to @agnos-ui/angular-bootstrap, @agnos-ui/react-bootstrap and @agnos-ui/svelte-bootstrap respectively
  • slot properties have been removed from the headless widgets

Features

  • the Modal now supports fullscreen
  • Pagination and Toast are now stable
  • a new service Match Media is available
  • examples of the headless usage with DaisyUI have been added to the demo site
  • automatic e2e testings of our components are now done for each framework with SSR webapps
  • the core is now built in both commonjs and esm
  • the package @agnos-ui/core-bootstrap now extends the properties / state of each component, allowing headless widgets to be as clean as possible
  • directives can now be tagged as browser-only using the wrapper browserDirective
  • a new directive factory createAttributesDirective has been delivered

v0.2.0

05 Mar 09:45
Compare
Choose a tag to compare

Version 0.2.0 - 5th March 2024

Overview

Version 0.2.0 is out ! 🔥
It comes with a new component and a new service, while enhancing the documentation website.

Changes

Breaking changes

  • the slot slotContent of the progressbar has been renamed to slotStructure to be consistent with all components.

Features

  • components are now tagged as In Progress, Beta or Stable 🏷️
    • In Progress components are still under active development and probably do not have all the features you expect from the component
    • Beta components have all the basic functionalities implemented, but more polishing features are being implemented / considered
  • the slider component now supports slots for strong customization ⚙️
  • the pagination component now supports a slotStructure for full customization ⚙️
  • a new toast component is available
  • a new resize observer service is available 🦦
  • the documentation website now supports dark mode 🌕
  • the documentation website now documents how to use transitions

v0.1.1

29 Feb 14:34
Compare
Choose a tag to compare

Version 0.1.1 - 2nd February 2024

Overview

First official release of AgnosUI 🔥

Changes

Features

Introduction of the following widgets

Introduction of the following services