@carto/meridian-ds 2.15.1-alpha.49c19bf.205 → 2.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
|
|
7
7
|
## 2.0
|
|
8
8
|
|
|
9
|
+
### 2.15.1
|
|
10
|
+
|
|
11
|
+
- Fix: preserve compiled messages in flattenMessages — fixes `buttonFooterLabelId` and similar intl-key props showing raw keys [#402](https://github.com/CartoDB/meridian-ds/pull/402)
|
|
12
|
+
|
|
9
13
|
### 2.15.0
|
|
10
14
|
|
|
11
15
|
- Fix: WCAG accessibility improvements — IconButton aria-label, text contrast, widget labels [#398](https://github.com/CartoDB/meridian-ds/pull/398)
|