@meonode/ui 0.4.0 → 0.4.2

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 (36) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/client.d.ts +1 -1
  3. package/dist/client.d.ts.map +1 -1
  4. package/dist/components/html.node.d.ts +139 -139
  5. package/dist/components/react.node.d.ts +3 -3
  6. package/dist/components/styled-renderer.client.d.ts +1 -1
  7. package/dist/components/styled-renderer.client.d.ts.map +1 -1
  8. package/dist/components/theme-provider.client.d.ts +1 -1
  9. package/dist/components/theme-provider.client.d.ts.map +1 -1
  10. package/dist/components/theme-provider.d.ts +1 -1
  11. package/dist/constants/common.const.d.ts +1 -0
  12. package/dist/constants/common.const.d.ts.map +1 -1
  13. package/dist/constants/common.const.js +1 -1
  14. package/dist/core.node.d.ts +28 -4
  15. package/dist/core.node.d.ts.map +1 -1
  16. package/dist/core.node.js +36 -18
  17. package/dist/helper/common.helper.d.ts +1 -1
  18. package/dist/helper/common.helper.d.ts.map +1 -1
  19. package/dist/helper/theme.helper.d.ts +1 -1
  20. package/dist/helper/theme.helper.d.ts.map +1 -1
  21. package/dist/hoc/component.hoc.d.ts +1 -1
  22. package/dist/hoc/component.hoc.d.ts.map +1 -1
  23. package/dist/hoc/portal.hoc.d.ts +1 -1
  24. package/dist/hoc/portal.hoc.d.ts.map +1 -1
  25. package/dist/hook/usePortal.d.ts +1 -1
  26. package/dist/hook/usePortal.d.ts.map +1 -1
  27. package/dist/main.d.ts +1 -1
  28. package/dist/main.d.ts.map +1 -1
  29. package/dist/main.js +1 -1
  30. package/dist/nextjs-registry/index.d.ts +1 -1
  31. package/dist/{node.type.d.ts → types/node.type.d.ts} +2 -2
  32. package/dist/types/node.type.d.ts.map +1 -0
  33. package/dist/types/node.type.js +1 -0
  34. package/package.json +18 -18
  35. package/dist/node.type.d.ts.map +0 -1
  36. /package/dist/{node.type.js → types/env.d.js} +0 -0
package/CHANGELOG.md CHANGED
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.4.2] - 2025-11-14
9
+
10
+ ### Fix
11
+ - **core**: remove deps property from props since it should not be passed to element attribute ([`6b01cbe`](https://github.com/l7aromeo/meonode-ui/commit/6b01cbe))
12
+
13
+ ## [0.4.1] - 2025-11-14
14
+
15
+ ### Test
16
+ - **node**: enhance dependency and memoization tests with real-world scenarios ([`d7452fa`](https://github.com/l7aromeo/meonode-ui/commit/d7452fae9b3ef22a82dc83210851849d82de479f))
17
+
18
+ ### Fix
19
+ - **core**: enhance error handling and improve style property detection ([`ca79c27`](https://github.com/l7aromeo/meonode-ui/commit/ca79c277cdfea5b62b54779ec2492518681639d1))
20
+
21
+ ### Chore
22
+ - **deps**: update dependencies in package.json for improved stability and performance ([`eba2108`](https://github.com/l7aromeo/meonode-ui/commit/eba21080c953b1c6b6c1bbb6a401257845116f09))
23
+
24
+ ### Perf
25
+ - **core**: Optimize prop processing and caching with new signature generation ([`8cf0319`](https://github.com/l7aromeo/meonode-ui/commit/8cf0319fd99c3c8496b6e63207cb378b6c521ae2))
26
+
27
+ ### Refactor
28
+ - **types**: move node.type.ts to types directory and update imports ([`ccf769a`](https://github.com/l7aromeo/meonode-ui/commit/ccf769a2670e4546bfa776034a4fa8925ca2d27d))
29
+
8
30
  ## [0.4.0] - 2025-11-13
9
31
 
10
32
  ### Feature
package/dist/client.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { NodeInstance } from './node.type.js';
1
+ import type { NodeInstance } from './types/node.type.js';
2
2
  /**
3
3
  * Renders a Meonode instance into a DOM container.
4
4
  * @param node The Meonode instance to render (e.g., created with Div(), P(), etc.).
@@ -1 +1 @@
1
- {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAGrD;;;;;GAKG;AACH,wBAAgB,MAAM,CAAC,IAAI,EAAE,YAAY,CAAC,GAAG,CAAC,EAAE,SAAS,EAAE,OAAO,mCAIjE"}
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAA;AAG3D;;;;;GAKG;AACH,wBAAgB,MAAM,CAAC,IAAI,EAAE,YAAY,CAAC,GAAG,CAAC,EAAE,SAAS,EAAE,OAAO,mCAIjE"}