@limetech/lime-elements 39.12.3 → 39.12.5

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 CHANGED
@@ -1,3 +1,18 @@
1
+ ## [39.12.5](https://github.com/Lundalogik/lime-elements/compare/v39.12.4...v39.12.5) (2026-04-13)
2
+
3
+ ### Bug Fixes
4
+
5
+
6
+ * **markdown:** avoid unnecessary destruction and recreation of custom elements when value is updated ([effb618](https://github.com/Lundalogik/lime-elements/commit/effb6180cf41dcdf5cc9b19c114011b547207512)), closes [Lundalogik/crm-insights-and-intelligence#237](https://github.com/Lundalogik/crm-insights-and-intelligence/issues/237)
7
+
8
+ ## [39.12.4](https://github.com/Lundalogik/lime-elements/compare/v39.12.3...v39.12.4) (2026-04-10)
9
+
10
+ ### Bug Fixes
11
+
12
+
13
+ * **table:** prevent local re-sort of server data in remote mode ([64162af](https://github.com/Lundalogik/lime-elements/commit/64162afa2b43fbed9541c4cf14d5151b1fc009ac)), closes [#4008](https://github.com/Lundalogik/lime-elements/issues/4008)
14
+ * **table:** use setColumns instead of init when aggregate fields change ([8d9ae43](https://github.com/Lundalogik/lime-elements/commit/8d9ae43af4ce59b469a6d47ecd18f3c98ae45d81))
15
+
1
16
  ## [39.12.3](https://github.com/Lundalogik/lime-elements/compare/v39.12.2...v39.12.3) (2026-04-09)
2
17
 
3
18
  ### Bug Fixes