@1024pix/pix-ui 14.7.0 → 14.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/addon/styles/_colors.scss +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Pix-UI Changelog
|
|
2
2
|
|
|
3
|
+
## v14.7.1 (28/06/2022)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### :coffee: Autre
|
|
7
|
+
- [#227](https://github.com/1024pix/pix-ui/pull/227) [DOCS] Ajoute des infos de breaking change sur la v14.4.0
|
|
8
|
+
|
|
3
9
|
## v14.7.0 (28/06/2022)
|
|
4
10
|
|
|
5
11
|
|
|
@@ -23,6 +29,10 @@
|
|
|
23
29
|
|
|
24
30
|
## v14.4.0 (17/06/2022)
|
|
25
31
|
|
|
32
|
+
### :warning: Breaking Change
|
|
33
|
+
La variable `$pix-gradient` a été supprimée par erreur, elle doit être remplacée par `$pix-primary-app-gradient`.
|
|
34
|
+
|
|
35
|
+
La totalité des couleurs du Design System ont été apportées dans cette version. Les remplacements nécessaires sont documentés dans [cette PR](https://github.com/1024pix/pix-ui/pull/219). Une version majeure suivra lorsque tous les fronts Pix auront migré.
|
|
26
36
|
|
|
27
37
|
### :building_construction: Tech
|
|
28
38
|
- [#219](https://github.com/1024pix/pix-ui/pull/219) [TECH] Ajouter les variables du design system dans Pix-UI.(PIX-2307)
|