@carto/meridian-ds 1.4.2-multiple-selectall.1 → 1.4.3
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 +5 -2
- package/dist/custom-icons/index.cjs +1 -1
- package/dist/custom-icons/index.js +876 -840
- package/dist/types/custom-icons/DataFilter.d.ts +4 -0
- package/dist/types/custom-icons/DataFilter.d.ts.map +1 -0
- package/dist/types/custom-icons/index.d.ts +1 -0
- package/dist/types/custom-icons/index.d.ts.map +1 -1
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 1.0
|
|
6
|
+
|
|
7
|
+
### 1.4.3
|
|
8
|
+
|
|
5
9
|
- Fix: MultipleSelectField: select all filter is not working [#183](https://github.com/CartoDB/meridian-ds/pull/183)
|
|
10
|
+
- Update Custom Icons [#184](https://github.com/CartoDB/meridian-ds/pull/184)
|
|
6
11
|
- Fix: Mocks are not properly reset between test executions [#177](https://github.com/CartoDB/meridian-ds/pull/177)
|
|
7
12
|
- Improve Eslint rules regarding testing in Meridian [#172](https://github.com/CartoDB/meridian-ds/pull/172)
|
|
8
13
|
- Unit tests refactor: replace destructuring with screen [#173](https://github.com/CartoDB/meridian-ds/pull/173)
|
|
@@ -11,8 +16,6 @@
|
|
|
11
16
|
- Refactor forwading prop tests in all files to use reusable helper [#165](https://github.com/CartoDB/meridian-ds/pull/165)
|
|
12
17
|
- Add unit tests for Menu components [#158](https://github.com/CartoDB/meridian-ds/pull/158)
|
|
13
18
|
|
|
14
|
-
## 1.0
|
|
15
|
-
|
|
16
19
|
### 1.4.2
|
|
17
20
|
|
|
18
21
|
- Pass `reason` parameter to the **CreatableAutocomplete** `onChange` callback [#160](https://github.com/CartoDB/meridian-ds/pull/160)
|