@luzmo/dashboard-contents-types 1.0.23 → 1.0.24

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 (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  All notable changes to this project will be documented in this file.
2
2
 
3
+ ## [1.0.24] - 2026-01-30
4
+
5
+ ### Updates
6
+
7
+ - Add missing changelog entry for version 1.0.23.
8
+
9
+ ## [1.0.23] - 2026-01-29
10
+
11
+ ### Updates
12
+
13
+ - **Slot config property renames** to align with ACK:
14
+ - `canAcceptMultipleColumns` → `canAcceptMultipleDataFields`
15
+ - `acceptableColumnTypes` → `acceptableDataFieldTypes`
16
+ - **New slot config properties**: `keepOnlyFirstWhenOtherSlotFilled`, `clearWhenOtherSlotHasMultipleItems`, `canAcceptDataIndependentOf`.
17
+ - Add options configs with i18n translations (de, en, es, fr, nl) for all chart types.
18
+ - Add positioning configs for all chart types.
19
+ - Add context configs for all chart types.
20
+ - Add `getLocalizedOptionsConfig` and `getOptionsConfigByItemType` utilities for lazy-loading localized options configurations.
21
+ - Add color utilities (`color-palettes`, `extrapolate-color`, `color-range-utils`) and map tile providers.
22
+ - Export `SlotPositioningConfig`, `GridConfig`, and `SlotPosition` types.
23
+
3
24
  ## [1.0.22] - 2026-01-26
4
25
 
5
26
  ### Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luzmo/dashboard-contents-types",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },