@1024pix/pix-ui 39.0.2 → 40.0.0

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.
Files changed (58) hide show
  1. package/addon/common/add-dynamic-style-tag.js +8 -0
  2. package/addon/components/pix-filterable-and-searchable-select.hbs +11 -10
  3. package/addon/components/pix-filterable-and-searchable-select.js +30 -2
  4. package/addon/components/pix-multi-select.hbs +68 -64
  5. package/addon/components/pix-multi-select.js +9 -0
  6. package/addon/components/pix-select.hbs +6 -2
  7. package/addon/components/pix-select.js +13 -19
  8. package/addon/styles/_pix-filterable-and-searchable-select.scss +6 -1
  9. package/addon/styles/_pix-input.scss +11 -0
  10. package/addon/styles/_pix-multi-select.scss +2 -2
  11. package/addon/styles/_pix-select.scss +4 -2
  12. package/addon/styles/pix-design-tokens/_form.scss +1 -0
  13. package/app/stories/pix-input.mdx +15 -4
  14. package/app/stories/pix-input.stories.js +16 -0
  15. package/app/stories/pix-multi-select.stories.js +13 -2
  16. package/app/stories/pix-select.stories.js +9 -0
  17. package/package.json +21 -16
  18. package/.buildpacks +0 -2
  19. package/.circleci/config.yml +0 -84
  20. package/.gitattributes +0 -7
  21. package/.nvmrc +0 -1
  22. package/.prettierrc.json +0 -12
  23. package/.storybook/logo.svg +0 -1
  24. package/.storybook/main.js +0 -10
  25. package/.storybook/manager.js +0 -6
  26. package/.storybook/preview.js +0 -39
  27. package/.storybook/storybook-custom-theme.js +0 -37
  28. package/.stylelintrc.json +0 -17
  29. package/CHANGELOG.md +0 -1367
  30. package/CNAME +0 -1
  31. package/config/environment.js +0 -5
  32. package/docs/adr/0001-utiliser-les-balises-html-natives.md +0 -51
  33. package/docs/architecture.mdx +0 -106
  34. package/docs/assets/accessibility-storybook.png +0 -0
  35. package/docs/assets/screen-pix-storybook.png +0 -0
  36. package/docs/breaking-changes.mdx +0 -102
  37. package/docs/changelog.mdx +0 -6
  38. package/docs/colors-palette.mdx +0 -237
  39. package/docs/create-component.mdx +0 -112
  40. package/docs/design-system.mdx +0 -20
  41. package/docs/design-tokens.mdx +0 -72
  42. package/docs/good-practices-a11y.mdx +0 -43
  43. package/docs/good-practices-design.mdx +0 -62
  44. package/docs/good-practices-responsive.mdx +0 -51
  45. package/docs/good-practices-style-css.mdx +0 -40
  46. package/docs/good-practices-tests.mdx +0 -9
  47. package/docs/make-a-release.mdx +0 -45
  48. package/docs/pix-design-tokens-dev.mdx +0 -39
  49. package/docs/pull_request_template.md +0 -14
  50. package/docs/shadow.mdx +0 -25
  51. package/docs/spacing.mdx +0 -19
  52. package/docs/storybook.mdx +0 -45
  53. package/docs/test-component-without-release.mdx +0 -19
  54. package/docs/typography.mdx +0 -163
  55. package/docs/use-component.mdx +0 -90
  56. package/docs/use-install.mdx +0 -37
  57. package/scalingo.json +0 -17
  58. package/servers.conf.erb +0 -30
