@splunk/dynamic-editors 0.42.2 → 0.43.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.
Files changed (32) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/DynamicEditor.js +35 -38
  3. package/DynamicEditor.js.map +1 -1
  4. package/containers/EditorItem.js +56 -59
  5. package/containers/EditorItem.js.map +1 -1
  6. package/containers/EditorLayout.js +75 -78
  7. package/containers/EditorLayout.js.map +1 -1
  8. package/containers/EditorLayoutItem.js +50 -53
  9. package/containers/EditorLayoutItem.js.map +1 -1
  10. package/editors/ColorEditor.js +1 -1
  11. package/editors/ColorEditor.js.map +1 -1
  12. package/editors/DynamicColorEditor.js +4 -4
  13. package/editors/DynamicColorEditor.js.map +1 -1
  14. package/editors/DynamicColorEditorWithPrecedence.js +4 -4
  15. package/editors/DynamicColorEditorWithPrecedence.js.map +1 -1
  16. package/editors/MarkdownEditor.js +14 -17
  17. package/editors/MarkdownEditor.js.map +1 -1
  18. package/editors/MultiColorPickerEditor.js +3 -3
  19. package/editors/MultiColorPickerEditor.js.map +1 -1
  20. package/editors/NetworkGraphDynamicColorEditor.js +7 -7
  21. package/editors/NetworkGraphDynamicColorEditor.js.map +1 -1
  22. package/editors/SeriesColorsByFieldEditor.js +3 -3
  23. package/editors/SeriesColorsByFieldEditor.js.map +1 -1
  24. package/editors/SeriesColorsEditor.js +10 -10
  25. package/editors/SeriesColorsEditor.js.map +1 -1
  26. package/editors/TableColumnFormatterEditor.js +102 -105
  27. package/editors/TableColumnFormatterEditor.js.map +1 -1
  28. package/editors/TableDynamicColorEditor.js +4 -4
  29. package/editors/TableDynamicColorEditor.js.map +1 -1
  30. package/editors/ThresholdEditor.js +1 -1
  31. package/editors/ThresholdEditor.js.map +1 -1
  32. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.43.1](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.43.0...v0.43.1) (2026-01-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **SCP-80214:** SCP-80214 ([10eafce](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/10eafceec6e6599255e7af59ed4965822f8be86d))
12
+
13
+
14
+
15
+
16
+
17
+ # [0.43.0](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.42.2...v0.43.0) (2026-01-21)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **SCP-77667:** fixes error for reading toLowerCase of null ([65f51ca](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/65f51ca309b925d402b097a409dac0e640e87978))
23
+
24
+
25
+ ### Features
26
+
27
+ * **ATEAM-2:** use @uiwjs/react-md-editor instead of react-mde ([499c2b6](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/499c2b6bbe9056db41eee833980715eacc26a25c))
28
+
29
+
30
+
31
+
32
+
6
33
  ## [0.42.2](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.42.1...v0.42.2) (2025-12-03)
7
34
 
8
35
  **Note:** Version bump only for package @splunk/dynamic-editors