chore: release#406
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 18, 2026 19:56
f5373ab to
a82e2be
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
dsfr-data@0.12.0
Minor Changes
#404
74aeed9Thanks @bmatge! - Nouveaux types de cartesmap-aca(académies, clés = noms en majuscules) etmap-monde(mondiale, clés ISO 3166-1 — les codes alpha-3 et numériques sont convertis automatiquement en alpha-2 viatoIsoA2) surdsfr-data-chart, apportés par l'API cartes unifiée<map-chart level>de DSFR Chart 2.1.dsfr-data-world-mapest déprécié au profit detype="map-monde"(warn console ; retrait prévu à la prochaine version majeure, #402).#408
b1e7891Thanks @bmatge! -<dsfr-data-chart type="radar">: support des attributsy-min/y-maxpour borner l'échelle radiale (issue maturity-model#9). Sans borne,scales.rde Chart.js s'auto-ajuste au min/max des données — le minimum se retrouve au centre du radar, ce qui est trompeur. Les bornes sont relayées à l'API upstreamscale-min/scale-maxde<radar-chart>(suggestedMin/Max, baseline déclarative), puis affinées post-montage sur l'instance Chart.js : bornes duresscales.r.min/max, etticks.stepSize: 1(anneaux de grille entiers) quand les deux bornes sont entières avec une amplitude de 1 à 10. Comportement inchangé sansy-min/y-maxet pour les autres types.Patch Changes
74aeed9Thanks @bmatge! - Alignement DSFR Chart 2.1.x (correctifs) : la DataBox pose désormaisname(renommage upstream detitleen 2.1.0 — les titres de DataBox étaient invisibles en preview/prod) tout en conservanttitlepour les hôtes 2.0.x ; les typesmapetmap-regroutent vers<map-chart level="dep|reg">(API cartes unifiée), ce qui corrige la limitation connue de la carte régionale nationale (<map-chart-reg>sansregion).