package/CHANGELOG.md DELETED
@@ -1,1367 +0,0 @@
1
- # Pix-UI Changelog
2
-
3
- ## v39.0.2 (01/08/2023)
4
-
5
-
6
- ### :arrow_up: Montée de version
7
- - [#442](https://github.com/1024pix/pix-ui/pull/442) [BUMP] Update dependency ember-resolver to v9 (dossier racine).
8
-
9
- ## v39.0.1 (31/07/2023)
10
-
11
-
12
- ### :building_construction: Tech
13
- - [#454](https://github.com/1024pix/pix-ui/pull/454) [TECH] Ajouter une erreur de lint si `render` ou `find` ne sont pas importés depuis `@1024pix/ember-testing-library`.
14
-
15
- ## v39.0.0 (31/07/2023)
16
-
17
-
18
- ### :bug: Correction
19
- - [#455](https://github.com/1024pix/pix-ui/pull/455) [BUGFIX] Corrige la personnalisation du logo de storybook.
20
- - [#452](https://github.com/1024pix/pix-ui/pull/452) [BUGFIX] Ajuster la taille du bouton upload.
21
-
22
- ## v38.2.2 (28/07/2023)
23
-
24
-
25
- ### :building_construction: Tech
26
- - [#453](https://github.com/1024pix/pix-ui/pull/453) [TECH] Ajout de l'ordonnancement des propriétés CSS.
27
-
28
- ### :arrow_up: Montée de version
29
- - [#450](https://github.com/1024pix/pix-ui/pull/450) [BUMP] Update dependency stylelint-config-standard-scss to v10 (dossier racine).
30
-
31
- ## v38.2.1 (25/07/2023)
32
-
33
-
34
- ### :building_construction: Tech
35
- - [#451](https://github.com/1024pix/pix-ui/pull/451) [TECH] Ajustements des versions de Node et npm.
36
-
37
- ### :coffee: Autre
38
- - [#449](https://github.com/1024pix/pix-ui/pull/449) [BUMP] Update dependency eslint-plugin-qunit to v8 (dossier racine).
39
- - [#443](https://github.com/1024pix/pix-ui/pull/443) [BUMP] Update dependency eslint-plugin-prettier to v5 (dossier racine).
40
-
41
- ## v38.2.0 (25/07/2023)
42
-
43
-
44
- ### :building_construction: Tech
45
- - [#383](https://github.com/1024pix/pix-ui/pull/383) [TECH] Ajouter la compatibilité avec node18.
46
-
47
- ## v38.1.0 (25/07/2023)
48
-
49
-
50
- ### :rocket: Amélioration
51
- - [#445](https://github.com/1024pix/pix-ui/pull/445) [FEATURE] :sparkles: Upgrade storybook to v7.1.0.
52
-
53
- ### :coffee: Autre
54
- - [#447](https://github.com/1024pix/pix-ui/pull/447) chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.5.
55
- - [#446](https://github.com/1024pix/pix-ui/pull/446) [BUMP] Update browser-tools orb to v1.4.3 (.circleci).
56
- - [#418](https://github.com/1024pix/pix-ui/pull/418) [BUMP] Update dependency @ember/test-helpers to v3 (dossier racine).
57
- - [#433](https://github.com/1024pix/pix-ui/pull/433) chore(deps): bump tough-cookie from 4.0.0 to 4.1.3.
58
- - [#437](https://github.com/1024pix/pix-ui/pull/437) [BUMP] Update dependency @1024pix/ember-testing-library to ^0.7.0 (dossier racine).
59
- - [#434](https://github.com/1024pix/pix-ui/pull/434) chore(deps): bump semver from 5.7.1 to 5.7.2.
60
-
61
- ## v38.0.0 (12/07/2023)
62
-
63
-
64
- ### :coffee: Autre
65
- - [#435](https://github.com/1024pix/pix-ui/pull/435) [BREAKING_CHANGES][BUGFIX] Ajuster la taille du bouton upload à son contenu.
66
-
67
- ## v37.0.0 (07/07/2023)
68
-
69
-
70
- ### :boom: BREAKING CHANGE
71
- - [#428](https://github.com/1024pix/pix-ui/pull/428) [BREAKING] Montée de version de Node.js minimum à la v16.17.0.
72
-
73
- ## v36.0.2 (07/07/2023)
74
-
75
-
76
- ### :building_construction: Tech
77
- - [#429](https://github.com/1024pix/pix-ui/pull/429) [TECH] Débloque la CI le temps de comprendre ce qui se passe.
78
-
79
- ## v36.0.1 (26/06/2023)
80
-
81
-
82
- ### :bug: Correction
83
- - [#425](https://github.com/1024pix/pix-ui/pull/425) [BUGFIX] Réduire la largeur minimum de PixProgressGauge (PIX-8457).
84
- - [#424](https://github.com/1024pix/pix-ui/pull/424) [BUGFIX] définir une largeur fixe pour le texte de pourcentage de PixProgressGauge (PIX-8439).
85
-
86
- ## v36.0.0 (13/06/2023)
87
-
88
-
89
- ### :boom: BREAKING CHANGE
90
- - [#417](https://github.com/1024pix/pix-ui/pull/417) [BREAKING] Met à jour la PixProgressBar avec le nouveau design (PIX-8172).
91
-
92
- ## v35.0.1 (13/06/2023)
93
-
94
-
95
- ### :building_construction: Tech
96
- - [#420](https://github.com/1024pix/pix-ui/pull/420) [TECH] Précise comment documenter un Breaking Change.
97
- - [#419](https://github.com/1024pix/pix-ui/pull/419) [TECH] Ajoute un moyen d'identifier qu'on génère un Breaking Change.
98
-
99
- ## v35.0.0 (31/05/2023)
100
-
101
-
102
- ### :rocket: Amélioration
103
- - [#415](https://github.com/1024pix/pix-ui/pull/415) [FEATURE] Utiliser les éléments HTML native pour le TextArea (PIX-8200)
104
-
105
- ### :building_construction: Tech
106
- - [#409](https://github.com/1024pix/pix-ui/pull/409) [TECH] Fait tourner le scenario embroider-optimized sur la CI
107
-
108
- ### :coffee: Autre
109
- - [#408](https://github.com/1024pix/pix-ui/pull/408) [BUMP] Update dependency fs-extra to v11 (dossier racine)
110
-
111
- ## v34.2.0 (26/05/2023)
112
-
113
-
114
- ### :rocket: Amélioration
115
- - [#406](https://github.com/1024pix/pix-ui/pull/406) [FEATURE] Enlever l'obligation d'avoir un label ou un ariaLabel pour le PixInput (PIX-8126)
116
-
117
- ### :building_construction: Tech
118
- - [#401](https://github.com/1024pix/pix-ui/pull/401) [TECH] Suppression de l'utilitaire uniqueId (PIX-8003)
119
-
120
- ### :coffee: Autre
121
- - [#410](https://github.com/1024pix/pix-ui/pull/410) [BUMP] Update dependency stylelint to v15 (dossier racine)
122
- - [#411](https://github.com/1024pix/pix-ui/pull/411) chore(deps): bump socket.io-parser from 4.2.1 to 4.2.3
123
- - [#405](https://github.com/1024pix/pix-ui/pull/405) [BUMP] Update dependency @embroider/test-setup to v3 (dossier racine)
124
- - [#398](https://github.com/1024pix/pix-ui/pull/398) [BUMP] Update Node.js to v16.20.0
125
- - [#404](https://github.com/1024pix/pix-ui/pull/404) [BUMP] Update dependency @fortawesome/ember-fontawesome to v1 (dossier racine)
126
-
127
- ## v34.1.0 (05/05/2023)
128
-
129
-
130
- ### :rocket: Amélioration
131
- - [#397](https://github.com/1024pix/pix-ui/pull/397) [FEATURE] Améliorer le composant PixFilterbanner (PIX-7854)
132
-
133
- ## v34.0.0 (04/05/2023)
134
-
135
-
136
- ### :rocket: Amélioration
137
- - [#393](https://github.com/1024pix/pix-ui/pull/393) [FEATURE] Uniformiser PixRadioButton et PixCheckbox (PIX-7900)
138
-
139
- ### :building_construction: Tech
140
- - [#354](https://github.com/1024pix/pix-ui/pull/354) [TECH] Améliorer l'expérience de dev
141
- - [#394](https://github.com/1024pix/pix-ui/pull/394) [TECH] Rendre Chromatic non bloquant lors du run de la CI (PIX-7932)
142
-
143
- ### :bug: Correction
144
- - [#392](https://github.com/1024pix/pix-ui/pull/392) [BUGFIX] Éviter le rétrécissement des inputs checkbox et radio (PIX-7896).
145
-
146
- ## v33.1.0 (27/04/2023)
147
-
148
-
149
- ### :rocket: Amélioration
150
- - [#391](https://github.com/1024pix/pix-ui/pull/391) [FEATURE] Améliorer la lisibilité des tags (PIX-7827)
151
-
152
- ## v33.0.0 (27/04/2023)
153
-
154
-
155
- ### :rocket: Amélioration
156
- - [#389](https://github.com/1024pix/pix-ui/pull/389) [FEATURE] Ajouter l'argument requiredLabel au TextArea (PIX-7710)
157
- - [#388](https://github.com/1024pix/pix-ui/pull/388) [FEATURE] Rectifier et uniformiser les composants Checkbox et Radio
158
- - [#390](https://github.com/1024pix/pix-ui/pull/390) [FEATURE] Ajouter Chromatic (PIX-7872)
159
- - [#386](https://github.com/1024pix/pix-ui/pull/386) [FEATURE] Améliorer le contraste du composant PixProgressGauge (PIX-7268)
160
-
161
- ## v32.0.0 (24/04/2023)
162
-
163
-
164
- ### :rocket: Amélioration
165
- - [#387](https://github.com/1024pix/pix-ui/pull/387) [FEATURE] Ne plus calculer le couleur de fond d'icône du PixIndicatorCard (PIX-7746)
166
-
167
- ## v31.1.0 (18/04/2023)
168
-
169
-
170
- ### :rocket: Amélioration
171
- - [#384](https://github.com/1024pix/pix-ui/pull/384) [FEATURE] Ajouter une icône avant le label du composant Pix-Select (PIX-7634)
172
-
173
- ## v31.0.0 (14/04/2023)
174
-
175
-
176
- ### :building_construction: Tech
177
- - [#381](https://github.com/1024pix/pix-ui/pull/381) [TECH] Modification de la valeur du Design Token warning-60 et suppression des placeholders de font-weight (PIX-7666).
178
-
179
- ## v30.1.0 (14/04/2023)
180
-
181
-
182
- ### :bug: Correction
183
- - [#377](https://github.com/1024pix/pix-ui/pull/377) [BUGFIX] Faire en sorte que la dropdown du select puisse s'ouvrir ailleurs qu'en bas si besoin (PIX-7237)
184
-
185
- ## v30.0.0 (05/04/2023)
186
-
187
-
188
- ### :rocket: Amélioration
189
- - [#376](https://github.com/1024pix/pix-ui/pull/376) [FEATURE] Rendre PixStars adaptatif et plus accessible (PIX-7625).
190
-
191
- ## v29.1.1 (31/03/2023)
192
-
193
-
194
- ### :building_construction: Tech
195
- - [#375](https://github.com/1024pix/pix-ui/pull/375) [TECH] Améliorer l'affichage des éléments en screen-reader-only ayant des sous élements (PIX-7623)
196
-
197
- ### :bug: Correction
198
- - [#373](https://github.com/1024pix/pix-ui/pull/373) [BUGFIX] Rendre les couleurs des tags cohérentes avec celles des maquettes (PIX-7582)
199
- - [#374](https://github.com/1024pix/pix-ui/pull/374) [BUGFIX] Rendre les typographies de la modale cohérentes avec celles des maquettes (PIX-7615)
200
-
201
- ## v29.1.0 (28/03/2023)
202
-
203
-
204
- ### :building_construction: Tech
205
- - [#364](https://github.com/1024pix/pix-ui/pull/364) [TECH] Mise à jour de ember-click-outside
206
-
207
- ### :bug: Correction
208
- - [#372](https://github.com/1024pix/pix-ui/pull/372) [BUGFIX] Augmenter l'épaisseur du label de PixInput (PIX-7574).
209
- - [#365](https://github.com/1024pix/pix-ui/pull/365) [BUGFIX] Corriger la sémantique et l'affichage du scroll sur la dropdown du PixSelect (PIX-7480)
210
-
211
- ### :coffee: Autre
212
- - [#362](https://github.com/1024pix/pix-ui/pull/362) [CLEANUP] Nettoie quelques dépendances et de la doc
213
- - [#371](https://github.com/1024pix/pix-ui/pull/371) [BUMP] Update actions/setup-node action to v3 (workflows)
214
- - [#370](https://github.com/1024pix/pix-ui/pull/370) [BUMP] Update actions/checkout action to v3 (workflows)
215
- - [#341](https://github.com/1024pix/pix-ui/pull/341) [BUMP] Update Node.js to v16.19.1 (.circleci)
216
- - [#342](https://github.com/1024pix/pix-ui/pull/342) [BUMP] Update browser-tools orb to v1.4.1 (.circleci)
217
-
218
- ## v29.0.0 (24/03/2023)
219
-
220
-
221
- ### :rocket: Amélioration
222
- - [#367](https://github.com/1024pix/pix-ui/pull/367) [FEATURE] Mise à jour du Design Token "typographie" (PIX-7515)
223
- - [#368](https://github.com/1024pix/pix-ui/pull/368) [FEATURE] Suppression de variables SCSS de couleurs dépréciées (PIX-7518)
224
-
225
- ### :building_construction: Tech
226
- - [#350](https://github.com/1024pix/pix-ui/pull/350) [TECH] Aligne les noms des variables SCSS d'espacement et documente des Design Token (PIX-7523)
227
-
228
- ### :bug: Correction
229
- - [#369](https://github.com/1024pix/pix-ui/pull/369) [BUGFIX] Correction typographies composant Indicator Card
230
-
231
- ### :coffee: Autre
232
- - [#358](https://github.com/1024pix/pix-ui/pull/358) [BUMP] Update dependency @embroider/test-setup to ^0.50.0
233
- - [#352](https://github.com/1024pix/pix-ui/pull/352) build(deps): bump minimist from 0.2.1 to 0.2.4
234
- - [#363](https://github.com/1024pix/pix-ui/pull/363) build(deps-dev): bump webpack from 5.75.0 to 5.76.0
235
-
236
- ## v28.1.1 (14/03/2023)
237
-
238
-
239
- ### :bug: Correction
240
- - [#361](https://github.com/1024pix/pix-ui/pull/361) [BUGFIX] Le contenu du `PixCollapsible` ne se rend plus en lazy
241
-
242
- ## v28.1.0 (14/03/2023)
243
-
244
-
245
- ### :rocket: Amélioration
246
- - [#360](https://github.com/1024pix/pix-ui/pull/360) [FEATURE] Vérifie la compatibilité avec embroider sur la ci
247
-
248
- ### :coffee: Autre
249
- - [#357](https://github.com/1024pix/pix-ui/pull/357) [CHORE] Utiliser la propriété iconBefore dans le bouton du filterBanner (PIX-7415)
250
-
251
- ## v28.0.2 (09/03/2023)
252
-
253
-
254
- ### :building_construction: Tech
255
- - [#356](https://github.com/1024pix/pix-ui/pull/356) [TECH] Supprimer des fichiers inutiles (PIX-7402).
256
-
257
- ## v28.0.1 (06/03/2023)
258
-
259
-
260
- ### :coffee: Autre
261
- - [#355](https://github.com/1024pix/pix-ui/pull/355) [BUG] Corrige le PixCheckbox pour éviter de cacher l'input en utilisant la propriété screenReaderOnly
262
-
263
- ## v28.0.0 (06/03/2023)
264
-
265
-
266
- ### :rocket: Amélioration
267
- - [#351](https://github.com/1024pix/pix-ui/pull/351) [FEATURE] Garder la cohérence sémantique du Pix-pagination (PIX-6812)
268
-
269
- ## v27.0.2 (06/03/2023)
270
-
271
-
272
- ### :bug: Correction
273
- - [#353](https://github.com/1024pix/pix-ui/pull/353) [BUGFIX] Améliorer l'accessibilité de PixStar (PIX-7349)
274
- - [#348](https://github.com/1024pix/pix-ui/pull/348) [BUGFIX] Rendre la ligne entière d'une option du multiselect cliquable (PIX-6957)
275
-
276
- ## v27.0.1 (22/02/2023)
277
-
278
-
279
- ### :building_construction: Tech
280
- - [#347](https://github.com/1024pix/pix-ui/pull/347) [TECH] Active des règles de lint SCSS d'espacement
281
-
282
- ## v27.0.0 (22/02/2023)
283
-
284
-
285
- ### :rocket: Amélioration
286
- - [#339](https://github.com/1024pix/pix-ui/pull/339) [FEATURE] Accorder le style du PixCollapsible au Design System (PIX-7164)
287
-
288
- ## v26.1.0 (21/02/2023)
289
-
290
-
291
- ### :rocket: Amélioration
292
- - [#338](https://github.com/1024pix/pix-ui/pull/338) [FEATURE] Permettre au PixButton d'avoir des icônes avant et après le label (PIX-3038)
293
-
294
- ## v26.0.5 (20/02/2023)
295
-
296
-
297
- ### :building_construction: Tech
298
- - [#345](https://github.com/1024pix/pix-ui/pull/345) [TECH] Active la règle de lint SCSS d'ajout d'espace après les `:`
299
- - [#346](https://github.com/1024pix/pix-ui/pull/346) [TECH] Active la règle de lint SCSS pour ne pas mettre d'unité derrière les `0`
300
- - [#344](https://github.com/1024pix/pix-ui/pull/344) [TECH] Active la règle de lint SCSS de format de couleurs
301
- - [#343](https://github.com/1024pix/pix-ui/pull/343) [TECH] Active la règle de lint SCSS d'indentation
302
- - [#336](https://github.com/1024pix/pix-ui/pull/336) [TECH] Mise en place de Stylelint
303
-
304
- ## v26.0.4 (20/02/2023)
305
-
306
-
307
- ### :building_construction: Tech
308
- - [#335](https://github.com/1024pix/pix-ui/pull/335) [TECH] Améliorations techniques diverses
309
-
310
- ### :bug: Correction
311
- - [#340](https://github.com/1024pix/pix-ui/pull/340) [BUGFIX] Ne pas permettre le focus de l'option par défaut cachée du PixSelect (PIX-7196)
312
-
313
- ## v26.0.3 (16/02/2023)
314
-
315
-
316
- ### :bug: Correction
317
- - [#337](https://github.com/1024pix/pix-ui/pull/337) [BUGFIX] utiliser la font-size du navigateur pour le calcul de la taille du PixSelect (PIX-7128)
318
-
319
- ## v26.0.2 (14/02/2023)
320
-
321
-
322
- ### :building_construction: Tech
323
- - [#333](https://github.com/1024pix/pix-ui/pull/333) [TECH] Ajouter la configuration pour Renovate
324
-
325
- ## v26.0.1 (06/02/2023)
326
-
327
-
328
- ### :building_construction: Tech
329
- - [#332](https://github.com/1024pix/pix-ui/pull/332) [TECH] Monter la version de Node.js en 16.19.0
330
-
331
- ## v26.0.0 (06/02/2023)
332
-
333
-
334
- ### :rocket: Amélioration
335
- - [#328](https://github.com/1024pix/pix-ui/pull/328) [FEATURE] Ajout de l'état de succès pour les composants pixInput et pixInputPassword
336
-
337
- ## v25.0.1 (06/02/2023)
338
-
339
-
340
- ### :building_construction: Tech
341
- - [#329](https://github.com/1024pix/pix-ui/pull/329) [TECH] Améliorations techniques diverses
342
-
343
- ### :coffee: Autre
344
- - [#294](https://github.com/1024pix/pix-ui/pull/294) chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2
345
-
346
- ## v25.0.0 (06/02/2023)
347
-
348
-
349
- ### :coffee: Autre
350
- - [#330](https://github.com/1024pix/pix-ui/pull/330) [BREAKING CHANGES] Ajouter une min-width au PixIconButton (PIX-7003)
351
-
352
- ## v24.2.2 (01/02/2023)
353
-
354
-
355
- ### :rocket: Amélioration
356
- - [#326](https://github.com/1024pix/pix-ui/pull/326) [FEATURE] utiliser une div comme tag parent de PixTooltip (PIX-6816)
357
-
358
- ## v24.2.1 (31/01/2023)
359
-
360
-
361
- ### :building_construction: Tech
362
- - [#323](https://github.com/1024pix/pix-ui/pull/323) [TECH] Supprime des warnings de deprecation Storybook
363
- - [#327](https://github.com/1024pix/pix-ui/pull/327) [TECH] Remplacer les valeurs d'`id` par du kebab case
364
-
365
- ## v24.2.0 (31/01/2023)
366
-
367
-
368
- ### :bug: Correction
369
- - [#325](https://github.com/1024pix/pix-ui/pull/325) [BUGFIX] Ajouter le paramètre permettant de ne pas afficher la valeur par défaut dans le fat composant (PIX-6925)
370
-
371
- ## v24.1.0 (24/01/2023)
372
-
373
-
374
- ### :rocket: Amélioration
375
- - [#316](https://github.com/1024pix/pix-ui/pull/316) [FEATURE] Création d'un input permettant de chercher/filtrer (PIX-6780)
376
- - [#320](https://github.com/1024pix/pix-ui/pull/320) [FEATURE] Déplacer le focus sur le champ lorsque le bouton pour masquer/afficher le mot de passe est cliqué sur PixInputPassword (PIX-6855)
377
-
378
- ## v24.0.3 (18/01/2023)
379
-
380
-
381
- ### :building_construction: Tech
382
- - [#321](https://github.com/1024pix/pix-ui/pull/321) [TECH] Stabilise le premier lancement de Storybook en dev
383
-
384
- ## v24.0.2 (18/01/2023)
385
-
386
-
387
- ### :rocket: Amélioration
388
- - [#319](https://github.com/1024pix/pix-ui/pull/319) [FEATURE] Ajouter un argument IconPrefixe au composant IndicatorCard afin d'autoriser l'utilisation d'icônes personnalisées (PIX-6809)
389
-
390
- ### :building_construction: Tech
391
- - [#318](https://github.com/1024pix/pix-ui/pull/318) [TECH] Changement du ratio minimal pour la couleur de fond accessible de 4.5 à 3 (PIX-6802)
392
-
393
- ## v24.0.1 (11/01/2023)
394
-
395
-
396
- ### :bug: Correction
397
- - [#315](https://github.com/1024pix/pix-ui/pull/315) [BUGFIX] Améliorer le comportement du PixSelect (PIX-6775)
398
- - [#317](https://github.com/1024pix/pix-ui/pull/317) [BUGFIX] La CI sort en erreur alors que les tests sont OK en local
399
-
400
- ## v24.0.0 (09/01/2023)
401
-
402
-
403
- ### :coffee: Autre
404
- - [#314](https://github.com/1024pix/pix-ui/pull/314) [BREAKING_CHANGE] Ajouter un normalize/reset css dans Pix UI (pix-6723)
405
-
406
- ## v23.3.0 (29/12/2022)
407
-
408
-
409
- ### :rocket: Amélioration
410
- - [#307](https://github.com/1024pix/pix-ui/pull/307) [FEATURE] Création du composant carte (PIX-6141).
411
-
412
- ### :building_construction: Tech
413
- - [#313](https://github.com/1024pix/pix-ui/pull/313) [TECH] Ne plus ajouter de lien vers la review-app dans la pull-request
414
-
415
- ## v23.2.1 (21/12/2022)
416
-
417
-
418
- ### :bug: Correction
419
- - [#312](https://github.com/1024pix/pix-ui/pull/312) [BUGFIX] Supprime la zone blanche non clickable dans les options du `PixSelect` (PIX-6591)
420
-
421
- ## v23.2.0 (16/12/2022)
422
-
423
-
424
- ### :rocket: Amélioration
425
- - [#271](https://github.com/1024pix/pix-ui/pull/271) [FEATURE] Revue du design des boutons (PIX-6218)
426
-
427
- ## v23.1.2 (16/12/2022)
428
-
429
-
430
- ### :bug: Correction
431
- - [#308](https://github.com/1024pix/pix-ui/pull/308) [BUGFIX] Support de l'état `disabled` et correction de la taille de l'élement Pix Select
432
-
433
- ### :coffee: Autre
434
- - [#310](https://github.com/1024pix/pix-ui/pull/310) [DOCS] Ajout infos v20.2.4 au changelog
435
-
436
- ## v23.1.1 (15/12/2022)
437
-
438
-
439
- ### :building_construction: Tech
440
- - [#270](https://github.com/1024pix/pix-ui/pull/270) [TECH] Suppression ember-cli-google-fonts (PIX-6423)
441
-
442
- ## v23.1.0 (09/12/2022)
443
-
444
-
445
- ### :rocket: Amélioration
446
- - [#305](https://github.com/1024pix/pix-ui/pull/305) [FEATURE] Permettre l'appel d'une fonction lors de la fermeture d'une Pix Banner (PIX-6513).
447
-
448
- ## v23.0.1 (09/12/2022)
449
-
450
-
451
- ### :building_construction: Tech
452
- - [#304](https://github.com/1024pix/pix-ui/pull/304) [TECH] Enlever le reset-css et ajouter attributes dans PixSelect(PIX-6504)
453
-
454
- ### :coffee: Autre
455
- - [#303](https://github.com/1024pix/pix-ui/pull/303) [DOCS] Ajouter des infos sur les breaking changes des v22 & v23 dans le changelog
456
-
457
- ## v23.0.0 (08/12/2022)
458
-
459
- ### :warning: Breaking Change
460
- **PixModal** :
461
- * Les boutons d'actions dans le footer ne sont plus alignés à droite par défaut. Pour garder le comportement précédant, il faut reprendre ce bout de code :
462
-
463
- ```
464
- ul {
465
- display: flex;
466
- flex-direction: column;
467
- gap: $spacing-s;
468
- margin-bottom: $spacing-s;
469
-
470
- @include device-is('tablet') {
471
- flex-direction: row;
472
- flex-wrap: wrap;
473
- justify-content: flex-end;
474
- }
475
- }
476
- ```
477
-
478
- ### :rocket: Amélioration
479
- - [#285](https://github.com/1024pix/pix-ui/pull/285) [FEATURE] Améliorer l'accessibilité de PixModal (PIX-6265)
480
- - [#287](https://github.com/1024pix/pix-ui/pull/287) [FEATURE] Améliorer l'accessiblité de PixSidebar (PIX-6424)
481
-
482
- ### :coffee: Autre
483
- - [#302](https://github.com/1024pix/pix-ui/pull/302) [DOCS] Modifie l'exemple de la Modal pour utiliser `gap`
484
-
485
- ## v22.0.1 (08/12/2022)
486
-
487
-
488
- ### :building_construction: Tech
489
- - [#300](https://github.com/1024pix/pix-ui/pull/300) [TECH] Réparer l'affichage des stories
490
-
491
- ## v22.0.0 (08/12/2022)
492
-
493
-
494
- ### :warning: Breaking Change
495
- Ember v4 obligatoire.
496
-
497
- ### :rocket: Amélioration
498
- - [#288](https://github.com/1024pix/pix-ui/pull/288) [FEATURE] Ajout le composant PixToggle (PIX-6427)
499
-
500
- ### :building_construction: Tech
501
- - [#292](https://github.com/1024pix/pix-ui/pull/292) [TECH] Mettre à jour `ember-source` vers la 4.0.1 (PIX-6462).
502
-
503
- ## v21.0.0 (05/12/2022)
504
-
505
-
506
- ### :rocket: Amélioration
507
- - [#289](https://github.com/1024pix/pix-ui/pull/289) [FEATURE] Ajouter le composant PixFilterableAndSearchableSelect (PIX-6026)
508
- - [#291](https://github.com/1024pix/pix-ui/pull/291) [FEATURE] Ajoute la possibilité d'utiliser un block à la place du placeholder (PIX-6443)
509
- - [#290](https://github.com/1024pix/pix-ui/pull/290) [FEATURE] Ajoute une propriété id sur le composant PixSelect (PIX-6440)
510
-
511
- ### :building_construction: Tech
512
- - [#286](https://github.com/1024pix/pix-ui/pull/286) [TECH] Mettre à jour les paquets non bloquants (PIX-6419).
513
- - [#274](https://github.com/1024pix/pix-ui/pull/274) [TECH] Utiliser la dernière version mineure de NodeJs automatiquement
514
-
515
- ### :bug: Correction
516
- - [#298](https://github.com/1024pix/pix-ui/pull/298) [BUGFIX] Rétrograder la version d'ember click outside à la 4.0.0 (PIX-6482)
517
- - [#296](https://github.com/1024pix/pix-ui/pull/296) [BUGFIX] Le select ne prend pas le focus quand on clique sur son label (PIX-6476).
518
- - [#281](https://github.com/1024pix/pix-ui/pull/281) [BUGFIX] Autorise d'autres événements de la page à avoir lieu lors de l'ouverture/fermeture du select (PIX-6399)
519
-
520
- ### :coffee: Autre
521
- - [#284](https://github.com/1024pix/pix-ui/pull/284) [BREAKING CHANGES][TECH] Supprime la propriété onLoadOptions sur le composant PixMultiSelect (PIX-6418)
522
- - [#280](https://github.com/1024pix/pix-ui/pull/280) [BUG] Empêche le composant PixSelect de capturer le focus à chaque click sur la page (PIX-6397)
523
- - [#278](https://github.com/1024pix/pix-ui/pull/278) [BREAKING CHANGES][TECH] Améliorer le composant PixMultiSelect (Pix-6025)
524
- - [#266](https://github.com/1024pix/pix-ui/pull/266) [BREAKING CHANGES][FEATURE] Créer un nouveau PixSelect accessible basé sur PixDropdown/PixSelect (Pix-6018)
525
-
526
- ## v20.2.4 (16/12/2022)
527
-
528
-
529
- ### :coffee: Autre
530
- - [f9a35c](https://github.com/1024pix/pix-ui/commit/f9a35c4787dc2ae6c7fa62e2cb538bfec84982a9) Relaxer nos version Node.js et npm
531
-
532
- ## v20.2.3 (15/11/2022)
533
-
534
-
535
- ### :bug: Correction
536
- - [#276](https://github.com/1024pix/pix-ui/pull/276) [BUGFIX] Corriger le rendu du composant tootltip dans des contextes flex (PIX-6314)
537
-
538
- ## v20.2.2 (09/11/2022)
539
-
540
-
541
- ### :building_construction: Tech
542
- - [#273](https://github.com/1024pix/pix-ui/pull/273) [TECH] Remplacer l'import d'`htmlSafe` depuis `ember/string` en `ember/template`
543
-
544
- ## v20.2.1 (28/10/2022)
545
-
546
-
547
- ### :bug: Correction
548
- - [#268](https://github.com/1024pix/pix-ui/pull/268) [BUGFIX] Empêcher la propagation des événements dans tous les enfants sur la Tooltip (PIX-6149)
549
-
550
- ## v20.2.0 (25/10/2022)
551
-
552
-
553
- ### :rocket: Amélioration
554
- - [#267](https://github.com/1024pix/pix-ui/pull/267) [FEATURE] Gérer l'échappement de la tooltip (PIX-6114)
555
-
556
- ## v20.1.0 (13/10/2022)
557
-
558
-
559
- ### :rocket: Amélioration
560
- - [#241](https://github.com/1024pix/pix-ui/pull/241) [FEATURE] PixCollapsible : Autoriser l'utilisation d'un Block Content pour le titre
561
-
562
- ### :bug: Correction
563
- - [#264](https://github.com/1024pix/pix-ui/pull/264) [BUGFIX] Réparer l'ombre du compsant Pix Block.
564
- - [#263](https://github.com/1024pix/pix-ui/pull/263) [BUGFIX] Permettre le scroll quand la modale est détruite
565
-
566
- ## v20.0.1 (11/10/2022)
567
-
568
-
569
- ### :bug: Correction
570
- - [#262](https://github.com/1024pix/pix-ui/pull/262) [BUGFIX] suppression d'un display flex inutile sur le conteneur principal de PixBackgroundHeader
571
-
572
- ## v20.0.0 (11/10/2022)
573
-
574
-
575
- ### :building_construction: Tech
576
- - [#259](https://github.com/1024pix/pix-ui/pull/259) [TECH] Mettre à jour la doc PixMultiSelect, pour la rendre plus lisible (PIX-5806)
577
-
578
- ### :coffee: Autre
579
- - [#261](https://github.com/1024pix/pix-ui/pull/261) [BREAKING CHANGES][FEATURE] Suppression du padding dans le composant `PixBlock` (PIX-5971).
580
-
581
- ## v19.0.1 (04/10/2022)
582
-
583
- ### :rocket: Amélioration
584
- - [#258](https://github.com/1024pix/pix-ui/pull/258) [FEATURE] Centre la PixModal en hauteur
585
- * ⚠️ Le scroll est géré par l'overlay, conteneur de la modale. Si vous avez fait du code spécifique pour que ce soit la modale qui contienne son scroll, cela peut entraîner du contenu non visible dans le viewport.
586
- - [#257](https://github.com/1024pix/pix-ui/pull/257) [FEATURE] Suppression du `padding` de la Sidebar pour permettre de mieux customiser
587
-
588
- ### :coffee: Autre
589
- - [#256](https://github.com/1024pix/pix-ui/pull/256) [BUFGIX] Mettre à jour la page d'utilisation de la PixModal (PIX-5735)
590
-
591
- ## v19.0.0 (16/09/2022)
592
-
593
- ### :warning: Breaking Change
594
-
595
- **PixCheckBox** :
596
- * L'argument `label` n'est plus disponible en tant qu'argument, est doit être instancier de cette manière `<PixCheckBox>label</PixCheckBox>`
597
-
598
- **PixMultiSelect** :
599
- * L'argument `title` a été supprimé et ne doit plus être utilisé. Utilisez à la place l'argument `label`, ce label est présent pour définir le champ input ou le bouton.
600
- * L'argument `placeholder` a été remplacé. Utilisez à la place l'argument `innerText`, il fait office de placeholder pour le multiselect searchable ou de contenu pour le bouton.
601
- * L'argument `size` a été supprimé. Ce composant a désormais une taille unique (correspondant à l'ancien small).
602
- * L'argument `showOnInput` a été supprimé, pour un comportement non a11y compliant.
603
- * L'argument `screenReaderOnly` a été ajouté afin de caché de manière accessible le `label` à l'écran
604
-
605
- ### :rocket: Amélioration
606
- - [#252](https://github.com/1024pix/pix-ui/pull/252) [FEATURE] Rendre accessible (a11y) le composant PixMultiSelect et PixCheckbox (PIX-5555)
607
-
608
- ## v18.2.0 (16/09/2022)
609
-
610
-
611
- ### :rocket: Amélioration
612
- - [#255](https://github.com/1024pix/pix-ui/pull/255) [FEATURE] Améliorer l'accessibilité de Pix-Modal.
613
-
614
- ## v18.1.0 (15/09/2022)
615
-
616
-
617
- ### :rocket: Amélioration
618
- - [#253](https://github.com/1024pix/pix-ui/pull/253) [FEATURE] Améliorer de l'accessibilité de Pix-Sidebar.
619
-
620
- ## v18.0.2 (06/09/2022)
621
-
622
-
623
- ### :bug: Correction
624
- - [#251](https://github.com/1024pix/pix-ui/pull/251) [BUGFIX] Évite de casser les tests d'acceptance des applis (PIX-5619)
625
-
626
- ### :coffee: Autre
627
- - [#250](https://github.com/1024pix/pix-ui/pull/250) [CLEANUP] Utilise l'action commune d'automerge
628
-
629
- ## v18.0.1 (02/09/2022)
630
-
631
-
632
- ### :bug: Correction
633
- - [#249](https://github.com/1024pix/pix-ui/pull/249) [BUGFIX] Permettre le controle des checkboxs
634
- - [#248](https://github.com/1024pix/pix-ui/pull/248) [BUGFIX] Prévenir des erreurs à la première ouverture de la sidebar/modal
635
-
636
- ## v18.0.0 (01/09/2022)
637
-
638
- ### :warning: Breaking Change
639
-
640
- **PixModal** :
641
- * Le composant PixModal gère maintenant lui-même son état de visibilité. Pour le contrôler, il suffit d'utiliser la propriété `@showModal` qui est un booléen obligatoire.
642
-
643
- ### :bug: Correction
644
- - [#246](https://github.com/1024pix/pix-ui/pull/246) [BUGFIX] Mettre le focus sur le premier élement où est utiliser le `trap-focus`.
645
-
646
- ## v17.2.1 (31/08/2022)
647
-
648
-
649
- ### :rocket: Amélioration
650
- - [#247](https://github.com/1024pix/pix-ui/pull/247) [FEATURE] Amélioration couleurs `PixIconButton`
651
-
652
- ## v17.2.0 (24/08/2022)
653
-
654
-
655
- ### :rocket: Amélioration
656
- - [#245](https://github.com/1024pix/pix-ui/pull/245) [FEATURE] Ajouter un composant Sidebar (PIX-4298)
657
-
658
- ## v17.1.0 (22/08/2022)
659
-
660
-
661
- ### :rocket: Amélioration
662
- - [#243](https://github.com/1024pix/pix-ui/pull/243) [FEATURE] Ajout d'un icone pour fermer Pix-Banner (PIX-5379)
663
- - [#244](https://github.com/1024pix/pix-ui/pull/244) [FEATURE] PixModal : ajouter des modifiers trap-focus et action au echap (PIX-5157)
664
-
665
- ## v17.0.0 (09/08/2022)
666
-
667
-
668
- ### :coffee: Autre
669
- - [#239](https://github.com/1024pix/pix-ui/pull/239) [BREAKING_CHANGES][BUGFIX] Correction des couleurs du design system par rapport à Figma (PIX-5331).
670
-
671
- ## v16.1.0 (03/08/2022)
672
-
673
-
674
- ### :rocket: Amélioration
675
- - [#232](https://github.com/1024pix/pix-ui/pull/232) [FEATURE] Ajout du composant checkbox (PIX-3030)
676
-
677
- ## v16.0.0 (13/07/2022)
678
-
679
-
680
- ### :building_construction: Tech
681
- - [#238](https://github.com/1024pix/pix-ui/pull/238) [TECH] Monter de version fontawesome (PIX-5325)
682
-
683
- ## v15.0.2 (11/07/2022)
684
-
685
-
686
- ### :building_construction: Tech
687
- - [#237](https://github.com/1024pix/pix-ui/pull/237) [TECH] Changer les pré-requis engine du package.json (PIX-5319)
688
-
689
- ### :bug: Correction
690
- - [#236](https://github.com/1024pix/pix-ui/pull/236) [BUGFIX] Correction du déploiement de Storybook
691
-
692
- ## v15.0.1 (08/07/2022)
693
-
694
-
695
- ### :bug: Correction
696
- - [#234](https://github.com/1024pix/pix-ui/pull/234) [BUGFIX] Laisser les filtres à côté du label dans le FilterBanner (PIX-5301)
697
- - [#231](https://github.com/1024pix/pix-ui/pull/231) [BUGFIX] PixButton de type submit affiche un loader si @isLoading=true
698
-
699
- ## v15.0.0 (05/07/2022)
700
-
701
-
702
- ### :building_construction: Tech
703
- - [#229](https://github.com/1024pix/pix-ui/pull/229) [TECH] Retirer la taille par defaut du composant PixMultiSelect
704
- - [#224](https://github.com/1024pix/pix-ui/pull/224) [TECH] Fixer la version NodeJS à 16.14.0
705
-
706
- ## v14.8.1 (30/06/2022)
707
-
708
-
709
- ### :building_construction: Tech
710
- - [#228](https://github.com/1024pix/pix-ui/pull/228) [TECH] Import et utilisation des polices Google Fonts dans le projet
711
-
712
- ## v14.7.1 (28/06/2022)
713
-
714
-
715
- ### :coffee: Autre
716
- - [#227](https://github.com/1024pix/pix-ui/pull/227) [DOCS] Ajoute des infos de breaking change sur la v14.4.0
717
-
718
- ## v14.7.0 (28/06/2022)
719
-
720
-
721
- ### :building_construction: Tech
722
- - [#226](https://github.com/1024pix/pix-ui/pull/226) [TECH] Permettre le passage en multi ligne du bandeau (PIX-5213)
723
-
724
- ## v14.6.0 (27/06/2022)
725
-
726
-
727
- ### :rocket: Amélioration
728
- - [#225](https://github.com/1024pix/pix-ui/pull/225) [FEATURE] Rendre le contenu de PixCollapsible en lazy
729
-
730
- ### :coffee: Autre
731
- - [#167](https://github.com/1024pix/pix-ui/pull/167) Bump axios from 0.21.1 to 0.21.2
732
-
733
- ## v14.5.0 (22/06/2022)
734
-
735
-
736
- ### :coffee: Autre
737
- - [#223](https://github.com/1024pix/pix-ui/pull/223) [DOC] Ajouter la palette des couleurs & la documentation pour les couleurs (PIX-5181) .
738
-
739
- ## v14.4.0 (17/06/2022)
740
-
741
- ### :warning: Breaking Change
742
- La variable `$pix-gradient` a été supprimée par erreur, elle doit être remplacée par `$pix-primary-app-gradient`.
743
-
744
- 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é.
745
-
746
- ### :building_construction: Tech
747
- - [#219](https://github.com/1024pix/pix-ui/pull/219) [TECH] Ajouter les variables du design system dans Pix-UI.(PIX-2307)
748
-
749
- ### :coffee: Autre
750
- - [#221](https://github.com/1024pix/pix-ui/pull/221) [A11Y] Ajouter un aria hidden aux étoiles des paliers (PIX-5076)
751
- - [#220](https://github.com/1024pix/pix-ui/pull/220) Mise à jour de la doc pour tester pixInput via testing-library
752
-
753
- ## v14.3.1 (11/05/2022)
754
-
755
-
756
- ### :building_construction: Tech
757
- - [#218](https://github.com/1024pix/pix-ui/pull/218) [TECH] Ajouter la notion de Pix dans le nom du fichier des design tokens (PIX-4936).
758
-
759
- ## v14.3.0 (10/05/2022)
760
-
761
-
762
- ### :building_construction: Tech
763
- - [#215](https://github.com/1024pix/pix-ui/pull/215) [TECH] Rajouter les classes de typographie et les mixins de box-shadow du design system
764
-
765
- ## v14.2.0 (06/05/2022)
766
-
767
-
768
- ### :coffee: Autre
769
- - [#216](https://github.com/1024pix/pix-ui/pull/216) A11Y: add role=img on the stars container + add aria-label
770
-
771
- ## v14.1.1 (15/04/2022)
772
-
773
-
774
- ### :bug: Correction
775
- - [#214](https://github.com/1024pix/pix-ui/pull/214) [BUGFIX] Ajouter params à la méthode triggerAction à PixIconButton (PIX-4790)
776
-
777
- ## v14.1.0 (12/04/2022)
778
-
779
-
780
- ### :rocket: Amélioration
781
- - [#213](https://github.com/1024pix/pix-ui/pull/213) [FEATURE] Retirer l'option d'ajouter une icône dans le composant Pix Input (PIX-4766).
782
-
783
- ## v14.0.0 (12/04/2022)
784
-
785
-
786
- ### :coffee: Autre
787
- - [#212](https://github.com/1024pix/pix-ui/pull/212) [BREAKING_CHANGES][BUGFIX] Ajouter un aria-label au Pix Input (PIX-4759).
788
-
789
- ## v13.5.1 (12/04/2022)
790
-
791
-
792
- ### :bug: Correction
793
- - [#211](https://github.com/1024pix/pix-ui/pull/211) [BUGFIX] Ne permettre qu'un label dans les composants Pix Input et Input Password (PIX-4125).
794
-
795
- ## v13.5.0 (11/04/2022)
796
-
797
-
798
- ### :rocket: Amélioration
799
- - [#204](https://github.com/1024pix/pix-ui/pull/204) [FEATURE] Permettre de rendre Pix Input et Pix Input Password obligatoires (PIX-4138).
800
-
801
- ## v13.4.4 (11/04/2022)
802
-
803
-
804
- ### :bug: Correction
805
- - [#209](https://github.com/1024pix/pix-ui/pull/209) [BUGFIX] Remplace la page courante si elle n'existe plus
806
-
807
- ## v13.4.2 (07/04/2022)
808
-
809
-
810
- ### :building_construction: Tech
811
- - [#208](https://github.com/1024pix/pix-ui/pull/208) [TECH] Suppression de la margin dans Pix-Pagination (PIX-4733)
812
-
813
- ## v13.4.1 (05/04/2022)
814
-
815
-
816
- ### :rocket: Amélioration
817
- - [#207](https://github.com/1024pix/pix-ui/pull/207) [FEATURE] Permettre à pix-pagination d'avoir une version condensée (PIX-4715)
818
-
819
- ## v13.4.0 (25/03/2022)
820
-
821
-
822
- ### :rocket: Amélioration
823
- - [#206](https://github.com/1024pix/pix-ui/pull/206) [FEATURE] Composant de pagination (PIX-4511)
824
-
825
- ## v13.3.4 (21/03/2022)
826
-
827
-
828
- ### :bug: Correction
829
- - [#205](https://github.com/1024pix/pix-ui/pull/205) [BUGFIX] Augmenter la priorité d'affichage de la modal
830
-
831
- ## v13.3.3 (23/02/2022)
832
-
833
-
834
- ### :bug: Correction
835
- - [#203](https://github.com/1024pix/pix-ui/pull/203) [BUGFIX] Aligner la modal dans le centre de la fenêtre.
836
-
837
- ## v13.3.2 (23/02/2022)
838
-
839
-
840
- ### :bug: Bug fix
841
- - [#202](https://github.com/1024pix/pix-ui/pull/202) [BUGFIX] Corriger l'alignement dans le header de la Pix Modal.
842
-
843
- ## v13.3.1 (22/02/2022)
844
-
845
-
846
- ### :bug: Bug fix
847
- - [#201](https://github.com/1024pix/pix-ui/pull/201) [BUGFIX] Corriger la couleur de la sélection et l'erreur d'accessibilité.
848
-
849
- ## v13.3.0 (21/02/2022)
850
-
851
-
852
- ### :rocket: Enhancement
853
- - [#199](https://github.com/1024pix/pix-ui/pull/199) [FEATURE] Permettre de rendre obligatoire le PixDropdown
854
-
855
- ## v13.2.0 (17/02/2022)
856
-
857
-
858
- ### :rocket: Enhancement
859
- - [#193](https://github.com/1024pix/pix-ui/pull/193) [FEATURE] Ajouter le composant dropdown (PIX-4295).
860
-
861
- ## v13.1.0 (16/02/2022)
862
-
863
-
864
- ### :building_construction: Tech
865
- - [#194](https://github.com/1024pix/pix-ui/pull/194) [TECH] Mise a jour du package-lock.
866
- - [#192](https://github.com/1024pix/pix-ui/pull/192) [TECH] Améliorer le blueprint pour auto-générer les nouveaux composants.
867
-
868
- ### :coffee: Various
869
- - [#198](https://github.com/1024pix/pix-ui/pull/198) [FEAT] Permettre à la tooltip de ne pas s'afficher (PIX-4375)
870
- - [#196](https://github.com/1024pix/pix-ui/pull/196) [FIX] Corriger les tests qui bloquent la pipeline.
871
- - [#183](https://github.com/1024pix/pix-ui/pull/183) [DOC] Utiliser les champs de saisie natifs HTML plutôt que ceux d'Ember.
872
-
873
- ## v13.0.0 (27/01/2022)
874
-
875
-
876
- ### :coffee: Various
877
- - [#188](https://github.com/1024pix/pix-ui/pull/188) [BREAKING_CHANGES] Input / InputPassword missing event on onChange (PIX-4243)
878
-
879
- ## v12.0.0 (24/01/2022)
880
-
881
-
882
- ### :rocket: Enhancement
883
- - [#94](https://github.com/1024pix/pix-ui/pull/94) [FEATURE] Ajout du composant PixModal
884
-
885
- ### :bug: Bug fix
886
- - [#186](https://github.com/1024pix/pix-ui/pull/186) [BREAKING_CHANGES] Désactiver l'autocomplete sur le composant Pix Select (PIX-4158)
887
- - [#187](https://github.com/1024pix/pix-ui/pull/187) [BUGFIX] Rendre tout le tag sélectionnable (PIX-4179)
888
-
889
- ## v11.2.0 (14/01/2022)
890
-
891
-
892
- ### :coffee: Various
893
- - [#185](https://github.com/1024pix/pix-ui/pull/185) [A11Y] Ajouter une nouvelle couleur dans la palette de PixTag (PIX-4109)
894
-
895
- ## v11.1.1 (17/12/2021)
896
-
897
-
898
- ### :building_construction: Tech
899
- - [#182](https://github.com/1024pix/pix-ui/pull/182) [TECH] Rendre responsive la PixFilterBanner
900
-
901
- ## v11.1.0 (16/12/2021)
902
-
903
-
904
- ### :building_construction: Tech
905
- - [#175](https://github.com/1024pix/pix-ui/pull/175) [BREAKING_CHANGES] Faire en sorte que le message d'erreur soit situé à l'intérieur de l'élément qui le compose (PIX-3829)
906
-
907
- ## v11.0.1 (08/12/2021)
908
-
909
-
910
- ### :bug: Bug fix
911
- - [#181](https://github.com/1024pix/pix-ui/pull/181) [BUGFIX] Corriger les explications d'utilisations du PixInputCode
912
-
913
- ### :coffee: Various
914
- - [#171](https://github.com/1024pix/pix-ui/pull/171) [DOC] Améliorer l'information sur l'accessibilité dans la doc de PixTooltip
915
-
916
- ## v11.0.0 (03/12/2021)
917
-
918
-
919
- ### :rocket: Enhancement
920
- - [#177](https://github.com/1024pix/pix-ui/pull/177) [FEATURE] Création du composant Tag sélectionnable dans Pix UI (PIX-3757)
921
-
922
- ### :building_construction: Tech
923
- - [#180](https://github.com/1024pix/pix-ui/pull/180) [BREAKING_CHANGES] Ajouter la possibilité d'utiliser des composants Ember à l'intérieur de la tooltip (Pix-3925)
924
- - [#179](https://github.com/1024pix/pix-ui/pull/179) [TECH] Mise à jour du template de pull request pour faire apparaître plus clairement les BREAKING_CHANGES
925
- - [#148](https://github.com/1024pix/pix-ui/pull/148) [TECH] Formatter les fichiers avec prettier (PIX-3469)
926
-
927
- ### :bug: Bug fix
928
- - [#147](https://github.com/1024pix/pix-ui/pull/147) [BREAKING_CHANGES] Ajout de l'évènement onChange afin de supprimer le message d'erreur lorsque l'utilisateur modifie sa saisie (PIX-3476)
929
-
930
- ### :coffee: Various
931
- - [#178](https://github.com/1024pix/pix-ui/pull/178) [DOC] Améliorer l'information sur les breaking changes dans Pix UI
932
- - [#174](https://github.com/1024pix/pix-ui/pull/174) [DOC] Mise a jour de la la méthode d'installation dans la documentation
933
- - [#158](https://github.com/1024pix/pix-ui/pull/158) [DOC] Suivre le déploiement de la release.
934
-
935
- ## v10.2.1 (10/11/2021)
936
-
937
-
938
- ### :building_construction: Tech
939
- - [#173](https://github.com/1024pix/pix-ui/pull/173) [TECH] Mise a jour du nom de domaine.
940
-
941
- ## v10.2.0 (10/11/2021)
942
-
943
-
944
- ### :building_construction: Tech
945
- - [#172](https://github.com/1024pix/pix-ui/pull/172) [TECH] Monter node de version a 16.13.0
946
-
947
- ## v10.1.0 (10/11/2021)
948
-
949
-
950
- ### :coffee: Various
951
- - [#164](https://github.com/1024pix/pix-ui/pull/164) [INFRA] Release npm @1024pix/pix-ui automatisée
952
-
953
- ## v10.0.2 (08/11/2021)
954
-
955
-
956
- ### :coffee: Various
957
- - [#165](https://github.com/1024pix/pix-ui/pull/165) [FIXBUG] Problème de sélection des statuts sur Firefox (PIX-3636)
958
-
959
- ## v10.0.1 (03/11/2021)
960
-
961
-
962
- ### :building_construction: Tech
963
- - [#163](https://github.com/1024pix/pix-ui/pull/163) [TECH] Ne plus inclure les stories dans le bundle de Pix-UI
964
- - [#162](https://github.com/1024pix/pix-ui/pull/162) [TECH] Donner toutes les permissions à l'auto-merge
965
- - [#161](https://github.com/1024pix/pix-ui/pull/161) [TECH] Ajout de la permission pour l'auto merge d'écrire sur les status
966
- - [#160](https://github.com/1024pix/pix-ui/pull/160) [TECH] Restaurer la version initiale de automerge.
967
- - [#159](https://github.com/1024pix/pix-ui/pull/159) [TECH] Ajout d'une permission d'écriture pour l'auto merge
968
-
969
- ### :bug: Bug fix
970
- - [#166](https://github.com/1024pix/pix-ui/pull/166) [BUGFIX] Empêcher PixSelect de déborder de l'élément parent
971
-
972
- ## v10.0.0 (20/10/2021)
973
-
974
- - [#156](https://github.com/1024pix/pix-ui/pull/156) [TECH] Enlever les règles bloquantes et non utiles du reset CSS [BREAKING_CHANGES]
975
-
976
- ## v9.2.0 (20/10/2021)
977
-
978
- - [#157](https://github.com/1024pix/pix-ui/pull/157) [FEATURE] Afficher un préfixe optionnel dans le composant PixInputPassword.
979
-
980
- ## v9.1.0 (18/10/2021)
981
-
982
- - [#155](https://github.com/1024pix/pix-ui/pull/155) [FEATURE] Ajouter le chargement asynchrone des options sur PixMultiSelect
983
- - [#154](https://github.com/1024pix/pix-ui/pull/154) [BUGFIX] Les options du select n'apparaissent pas complètement (PIX-3608).
984
- - [#135](https://github.com/1024pix/pix-ui/pull/135) [TECH] Exclure des fichiers de l'archive pix-ui
985
-
986
- ## v9.0.1 (12/10/2021)
987
-
988
- - [#153](https://github.com/1024pix/pix-ui/pull/153) [BUGFIX] Améliorer l'ordre des explications d'accessibilité du PixInputCode
989
-
990
- ## v9.0.0 (08/10/2021)
991
-
992
- - [#152](https://github.com/1024pix/pix-ui/pull/152) [BUGFIX] Mettre à jour le PixInputCode [BREAKING_CHANGES]
993
-
994
- ## v8.4.0 (05/10/2021)
995
-
996
- - [#149](https://github.com/1024pix/pix-ui/pull/149) [FEATURE] Permettre de tracker les values des PixInput et PixInputPassword
997
- - [#151](https://github.com/1024pix/pix-ui/pull/151) [TECH] Ajout du helper getByLabel
998
- - [#144](https://github.com/1024pix/pix-ui/pull/144) [TECH] Ajout du helper fillInByLabel (PIX-3470)
999
- - [#146](https://github.com/1024pix/pix-ui/pull/146) [TECH] Ajout du helper clickByLabel (PIX-3470)
1000
- - [#143](https://github.com/1024pix/pix-ui/pull/143) [TECH] Ajout du helper notContains (PIX-3470)
1001
-
1002
- ## v8.3.0 (04/10/2021)
1003
-
1004
- - [#145](https://github.com/1024pix/pix-ui/pull/145) [BUGFIX] Correction de l'id requis quand le label est renseigné
1005
- - [#150](https://github.com/1024pix/pix-ui/pull/150) [TECH] Mettre à jour la version de l'auto merge et donner les permissions nécessaires au github token
1006
- - [#142](https://github.com/1024pix/pix-ui/pull/142) [TECH] Ajout du helper contains
1007
- - [#140](https://github.com/1024pix/pix-ui/pull/140) [TECH] Restreindre les permissions par défaut du github token
1008
- - [#141](https://github.com/1024pix/pix-ui/pull/141) [DOC] Ajouter comment créer un composant dans le README
1009
-
1010
- ## v8.2.0 (17/09/2021)
1011
-
1012
- - [#137](https://github.com/1024pix/pix-ui/pull/137) [FEATURE] Création du composant PixInputCode (PIX-3172).
1013
-
1014
- ## v8.1.2 (16/09/2021)
1015
-
1016
- - [#138](https://github.com/1024pix/pix-ui/pull/138) [BUGFIX] Modifier l'évènement utilisé dans PixButtonUpload
1017
-
1018
- ## v8.1.1 (14/09/2021)
1019
-
1020
- - [#136](https://github.com/1024pix/pix-ui/pull/136) [BUGFIX] Pouvoir uploader le même nom de fichier 2 fois de suite
1021
-
1022
- ## v8.1.0 (14/09/2021)
1023
-
1024
- - [#130](https://github.com/1024pix/pix-ui/pull/130) [FEATURE] Création du composant PixRadioButton (PIX-3031).
1025
- - [#126](https://github.com/1024pix/pix-ui/pull/126) [FEATURE] Permettre d'afficher du code formatté HTML dans la tooltip
1026
- - [#132](https://github.com/1024pix/pix-ui/pull/132) [FEATURE] Création du composant PixInputPassword (PIX-3089).
1027
-
1028
- ## v8.0.1 (03/09/2021)
1029
-
1030
- - [#131](https://github.com/1024pix/pix-ui/pull/131) [FEATURE] Centrer les boutons d'un formulaire par défaut
1031
- - [#133](https://github.com/1024pix/pix-ui/pull/133) [TECH] Enlever le padding des section mis globalement
1032
-
1033
- ## v8.0.0 (01/09/2021)
1034
-
1035
- - [#129](https://github.com/1024pix/pix-ui/pull/129) [FEATURE] Aligner le style du PixTooltip avec le design system (PIX-3019).
1036
-
1037
- ## v7.0.0 (31/08/2021)
1038
-
1039
- - [#122](https://github.com/1024pix/pix-ui/pull/122) [TECH] Aligner le style des composants de formulaire avec le design system (PIX-3052).
1040
-
1041
- ## v6.2.0 (31/08/2021)
1042
-
1043
- - [#128](https://github.com/1024pix/pix-ui/pull/128) [FEATURE] Aligner le style du PixBanner avec le design system (PIX-3022).
1044
-
1045
- ## v6.1.0 (27/08/2021)
1046
-
1047
- - [#124](https://github.com/1024pix/pix-ui/pull/124) [FEATURE] Aligner le style du PixMessage avec le design system (PIX-3021).
1048
-
1049
- ## v6.0.0 (27/08/2021)
1050
-
1051
- - [#123](https://github.com/1024pix/pix-ui/pull/123) [FEATURE] Aligner le style du PixIconButton avec le design system - BREAKING CHANGES (PIX-3017).
1052
- - [#127](https://github.com/1024pix/pix-ui/pull/127) [TECH] Faire en sorte d'ajouter des arguments de manière dynamique
1053
-
1054
- ## v5.5.0 (25/08/2021)
1055
-
1056
- - [#121](https://github.com/1024pix/pix-ui/pull/121) [FEATURE] Création du composant PixInput (PIX-3014).
1057
-
1058
- ## v5.4.1 (25/08/2021)
1059
-
1060
- - [#125](https://github.com/1024pix/pix-ui/pull/125) [FEATURE] Ne pas afficher la tooltip si le texte est vide
1061
-
1062
- ## v5.4.0 (20/08/2021)
1063
-
1064
- - [#120](https://github.com/1024pix/pix-ui/pull/120) [FEATURE] Ajout du composant PixButtonUpload
1065
- - [#119](https://github.com/1024pix/pix-ui/pull/119) [FEATURE] Ajout du composant PixButtonLink
1066
- - [#118](https://github.com/1024pix/pix-ui/pull/118) [FEATURE] Alignement du PixButton avec le design system
1067
- - [#114](https://github.com/1024pix/pix-ui/pull/114) [TECH] Mise a jour des dépendances et fix des vulnérabilités (PIX-2961).
1068
- - [#116](https://github.com/1024pix/pix-ui/pull/116) [TECH] S'assurer des règles d'a11y du linter (PIX-3033)
1069
-
1070
- ## v5.3.1 (16/08/2021)
1071
-
1072
- - [#117](https://github.com/1024pix/pix-ui/pull/117) [BUGFIX] Permettre de passer des paramètres au PixButton de type lien (PIX-3036).
1073
- - [#115](https://github.com/1024pix/pix-ui/pull/115) [TECH] Réparer le merge automatique (PIX-3001).
1074
- - [#113](https://github.com/1024pix/pix-ui/pull/113) [TECH] Automerge la PR à l'ajout du label (PIX-3001).
1075
-
1076
- ## v5.3.0 (13/08/2021)
1077
-
1078
- - [#111](https://github.com/1024pix/pix-ui/pull/111) [FEATURE] Refacto des stories
1079
- - [#110](https://github.com/1024pix/pix-ui/pull/110) [FEATURE] Centrer le contenu de Pix-Button par défaut
1080
- - [#109](https://github.com/1024pix/pix-ui/pull/109) [FEATURE] Enlever les effets visuels au survol d'un bouton disabled
1081
- - [#112](https://github.com/1024pix/pix-ui/pull/112) [TECH] Ajout des actions dans storybook (PIX-2995)
1082
- - [#108](https://github.com/1024pix/pix-ui/pull/108) [TECH] Ajuster la taille des apperçus des composants dans les stories
1083
- - [#104](https://github.com/1024pix/pix-ui/pull/104) [TECH] Bump des packages Storybook de 6.1.21 à 6.2.9.
1084
- - [#106](https://github.com/1024pix/pix-ui/pull/106) [TECH] Voir le changelog dans storybook
1085
-
1086
- ## v5.2.2 (04/08/2021)
1087
-
1088
- - [#105](https://github.com/1024pix/pix-ui/pull/105) [FEATURE] Ne pas pouvoir sélectionner la valeur vide du PixSelect.
1089
- - [#103](https://github.com/1024pix/pix-ui/pull/103) [TECH] Initialize Pix UI doc summary
1090
-
1091
- ## v5.2.1 (18/06/2021)
1092
-
1093
- - [#102](https://github.com/1024pix/pix-ui/pull/102) [CLEAN] Corriger une petite coquille dans la doc de Pix-Tooltip
1094
-
1095
- ## v5.2.0 (15/06/2021)
1096
-
1097
- - [#101](https://github.com/1024pix/pix-ui/pull/101) Permettre l'absence de trigger action sur PixButton de type submit
1098
-
1099
- ## v5.1.0 (02/06/2021)
1100
-
1101
- - [#95](https://github.com/1024pix/pix-ui/pull/95) [FEATURE] Ajout du composant PixCollapsible
1102
- - [#96](https://github.com/1024pix/pix-ui/pull/96) [FEATURE] Ajout d'une bordure sur les boutons colorés lors des focus.
1103
- - [#100](https://github.com/1024pix/pix-ui/pull/100) Ne pas changer la taille du bouton lors du loading.
1104
-
1105
- ## v5.0.0 (21/05/2021)
1106
-
1107
- - [#99](https://github.com/1024pix/pix-ui/pull/99) [BUGFIX] La bonne version de PixBanner-BREAKING-CHANGES (PIX-2563)
1108
-
1109
- ## v4.0.0 (21/05/2021)
1110
-
1111
- - [#97](https://github.com/1024pix/pix-ui/pull/97) [FEATURE] Harmonisation du composant PixBanner (pix-2563)
1112
- - [#98](https://github.com/1024pix/pix-ui/pull/98) [BUGFIX] Corriger la taille de la police du composant Pix Tag
1113
-
1114
- ## v3.5.0 (28/04/2021)
1115
-
1116
- - [#81](https://github.com/1024pix/pix-ui/pull/81) [TECH] Enrichir Pix Button.
1117
-
1118
- ## v3.4.0 (09/04/2021)
1119
-
1120
- - [#85](https://github.com/1024pix/pix-ui/pull/85) [TECH] Installation du pack "essentiels" des addons storybook
1121
-
1122
- ## v3.3.0 (01/04/2021)
1123
-
1124
- - [#91](https://github.com/1024pix/pix-ui/pull/91) [TECH] Ajout de review app pour Storybook
1125
- - [#89](https://github.com/1024pix/pix-ui/pull/89) [TECH] Déployer Storybook avec une GitHub action
1126
- - [#88](https://github.com/1024pix/pix-ui/pull/88) [TECH] Corrige la doc de l'attribute type du bouton
1127
- - [#92](https://github.com/1024pix/pix-ui/pull/92) [ProgressGauge] Ajout du composant barre de progression (Pix-2332).
1128
-
1129
- ## v3.2.0 (08/03/2021)
1130
-
1131
- - [#83](https://github.com/1024pix/pix-ui/pull/83) [FEATURE] Rendre PixSelect cherchable (PIX-2306)
1132
- - [#84](https://github.com/1024pix/pix-ui/pull/84) [TECH] Mettre à jour les dépendances de Pix-UI
1133
-
1134
- ## v3.1.1 (04/03/2021)
1135
-
1136
- - [#86](https://github.com/1024pix/pix-ui/pull/86) Informer tout le monde que l'apperçu du multiselect dans storybook ne fonctionne pas
1137
-
1138
- ## v3.1.0 (16/02/2021)
1139
-
1140
- - [#78](https://github.com/1024pix/pix-ui/pull/78) [FEAT] Mise à jour de la couleur de l'élément bannière.
1141
-
1142
- ## v3.0.0 (15/02/2021)
1143
-
1144
- - [#79](https://github.com/1024pix/pix-ui/pull/79) [TECH] Enrichir PixActionButton et la renommer en PixIconButton pour que cela reflète plus son utilisation - BREAKING CHANGES.
1145
-
1146
- ## v2.2.0 (12/02/2021)
1147
-
1148
- - [#74](https://github.com/1024pix/pix-ui/pull/74) [FEATURE] Ajout d'un bouton permettant de supprimer tous les éléments filtrés d'un seul clic dans le filter banner(PIX-2032).
1149
- - [#76](https://github.com/1024pix/pix-ui/pull/76) [FIX] Multi-select: le composant ne se met pas a jour quand on modifie l'argument '@selected' (PIX-2141)
1150
-
1151
- ## v2.1.0 (11/02/2021)
1152
-
1153
- - [#77](https://github.com/1024pix/pix-ui/pull/77) [TECH] Pouvoir désactiver le PixButton
1154
-
1155
- ## v2.0.3 (03/02/2021)
1156
-
1157
- - [#75](https://github.com/1024pix/pix-ui/pull/75) [TECH] Permettre le redimensionnement de la textarea seulement vertical
1158
-
1159
- ## v2.0.2 (02/02/2021)
1160
-
1161
- - [#71](https://github.com/1024pix/pix-ui/pull/71) [STYLE] Corriger l'affichage d'un texte sur deux lignes avec une icone dans PixMessage
1162
-
1163
- ## v2.0.1 (01/02/2021)
1164
-
1165
- - [#72](https://github.com/1024pix/pix-ui/pull/72) [FEATURE] Ajout du nombre d'éléments filtrés dans le composant filter banner sur Pix-UI(pix-2031).
1166
- - [#73](https://github.com/1024pix/pix-ui/pull/73) [TECH] Toujours passer ...attributes à la PixTextarea
1167
-
1168
- ## v2.0.0 (27/01/2021)
1169
-
1170
- - [#68](https://github.com/1024pix/pix-ui/pull/68) [TECH] Enrichir la Pix Tooltip - BREAKING CHANGES (Pix-2000).
1171
- - [#67](https://github.com/1024pix/pix-ui/pull/67) [TECH] Enrichir la PixActionButton - BREAKING CHANGES.
1172
-
1173
- ## v1.6.1 (27/01/2021)
1174
-
1175
- - [#70](https://github.com/1024pix/pix-ui/pull/70) [TECH] Corriger les attributs pour la PixTextarea
1176
-
1177
- ## v1.6.0 (26/01/2021)
1178
-
1179
- - [#69](https://github.com/1024pix/pix-ui/pull/69) [TECH] Ajout d'une icone facultative pour PixMessage
1180
-
1181
- ## v1.5.0 (26/01/2021)
1182
-
1183
- - [#66](https://github.com/1024pix/pix-ui/pull/66) [TECH] Pouvoir modifier les bords et la couleur de PixButton
1184
-
1185
- ## v1.4.2 (21/01/2021)
1186
-
1187
- - [#65](https://github.com/1024pix/pix-ui/pull/65) [STYLE] Correction du style FilterBanner et MultiSelect
1188
-
1189
- ## v1.4.1 (15/01/2021)
1190
-
1191
- - [#64](https://github.com/1024pix/pix-ui/pull/64) [FIX] Problème de CSS et de propagation sur le multiselect (PIX-1981)
1192
-
1193
- ## v1.4.0 (08/01/2021)
1194
-
1195
- - [#63](https://github.com/1024pix/pix-ui/pull/63) [FEATURE] Ajout du composant PixTextarea
1196
- - [#62](https://github.com/1024pix/pix-ui/pull/62) [FEATURE] Ajout du tri des éléments dans le multi-select (PIX-1685)
1197
- - [#60](https://github.com/1024pix/pix-ui/pull/60) [TECH] Passer les stories à MDX
1198
-
1199
- ## v1.3.0 (17/12/2020)
1200
-
1201
- - [#59](https://github.com/1024pix/pix-ui/pull/59) [FEATURE] Ajout du PixTag compact
1202
- - [#55](https://github.com/1024pix/pix-ui/pull/55) [FEATURE] Modification des addons dépréciés
1203
-
1204
- ## v1.2.1 (15/12/2020)
1205
-
1206
- - [#58](https://github.com/1024pix/pix-ui/pull/58) [TECH] Donner un id fixe directement au mutliselect cherchable
1207
-
1208
- ## v1.2.0 (15/12/2020)
1209
-
1210
- - [#48](https://github.com/1024pix/pix-ui/pull/48) [FEATURE] Donner la possibilité de faire une recherche sur un multi-select (Pix-1677)
1211
- - [#56](https://github.com/1024pix/pix-ui/pull/56) [FEATURE] Ajout des variantes jaunes et grises pour le composant PixTag
1212
- - [#46](https://github.com/1024pix/pix-ui/pull/46) [FEATURE] Création du composant multi-select (PIX-1674).
1213
- - [#45](https://github.com/1024pix/pix-ui/pull/45) [FEATURE] Création du composant de bannière de filtres (PIX-1675).
1214
- - [#41](https://github.com/1024pix/pix-ui/pull/41) [FEATURE] Ajout du composant pix-select
1215
- - [#38](https://github.com/1024pix/pix-ui/pull/38) [BUGFIX] Amélioration du Pix-Button pour les formulaire
1216
- - [#54](https://github.com/1024pix/pix-ui/pull/54) [TECH] Envoyer un message d'erreur plus explicite pour le PixButton
1217
- - [#53](https://github.com/1024pix/pix-ui/pull/53) [TECH] Ajouter knobs au projet
1218
- - [#52](https://github.com/1024pix/pix-ui/pull/52) [TECH] Organisation des composants en categories
1219
- - [#50](https://github.com/1024pix/pix-ui/pull/50) [TECH] Mise à jour des dépendances pix-ui
1220
- - [#47](https://github.com/1024pix/pix-ui/pull/47) [TECH] Corriger les erreurs eslint
1221
- - [#49](https://github.com/1024pix/pix-ui/pull/49) [TECH] Ajouter le linter aux build circle-ci
1222
- - [#51](https://github.com/1024pix/pix-ui/pull/51) [TECH] Ne pas utiliser de mot clé ember comme nom de paramètre
1223
- - [#44](https://github.com/1024pix/pix-ui/pull/44) [TECH] Skip la CI sur les gh-pages
1224
- - [#43](https://github.com/1024pix/pix-ui/pull/43) [TECH] Ne pas lancer circle-ci sur la branche gh-pages
1225
- - [#40](https://github.com/1024pix/pix-ui/pull/40) [TECH] Afficher l'erreur levée par un bouton.
1226
- - [#57](https://github.com/1024pix/pix-ui/pull/57) [Feature] Ajout de l'argument uppercase sur le composant PixTag
1227
- - [#42](https://github.com/1024pix/pix-ui/pull/42) [DOC] Mise à jour de la documentation pour faire un déploiement de Pix-UI
1228
- - [#39](https://github.com/1024pix/pix-ui/pull/39) [DesignFix] Corriger le design de la PixReturnTo
1229
-
1230
- ## v1.1.0 (15/12/2020)
1231
-
1232
- - [#48](https://github.com/1024pix/pix-ui/pull/48) [FEATURE] Donner la possibilité de faire une recherche sur un multi-select (Pix-1677)
1233
- - [#56](https://github.com/1024pix/pix-ui/pull/56) [FEATURE] Ajout des variantes jaunes et grises pour le composant PixTag
1234
-
1235
- ## v1.0.1 (11/12/2020)
1236
-
1237
- - [#54](https://github.com/1024pix/pix-ui/pull/54) [TECH] Envoyer un message d'erreur plus explicite pour le PixButton
1238
- - [#53](https://github.com/1024pix/pix-ui/pull/53) [TECH] Ajouter knobs au projet
1239
- - [#52](https://github.com/1024pix/pix-ui/pull/52) [TECH] Organisation des composants en categories
1240
- - [#50](https://github.com/1024pix/pix-ui/pull/50) [TECH] Mise à jour des dépendances pix-ui
1241
- - [#49](https://github.com/1024pix/pix-ui/pull/49) [TECH] Ajouter le linter aux build circle-ci
1242
- - [#47](https://github.com/1024pix/pix-ui/pull/47) [TECH] Corriger les erreurs eslint
1243
-
1244
- ## v1.0.0 (10/12/2020)
1245
-
1246
- - [#46](https://github.com/1024pix/pix-ui/pull/46) [FEATURE] Création du composant multi-select (PIX-1674).
1247
- - [#45](https://github.com/1024pix/pix-ui/pull/45) [FEATURE] Création du composant de bannière de filtres (PIX-1675).
1248
- - [#51](https://github.com/1024pix/pix-ui/pull/51) [TECH] Ne pas utiliser de mot clé ember comme nom de paramètre
1249
-
1250
- ## v0.18.2 (01/12/2020)
1251
-
1252
- - [#44](https://github.com/1024pix/pix-ui/pull/44) [TECH] Skip la CI sur les gh-pages
1253
-
1254
- ## v0.18.1 (18/11/2020)
1255
-
1256
- - [#43](https://github.com/1024pix/pix-ui/pull/43) [TECH] Ne pas lancer circle-ci sur la branche gh-pages
1257
-
1258
- ## v0.18.0 (18/11/2020)
1259
-
1260
- - [#41](https://github.com/1024pix/pix-ui/pull/41) [FEATURE] Ajout du composant pix-select
1261
- - [#42](https://github.com/1024pix/pix-ui/pull/42) [DOC] Mise à jour de la documentation pour faire un déploiement de Pix-UI
1262
-
1263
- ## v0.17.0 (16/11/2020)
1264
-
1265
- - [#39](https://github.com/1024pix/pix-ui/pull/39) [DesignFix] Corriger le design de la PixReturnTo
1266
-
1267
- ## v0.16.0 (16/11/2020)
1268
-
1269
- - [#40](https://github.com/1024pix/pix-ui/pull/40) [TECH] Afficher l'erreur levée par un bouton.
1270
-
1271
- ## v0.15.1 (27/10/2020)
1272
-
1273
- - [#38](https://github.com/1024pix/pix-ui/pull/38) [BUGFIX] Amélioration du Pix-Button pour les formulaire
1274
-
1275
- ## v0.15.0 (26/10/2020)
1276
-
1277
- - [#37](https://github.com/1024pix/pix-ui/pull/37) [STYLE] Les étoiles bleues "vides" de PixStars ne doivent pas avoir de bordure
1278
-
1279
- ## v0.14.0 (22/10/2020)
1280
-
1281
- - [#36](https://github.com/1024pix/pix-ui/pull/36) [FEATURE] Ajout du composant PixStars (pix-1448)
1282
-
1283
- ## v0.13.0 (19/10/2020)
1284
-
1285
- - [#35](https://github.com/1024pix/pix-ui/pull/35) [FEATURE] Ajout du composant Bouton.
1286
-
1287
- ## v0.12.0 (30/09/2020)
1288
-
1289
-
1290
- ## v0.11.0 (29/09/2020)
1291
-
1292
-
1293
- ## v0.10.0 (24/09/2020)
1294
-
1295
- - [#33](https://github.com/1024pix/pix-ui/pull/33) [FEATURE] Créer le composant PixActionButton
1296
-
1297
- ## v0.9.0 (18/09/2020)
1298
-
1299
- - [#34](https://github.com/1024pix/pix-ui/pull/34) [TECH] Upgrade Ember-cli and font-awesome.
1300
- - [#32](https://github.com/1024pix/pix-ui/pull/32) [TECH] Eviter de jouer circle-ci sur la branche gh-pages
1301
- - [#31](https://github.com/1024pix/pix-ui/pull/31) [TECH] Ajout de ...attributes à la PixTooltip
1302
-
1303
- ## v0.8.1 (27/08/2020)
1304
-
1305
- - [#31](https://github.com/1024pix/pix-ui/pull/31) [TECH] Ajout de ...attributes à la PixTooltip
1306
-
1307
- ## v0.8.0 (24/08/2020)
1308
-
1309
- - [#30](https://github.com/1024pix/pix-ui/pull/30) [FEATURE] Add support for ember app internal links in PixBanner (PIX-1085).
1310
-
1311
- ## v0.7.0 (21/08/2020)
1312
-
1313
- - [#24](https://github.com/1024pix/pix-ui/pull/24) [TECH] Ajout d'une commande custom pour créer un composant Pix UI
1314
-
1315
- ## v0.6.0 (17/08/2020)
1316
-
1317
- - [#29](https://github.com/1024pix/pix-ui/pull/29) [FEATURE] Ajout du composant PixBanner (PIX-1114).
1318
- - [#28](https://github.com/1024pix/pix-ui/pull/28) [TECH] Correction des warnings de storybook
1319
- - [#23](https://github.com/1024pix/pix-ui/pull/23) [TECH] Ajout d'un reset CSS
1320
-
1321
- ## v0.5.0 (22/07/2020)
1322
-
1323
- - [#27](https://github.com/1024pix/pix-ui/pull/27) [BUGFIX] Corrections de la PixLinkBack renommée en PixReturnTo
1324
-
1325
- ## v0.4.0 (17/07/2020)
1326
-
1327
- - [#25](https://github.com/1024pix/pix-ui/pull/25) [FEATURE] Ajout du composant PixLinkBack
1328
- - [#26](https://github.com/1024pix/pix-ui/pull/26) [TECH] Changer le port de l'app Ember Pix UI
1329
- - [#19](https://github.com/1024pix/pix-ui/pull/19) [TECH] Ajout du addon-a11y pour vérifier des points d'accessibilité sur les add-on pix.
1330
-
1331
- ## v0.3.0 (03/07/2020)
1332
-
1333
- - [#22](https://github.com/1024pix/pix-ui/pull/22) [FEATURE] Ajout d'un PixBackgroundBlue & PixBlocShadow
1334
-
1335
- ## v0.2.2 (18/06/2020)
1336
-
1337
- - [#21](https://github.com/1024pix/pix-ui/pull/21) [TECH] Correction du déploiment automatique de storybook en ligne
1338
-
1339
- ## v0.2.1 (17/06/2020)
1340
-
1341
- - [#20](https://github.com/1024pix/pix-ui/pull/20) [TECH] Mettre des dépendances en "devDependancies"
1342
-
1343
- ## v0.2.0 (12/06/2020)
1344
-
1345
- - [#18](https://github.com/1024pix/pix-ui/pull/18) [FEATURE] Ajout du composant Message
1346
- - [#17](https://github.com/1024pix/pix-ui/pull/17) [FEATURE] Ajout du composant PixTag
1347
- - [#16](https://github.com/1024pix/pix-ui/pull/16) [DOCS] Ajout de documentations (readme, bonne pratiques ...)
1348
- - [#14](https://github.com/1024pix/pix-ui/pull/14) [DOCS] Documentation sur le déploiement de Storybook en ligne
1349
-
1350
- ## v0.1.2 (04/06/2020)
1351
-
1352
- - [#13](https://github.com/1024pix/pix-ui/pull/13) [TECH] Correction de l'ordre des titres du Changelog
1353
-
1354
- ## v0.1.1 (03/06/2020)
1355
-
1356
- - [#12](https://github.com/1024pix/pix-ui/pull/12) [BUGFIX] Ajustements sur le script de déploiement.
1357
-
1358
- ## v0.1.0 (03/06/2020)
1359
-
1360
- - [#2](https://github.com/1024pix/pix-ui/pull/2) [FEATURE] Création d'un composant Tooltip
1361
- - [#1](https://github.com/1024pix/pix-ui/pull/1) [FEATURE] Ajout de style commun avec sass
1362
- - [#11](https://github.com/1024pix/pix-ui/pull/11) [TECH] Ajout des scripts de déploiement.
1363
- - [#10](https://github.com/1024pix/pix-ui/pull/10) [TECH] Ajout d'un script de déploiement de storybook sur GitHub Pages
1364
- - [#9](https://github.com/1024pix/pix-ui/pull/9) [TECH] Correction d'un bug venant du theme et centrer les stories
1365
- - [#8](https://github.com/1024pix/pix-ui/pull/8) [TECH] Customiser storybook
1366
- - [#4](https://github.com/1024pix/pix-ui/pull/4) [TECH] Paramétrer circleCI
1367
- - [#3](https://github.com/1024pix/pix-ui/pull/3) Add a new PR template