Skip to content
Snippets Groups Projects
CHANGELOG.md 2.18 KiB
Newer Older
Patriarche Rémi's avatar
Patriarche Rémi committed
# @dsmen/ngx-dsfr-components - changelog
## 0.1.0-beta.5

- feat: `ngx-dsfr-accordion` Le titre de l'accordéon peut, maintenant, être défini par la propriété `heading`. Le slot `heading`
  reste présent, la propriété est prioritaire sur le slot.

- fix: `ngx-dsfr-sidemenu` suppression de l'erreur dans la console lorsque `routerLinkValue` n'est pas défini
- fix: `ngx-dsfr-stepper` L'étape courante est correctement indiquée, toujours à 1 auparavant

P. FONTANET's avatar
P. FONTANET committed
## 0.1.0-beta.4
- feat: `ngx-dsfr-sidemenu` Possibilité d'ajouter une icône (remix et awasome) à gauche (uniquement) dans un item de
  menu.
P. FONTANET's avatar
P. FONTANET committed
- feat: application StoryBook
  - ajout du logo `scolariteservices-logo`
  - ajout des pages `Mise en route` et `Notes`
P. FONTANET's avatar
P. FONTANET committed

Patriarche Rémi's avatar
Patriarche Rémi committed
- feat: ajout `ngx-dsfr-table`
pfontanet's avatar
pfontanet committed
- feat: ajout `ngx-dsfr-download`, `ngx-dsfr-download-multiple`
- feat: ajout `ngx-dsfr-radiobutton-extended`
- fix: [ngx-dsfr-header] changement des attributs title du bloc marque : `blockMarkTooltip`
Kevin Genty's avatar
Kevin Genty committed
- fix: [ngx-dsfr-header] modification du href du bloc marque : `blockMarkHref`
- fix: [ngx-dsfr-header] renommage de l'input `labelLogoMarianne` en `blockMarkLabel`
- fix: [ngx-dsfr-footer] dispatch de l'input : `logo` en `blockMarkTooltip`, `blockMarkHref`, `blockMarkLabel`
- fix: [base-link] fix binding aria-current

## 0.1.0-beta.2

- fix: [base-link] changed `href`, `routerLinkValue`, `routerLinkActiveValue` default values
Patriarche Rémi's avatar
Patriarche Rémi committed

## 0.1.0-beta.1

- fix: `routerLinkValue` fonctionne dans `side-menu` et les liens réglementaires de `footer`
pfontanet's avatar
pfontanet committed

Patrick Fontanet's avatar
Patrick Fontanet committed
## 0.1.0-alpha.9
Patriarche Rémi's avatar
Patriarche Rémi committed
- chore: migration Angular 13.3.11 vers 14.2.12
- chore: migration de Storybook 6.4.14 vers 6.5.14
- feat: ajout de `<ngx-dsfr-accordions-group>`
- feat: ajout du composant `ngx-dsfr-breadcrumb`
- feat: [ngx-dsfr-buttons-group] encadre automatiquement les éléments `<ngx-dsfr-button>` par des éléments `<li>`
- feat: ajout `ngx-dsfr-stepper`
- feat: ajout `ngx-dsfr-upload`
- feat: [ngx-dsfr-sidemenu] `routerLink` dans les items
- feat: [ngx-dsfr-modal] ajout propriété `icon` optionnelle
- feat: [ngx-dsfr-card] ajout propriété `customBackground` dépréciant `useGreyBackground`

## 0.1.0-alpha.8
P. FONTANET's avatar
P. FONTANET committed

Patriarche Rémi's avatar
Patriarche Rémi committed
- chore: migration Angular 13