Skip to content
Snippets Groups Projects
CHANGELOG.md 1.43 KiB
Newer Older
Patrick Fontanet's avatar
Patrick Fontanet committed
# @DSMEN/NGX-DSFR-COMPONENTS
pfontanet's avatar
pfontanet committed
## 0.1.0-beta.1

- fix `routerLinkValue` fonctionne dans `side-menu` et les liens réglementaires de `footer`

Patrick Fontanet's avatar
Patrick Fontanet committed
## 0.1.0-alpha.9
Patrick Fontanet's avatar
Patrick Fontanet committed
- **Angular** migration de 13.3.11 vers 14.2.12
- **Storybook** migration de 6.4.14 vers 6.5.14
- **Accordion** ajout de `<ngx-dsfr-accordions-group>`
Patrick Fontanet's avatar
Patrick Fontanet committed
  - Ajout automatique de `<li>` autour de `<ngx-dsfr-accordion>`
- **BreadCrumb** : Nouveau !
- **Button** : <ngx-dsfr-buttons-group> ajoute les `<li>` autour de ses `<ngx-dsfr-button>`
- **SideMenu** : `routerLink` dans les items
Patrick Fontanet's avatar
Patrick Fontanet committed
- **Stepper** : Nouveau !
- **Upload** : Nouveau !
- **Card** : Dépréciation de `useGreyBackground` en 23.1. Utiliser `customBackground`.
P. FONTANET's avatar
P. FONTANET committed
- **Modal** : Ajout de `icon` optionnel

### Migration

*Certains attributs ou structures des composants ont été modifiés, cependant la compatibilité ascendante est maintenue
jusqu'à la version 1.0.0.*

- **Button**
  - Remplacer `text` -> `label`
  - Remplacer `title` -> `tooltip`
  - Remplacer `state` -> `variant`

- **Card** : 
  - Remplacer `title` -> `heading`

- **Checkbox**
  - Remplacer le *slot* `label` par l'*attribut* `label`
- **Footer**
  - Remplacer `presentationText` -> `presentation`
- **Highlight**
  - Remplacer `'small'`, `'medium'`, `'large'` par `'SM'`, `'MD'`, `'LG'`.
- **Link**
  - Remplacer `text` -> `label`
- **Tag** 
  - L'attribut `iconPositionRight` est supprimé
  - Remplacer `tagTitle` -> `tooltip`