-
Notifications
You must be signed in to change notification settings - Fork 186
Expand file tree
/
Copy pathchangelog.yml
More file actions
10425 lines (9755 loc) · 275 KB
/
changelog.yml
File metadata and controls
10425 lines (9755 loc) · 275 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
- id: v1.14.0
date: 2025-06-25
url: https://github.com/GouvernementFR/dsfr/releases/tag/v1.14.0
commits:
- id: "1069"
type: docs
scopes: []
description: >-
- Ajout de fichiers markdown dans un dossier `_part/doc/` de chaque
composant, du core, et des modèles.
- Réorganisation des dossiers :
- le dossier `src` ne contient maintenant que les dossiers `dsfr`, `i18n`, et `module`, le reste est descendu dans `dsfr`
- les dossiers `page` et `pattern` sont placés dans un dossier `layout`
- `input-tel` et `input-email` sont déplacés dans les pattern, et le contenu de `input-base` est remonté dans `input`
isBreaking: false
tickets:
- DSFR-13
gitmojis:
- 📝
tag: v1.14.0
title: ajout de documentation pour le site de doc v2
pull: https://github.com/GouvernementFR/dsfr/pull/1069
- id: "1160"
type: feat
scopes:
- artworks
description: |-
Ajout des pictogrammes :
- digital/ecosystem
- digital/seft-trading
- digital/innovation
- accessibility/accessibility
- leisure/art
isBreaking: false
tickets:
- DSFR-105
gitmojis:
- ✨
tag: v1.14.0
title: ajout nouveaux pictogrammes
pull: https://github.com/GouvernementFR/dsfr/pull/1160
- id: "1166"
type: feat
scopes:
- storybook
description: |-
Ajout de stories sur :
- Alerte
- Bouton radio
- Case à cocher
- Champ de saisie
- En-tête
- Lien
- Menu latéral
- Pagination :
- Paramètre d'affichage
- Pied de page
- Tuile
isBreaking: false
gitmojis:
- ✨
tag: v1.14.0
title: ajout de nouvelles stories
pull: https://github.com/GouvernementFR/dsfr/pull/1166
- id: "1173"
type: feat
scopes:
- callout
description: ""
isBreaking: false
gitmojis:
- ✨
tag: v1.14.0
title: ajoute espacement sur la classe de titre
pull: https://github.com/GouvernementFR/dsfr/pull/1173
- id: "1174"
type: feat
scopes:
- modal
- tooltip
description: ""
isBreaking: false
gitmojis:
- ✨
tag: v1.14.0
title: fermeture du tooltip avant la fermeture de la modale
pull: https://github.com/GouvernementFR/dsfr/pull/1174
- id: "1179"
type: feat
scopes: []
description: ""
isBreaking: false
gitmojis:
- 👷
tag: v1.14.0
title: publication de test
pull: https://github.com/GouvernementFR/dsfr/pull/1179
- id: v1.13.2
date: 2025-05-15
url: https://github.com/GouvernementFR/dsfr/releases/tag/v1.13.2
commits:
- id: "1158"
type: docs
scopes: []
description: |-
- correction d'un lien
- amélioration du rendu des mises en avant
isBreaking: false
gitmojis:
- ✨
tag: v1.13.2
title: mise en forme doc analytics
pull: https://github.com/GouvernementFR/dsfr/pull/1158
- id: "1156"
type: chore
scopes:
- dependencies
description: >-
- github action de notification (#1132)
- Bumps vite from 5.4.15 to 5.4.19.
- Bumps [eazy-logger](https://github.com/shakyshane/easy-logger) from
4.0.1 to 4.1.0.
- Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to
2.1.2.
isBreaking: false
gitmojis:
- ⬆️
tag: v1.13.2
title: mise à jour des dépendances npm
pull: https://github.com/GouvernementFR/dsfr/pull/1156
- id: "1144"
type: feat
scopes:
- analytics
description: >-
- Ajout de la possibilité d'envoyer l'action d'un élément actionee en js
via la méthode act(). Exemple :
`dsfr(element).buttonActionnee.act();`
`dsfr(element).buttonActionnee.act({objet de données supplémentaires});`
isBreaking: false
tickets:
- DSFR-95
gitmojis:
- ✨
tag: v1.13.2
title: ajout proxy actionee act
pull: https://github.com/GouvernementFR/dsfr/pull/1144
- id: "1154"
type: fix
scopes:
- modal
description: "Lorsque le header est désactivé en desktop, le js de header retire
l'aria-label de la modal car inutile. Le message d'avertissement dans la
console indique alors que la modal ne contient pas d'attribut aria.
Cette vérification ne doit être faite que si la modale est active.
#1120"
isBreaking: false
gitmojis:
- 🐛
tag: v1.13.2
title: correction warning console header
pull: https://github.com/GouvernementFR/dsfr/pull/1154
- id: "1143"
type: fix
scopes:
- storybook
description: |-
- Correction de la propriété "type" sur le composant bouton
- Correction de la hauteur de l'exemple modal avec footer
- Retrait du blocage du scroll à l'ouverture d'une modale
isBreaking: false
tickets:
- DSFR-85
gitmojis:
- 🐛
tag: v1.13.2
title: propriété type du bouton et retrait blocage scroll modal
pull: https://github.com/GouvernementFR/dsfr/pull/1143
- id: "1142"
type: docs
scopes:
- analytics
description: "- Correction url dans la doc analytics"
isBreaking: false
tickets:
- DSFR-99
gitmojis:
- 📝
tag: v1.13.2
title: corrige liens en 404
pull: https://github.com/GouvernementFR/dsfr/pull/1142
- id: "1141"
type: docs
scopes:
- readme
description: ""
isBreaking: false
gitmojis:
- 📝
tag: v1.13.2
title: Coquille dans le README utility.scss => utility.css
pull: https://github.com/GouvernementFR/dsfr/pull/1141
- id: "1140"
type: fix
scopes:
- sidemenu
- accordion
description: >-
- Ajout de la classe `fr-collapse--expanded` en html, sur les collapse
ouverts par défaut, pour éviter l'ouverture après le chargement du js.
- Ajout d'exemples d'accordéon et sidemenu avec collapses ouverts au
chargement
isBreaking: false
tickets:
- DSFR-96
gitmojis:
- 🐛
tag: v1.13.2
title: collapses ouverts au chargement
pull: https://github.com/GouvernementFR/dsfr/pull/1140
- id: "1139"
type: fix
scopes:
- core
description: "- Correction du background d'un élément d'action étendu au hover.
Permet de surcharger le background du a ou button."
isBreaking: false
gitmojis:
- 🐛
tag: v1.13.2
title: enlarge link background hover
pull: https://github.com/GouvernementFR/dsfr/pull/1139
- id: "1129"
type: fix
scopes:
- storybook
description: '- Ajout du type de bandeau d’alerte "weather-red" dans storybook'
isBreaking: false
gitmojis:
- 🐛
tag: v1.13.2
title: ajout bandeau alerte météo rouge dans le storybook
pull: https://github.com/GouvernementFR/dsfr/pull/1129
- id: v1.13.1
date: 2025-03-26
url: https://github.com/GouvernementFR/dsfr/releases/tag/v1.13.1
commits:
- id: "1119"
type: fix
scopes: []
description: ""
isBreaking: false
gitmojis: []
tag: v1.13.1
title: lint & es5 export
pull: https://github.com/GouvernementFR/dsfr/pull/1119
- id: "1116"
type: chore
scopes:
- dependencies
description: ""
isBreaking: false
gitmojis:
- ⬆️
tag: v1.13.1
title: mise à jour des dépendances npm
pull: https://github.com/GouvernementFR/dsfr/pull/1116
- id: "1089"
type: fix
scopes:
- storybook
description: >
- Ajouts de stories
- messages de formulaire
- variantes esthetiques de la carte
- variantes de taille des champs de saisie et formulaire
- radio boutons
- tags mieux séparées
- tuiles avec tag et badge
- translate avec bouton sans contour
- ajout de fichiers
- Remplacement de stories de base par la story "default"
- Correction des duplications d'ids dans les docs storybook
- Correction du bandeau d'information importante de type attack
- Correction CSS des fieldset-inline@md et des tailles year, number,
postal
- Correction template upload valid
isBreaking: false
tickets:
- DSFR-69
- DSFR-70
gitmojis:
- 🐛
tag: v1.13.1
title: Ajouts et corrections de stories
pull: https://github.com/GouvernementFR/dsfr/pull/1089
- id: "1091"
type: feat
scopes:
- navigation
description: |-
- La touche échap ferme le menu ouvert
- Lorsque le focus sort du menu au TAB, ferme le menu ouvert
isBreaking: false
tickets:
- DSFR-23
- DSFR-24
gitmojis:
- ✨
tag: v1.13.1
title: ajout de la fermeture des menus au clavier
pull: https://github.com/GouvernementFR/dsfr/pull/1091
- id: "1095"
type: feat
scopes:
- core
description: >-
- Ajouts de messages d'erreurs dans la console en fonction du type
d'erreurs retourné par le fetch du fichier à télécharger
- Si le fichier est inaccessible (erreur 500), la fonction assess-file
retourne au moins l'extension du fichier.
isBreaking: false
tickets:
- DSFR-28
gitmojis:
- ✨
tag: v1.13.1
title: assess file error detection
pull: https://github.com/GouvernementFR/dsfr/pull/1095
- id: "1058"
type: fix
scopes:
- tag
description: "- Correction du hover des tags sélectionnables désactivés"
isBreaking: false
gitmojis:
- 🐛
tag: v1.13.1
title: bug hover tags sélectionnables désactivés
pull: https://github.com/GouvernementFR/dsfr/pull/1058
- id: "1106"
type: feat
scopes: []
description: >
Amélioration du rendu à l'impression des composants du DSFR :
Accordion: tous ouverts, pas de couleur, encadré gris, pas de page break
apres le bouton
bouton : exact
connect: exact
callout : bordure grise sans fond, no page break
card : bordure grise, no page break
follow: caché
footer: caché
header : caché sauf logo / nom service
highlight: bordure gauche grise
input: bordure grise, fond transparent
modal: pleine page, encadrée
notice: bordure top/bottom + couleur texte
pagination: page courante encadrée et en noir
range: sans remplissage bleu
radio: exact, no page break
search: border, fond transparent
select: border, fond transparent
share: caché
sidemenu: caché
navigation: caché
skiplink: caché
summary: caché
tabs: bouton fond blanc, bordure bleu sur l’actif, no page break
table: exact
tag: exact
tile: bordure grise, retrait icone, no page break
toggle exact, no page break
tooltip: caché
transcription : caché
translate caché
utilitaire d’icone : exact
isBreaking: false
tickets:
- DSFR-78
gitmojis:
- ✨
tag: v1.13.1
title: évolution du rendu à l'impression des composants
pull: https://github.com/GouvernementFR/dsfr/pull/1106
- id: "1115"
type: fix
scopes:
- publicode
description: ""
isBreaking: false
tickets:
- DSFR-75
gitmojis:
- 🐛
tag: v1.13.1
title: corrige l'image du logo dsfr
pull: https://github.com/GouvernementFR/dsfr/pull/1115
- id: "1097"
type: feat
scopes:
- table
description: les colonnes fixées peuvent maintenant être fixées à partir d'un
breakpoint (sm, md, lg)
isBreaking: false
tickets:
- DSFR-74
gitmojis:
- ✨
tag: v1.13.1
title: ajout de breakpoints pour les cellules fixées
pull: https://github.com/GouvernementFR/dsfr/pull/1097
- id: "1102"
type: feat
scopes:
- publicode
description: "- Ajout d'un fichier publicode.yml"
isBreaking: false
tickets:
- DSFR-75
gitmojis:
- ✨
tag: v1.13.1
title: ajoute le DSFR à la liste Awesome code.gouv.fr
pull: https://github.com/GouvernementFR/dsfr/pull/1102
- id: "1103"
type: fix
scopes:
- modal
description: >-
- focusManager gère le retour du focus en cas d'absence d'un bouton
primaire.
- correction du bug focus bloqué sur les menu du header
isBreaking: false
tickets:
- DSFR-17
- DSFR-26
gitmojis:
- 🐛
tag: v1.13.1
title: bouton non requis + correctif
pull: https://github.com/GouvernementFR/dsfr/pull/1103
- id: "1110"
type: feat
scopes:
- icon
description: |-
system:
share (line/fill)
share-forward (line/fill)
Design:
eraser (line/fill)
Editor:
strikethrough
code-block
align-center
align-justify
align-left
align-right
format-clear
font-color
indent-decrease
indent-increase
list-check
text-direction-r
underline
isBreaking: false
gitmojis:
- ✨
tag: v1.13.1
title: ajouts d'icônes d'éditeur et de partage
pull: https://github.com/GouvernementFR/dsfr/pull/1110
- id: "1073"
type: fix
scopes:
- sidemenu
- navigation
- header
description: "- Correctif des variables des templates sidemenu, navigation, header"
isBreaking: false
tickets:
- DSFR-44
gitmojis:
- 🐛
tag: v1.13.1
title: correctif template ejs
pull: https://github.com/GouvernementFR/dsfr/pull/1073
- id: "1076"
type: fix
scopes:
- input
description: "- corrige le placement du focus du date-picker sur les champs type date"
isBreaking: false
tickets:
- DSFR-54
gitmojis:
- 🐛
tag: v1.13.1
title: focus date-picker
pull: https://github.com/GouvernementFR/dsfr/pull/1076
- id: "1078"
type: fix
scopes:
- toggle
description: "- Corrige la taille du focus pour que la hauteur du focus
corresponde à la hauteur du bouton."
isBreaking: false
tickets:
- DSFR-11
gitmojis:
- 🐛
tag: v1.13.1
title: Corrige la taille du focus sur le bouton
pull: https://github.com/GouvernementFR/dsfr/pull/1078
- id: "1088"
type: build
scopes:
- release
description: "- Pour réduire le poids du package @gouvfr/dsfr, storybook n'est
plus exporté"
isBreaking: false
tickets:
- DSFR-58
gitmojis:
- ✨
tag: v1.13.1
title: retrait de storybook dans la release
pull: https://github.com/GouvernementFR/dsfr/pull/1088
- id: "1090"
type: fix
scopes:
- select
description: "- Retrait de l'attribut hidden sur la première option du select.
Cela rend la navigation au clavier impossible sur firefox."
isBreaking: false
tickets:
- DSFR-63
gitmojis:
- 🐛
tag: v1.13.1
title: correction option par défaut & navigation clavier
pull: https://github.com/GouvernementFR/dsfr/pull/1090
- id: "1092"
type: fix
scopes:
- core
description: ""
isBreaking: false
tickets:
- DSFR-71
gitmojis:
- 🐛
tag: v1.13.1
title: disclosure evenement dsfr.conceal
pull: https://github.com/GouvernementFR/dsfr/pull/1092
- id: "1096"
type: feat
scopes:
- icon
- share
- follow
description: ""
isBreaking: false
tickets:
- DSFR-72
gitmojis:
- ✨
tag: v1.13.1
title: ajout icone bluesky
pull: https://github.com/GouvernementFR/dsfr/pull/1096
- id: v1.13.0
date: 2024-12-04
url: https://github.com/GouvernementFR/dsfr/releases/tag/v1.13.0
commits:
- id: "1054"
type: fix
scopes: []
description: "- Corrections mineures : legacy, storybook, analytics, ..."
isBreaking: false
gitmojis:
- 🐛
tag: v1.13.0
title: corrections diverses 1.13.0
pull: https://github.com/GouvernementFR/dsfr/pull/1054
- id: "1055"
type: feat
scopes:
- analytics
description: "- La propriété `isActionEnabled` peut maintenant prendre la valeur
reduce pour limiter la création d'instance de tracking aux éléments
comportant l'attribut `data-fr-analytics-action`"
isBreaking: false
gitmojis:
- ✨
tag: v1.13.0
title: optimisation des créations d'instances
pull: https://github.com/GouvernementFR/dsfr/pull/1055
- id: "1052"
type: chore
scopes:
- dependencies
description: "- bump cross-spawn from 7.0.3 to 7.0.6\r
- bump micromatch from 4.0.5 to 4.0.8\r
- bump semver from 7.3.5 to 7.6.2\r
- bump ws from 7.5.9 to 7.5.10 \r\n"
isBreaking: false
gitmojis:
- ⬆️
tag: v1.13.0
title: mise à jour des dépendances npm
pull: https://github.com/GouvernementFR/dsfr/pull/1052
- id: "1053"
type: feat
scopes:
- table
description: "- la sélection de ligne du tableau est implémentée via l'attribut
data-fr-row-select=\"true\" sur la case à cocher, le fonctionnement via
l'attribut name=\"row-select\" est déprécié."
isBreaking: false
gitmojis:
- ✨
tag: v1.13.0
title: supporte le comportement `row-select` via data attribute
pull: https://github.com/GouvernementFR/dsfr/pull/1053
- id: "1013"
type: feat
scopes:
- colors
description: "- Ajoute au build la generation d'un json des colors\r
- Ajoute des classes utilitaire de bordure (couleur et épaisseur)\r
- Ajoute des pages d'exemple d'utilisation des classes utilitaires des
couleurs de background, texte et bordure\r
- Ajoute une page d'exemple d'utilisation des classes utilitaires de
largeur de bordures"
isBreaking: false
tickets:
- DS-2763
gitmojis:
- ✨
tag: v1.13.0
title: page d'exemple utilitaires de couleurs
pull: https://github.com/GouvernementFR/dsfr/pull/1013
- id: "1049"
type: fix
scopes:
- tile
- navigation
description: "- Retrait des selecteurs d'enfants directs pour éviter les
problèmes lors de l'ajout de balises intermediaires (cas de création de
sous composants)"
isBreaking: false
gitmojis:
- 🐛
tag: v1.13.0
title: retrait des sélecteur css ">"
pull: https://github.com/GouvernementFR/dsfr/pull/1049
- id: "1051"
type: fix
scopes:
- tab
description: "- Correction de l'ombre au scroll en direction RTL"
isBreaking: false
gitmojis:
- 🐛
tag: v1.13.0
title: correction de l'ombre au scroll en RTL
pull: https://github.com/GouvernementFR/dsfr/pull/1051
- id: "1043"
type: fix
scopes:
- analytics
description: "- Correction d'éléments manquants ou mal écrits dans la
documentation analytics"
isBreaking: false
gitmojis:
- 🐛
tag: v1.13.0
title: correction syntaxique documentation des actions
pull: https://github.com/GouvernementFR/dsfr/pull/1043
- id: "1041"
type: fix
scopes:
- table
description: "- Correction de la bordure lorsqu'un rowspan est en dernière position"
isBreaking: false
tickets:
- DS-3862
gitmojis:
- 🐛
tag: v1.13.0
title: bordure disparait lors d'un rowspan en dernière position
pull: https://github.com/GouvernementFR/dsfr/pull/1041
- id: "1047"
type: feat
scopes:
- radio
description: "- modification du bouton radio pour une version compacte du radio
riche sans pictogramme"
isBreaking: false
tickets:
- DS-3863
gitmojis:
- ✨
tag: v1.13.0
title: radio riche sans pictogramme compact
pull: https://github.com/GouvernementFR/dsfr/pull/1047
- id: "945"
type: feat
scopes: []
description: "- ajout de storybook\r
\ - ajout d'un package storybook dans `/dsfr-sb`\r
\ - ajout de stories dans le dossier `template` de chaque composant\r
\ - accès au storybook en local dans le dossier `/storybook` généré
via la commande `yarn build-storybook`\r
- changement de structure \r
\ - tous les dossiers de `/src` sont déplacés dans un sous-dossier
`dsfr`\r
\ - les dossiers `module` et `i18n` passent dans `src`\r
- correction des valeurs en dur dans les templates"
isBreaking: false
gitmojis:
- ✨
tag: v1.13.0
title: ajout de storybook & restructuration
pull: https://github.com/GouvernementFR/dsfr/pull/945
- id: "1038"
type: fix
scopes:
- legacy
description: "- Toute référence à polyfill-io a été retirée pour éviter une
redirection vers ses noms de domaines qui ont été détourné"
isBreaking: false
gitmojis:
- 🐛
tag: v1.13.0
title: retrait des références à polyfill-io (faille sécurité)
pull: https://github.com/GouvernementFR/dsfr/pull/1038
- id: "1025"
type: fix
scopes:
- range
description: "- Le composant est mis à jour graphiquement au changement de value
des inputs en js.\r
- Ajout d'un accesseur \"value\" dans l'api du range"
isBreaking: false
tickets:
- DS-3853
gitmojis:
- 🐛
tag: v1.13.0
title: ajout de la possibilité de changer la value en JS
pull: https://github.com/GouvernementFR/dsfr/pull/1025
- id: "1032"
type: fix
scopes:
- accordion
description: "- Correction lorsque tous les disclosures d'un groupe avec
l'attribut group=\"false\" sont ouverts au chargement"
isBreaking: false
tickets:
- DS-3860
gitmojis:
- 🐛
tag: v1.13.0
title: ouverture initiale des accordéons dégroupés
pull: https://github.com/GouvernementFR/dsfr/pull/1032
- id: "1018"
type: fix
scopes:
- header
description: "- En desktop, lorsque les modales de menu et recherche sont
désactivés, les attributs aria-label et aria-labelledby sont retirés"
isBreaking: false
tickets:
- DS-3859
gitmojis:
- 🐛
tag: v1.13.0
title: retrait aria-label sur modales désactivées
pull: https://github.com/GouvernementFR/dsfr/pull/1018
- id: "1012"
type: feat
scopes:
- api
description: "Ajout des événements : \r
Sur le éléments root (documentElement) :\r
- dsfr.ready : lorsque le js est chargé\r
- dsfr.start : au démarrage du moteur js du dsfr\r
- dsfr.stop : à l'arrêt du moteur js du dsfr\r
- dsfr.render : lors du rendu d'une instance\r
- dsfr.resize : lors du changement de taille du viewport\r
- dsfr.scroll-lock : au blocage du scroll\r
- dsfr.scroll-unlock : au déblocage du scroll\r
- dsfr.scheme : au chargement et changement du scheme (dark, light,
auto)\r
- dsfr.theme : au chargement et changement du theme (light, dark)\r
\r
Au niveau des instances, et remontées aux parents jusqu'au
documentElement :\r
- dsfr.click : au click sur un bouton\r
- dsfr.disclose : à l'ouverture d'un disclosure\r
- dsfr.conceal : à la fermeture d'un disclosure\r
- dsfr.current : retourne l'élément ouvert d'un groupe de disclosure
(accordions, tabs, etc.)\r
- dsfr.dismiss : a la fermeture d'un tag supprimable\r
- dsfr.toggle : au cochage d'un tag sélectionnable\r
- dsfr.show : à l'affichage d'un tooltip\r
- dsfr.hide : lorsque le tooltip est masqué\r\n"
isBreaking: false
tickets:
- DS-2052
gitmojis:
- ✨
tag: v1.13.0
title: ajouts d'évènements dans l'api
pull: https://github.com/GouvernementFR/dsfr/pull/1012
- id: "1010"
type: fix
scopes:
- core
- tooltip
description: "- Correction du placement du tooltip dans un élément possédant un
filter (modal, header)\r
- Gestion du placement en position absolute plutot que fixed"
isBreaking: false
tickets:
- DS-3733
gitmojis:
- 🐛
tag: v1.13.0
title: positionnement du tooltip dans header & modale
pull: https://github.com/GouvernementFR/dsfr/pull/1010
- id: "1000"
type: fix
scopes:
- modal
description: "- Passage du footer de la modale au niveau de z-index
\"overlap-above\", permettant d'être au dessus du tooltip"
isBreaking: false
tickets:
- DS-3839
gitmojis:
- 🐛
tag: v1.13.0
title: correction modal footer z-index
pull: https://github.com/GouvernementFR/dsfr/pull/1000
- id: "976"
type: fix
scopes:
- header
description: "- Permet la duplication des attributs aria dans le menu mobile des
accès rapides"
isBreaking: false
tickets:
- DS-3827
gitmojis:
- 🐛
tag: v1.13.0
title: duplication aria-describedby & labelledby
pull: https://github.com/GouvernementFR/dsfr/pull/976
- id: "1030"
type: fix
scopes:
- table
description: "- remplace l'attribut aria-sorting par aria-sort sur les bouton de
tri avec comme valeurs descending et ascending\r
- met à jour la page d'exemple des tableaux"
isBreaking: true
tickets:
- DS-3858
gitmojis:
- 🐛
- 💥
tag: v1.13.0
title: correction de l'attribut aria-sort
pull: https://github.com/GouvernementFR/dsfr/pull/1030
- id: "1023"
type: fix
scopes:
- core
description: "- Ajout d'un overflow auto sur le collapse pour éviter le passage
des menus sous des éléments survolés ou le texte surligné"
isBreaking: false
tickets:
- DS-3852
gitmojis:
- 🐛
tag: v1.13.0
title: bug firefox menu passe en arrière plan
pull: https://github.com/GouvernementFR/dsfr/pull/1023
- id: "1019"
type: fix
scopes:
- notice
description: "- Retrait du padding à droite du bandeau lorsqu'il n'y a pas de
bouton de fermeture"
isBreaking: false
tickets:
- DS-3848
gitmojis:
- 🐛
tag: v1.13.0
title: padding notice sans close btn
pull: https://github.com/GouvernementFR/dsfr/pull/1019
- id: "1011"
type: fix
scopes:
- range
description: "- Amélioration du design du curseur en mode couleurs forcées"
isBreaking: false
tickets:
- DS-3808
gitmojis:
- 🐛
tag: v1.13.0
title: amélioration du rendu en mode contrasté
pull: https://github.com/GouvernementFR/dsfr/pull/1011
- id: "1015"
type: feat