@meonode/ui 0.4.0 → 0.4.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.
- package/CHANGELOG.md +17 -0
- package/dist/client.d.ts +1 -1
- package/dist/client.d.ts.map +1 -1
- package/dist/components/html.node.d.ts +139 -139
- package/dist/components/react.node.d.ts +3 -3
- package/dist/components/styled-renderer.client.d.ts +1 -1
- package/dist/components/styled-renderer.client.d.ts.map +1 -1
- package/dist/components/theme-provider.client.d.ts +1 -1
- package/dist/components/theme-provider.client.d.ts.map +1 -1
- package/dist/components/theme-provider.d.ts +1 -1
- package/dist/constants/common.const.d.ts +1 -0
- package/dist/constants/common.const.d.ts.map +1 -1
- package/dist/constants/common.const.js +1 -1
- package/dist/core.node.d.ts +28 -4
- package/dist/core.node.d.ts.map +1 -1
- package/dist/core.node.js +34 -16
- package/dist/helper/common.helper.d.ts +1 -1
- package/dist/helper/common.helper.d.ts.map +1 -1
- package/dist/helper/theme.helper.d.ts +1 -1
- package/dist/helper/theme.helper.d.ts.map +1 -1
- package/dist/hoc/component.hoc.d.ts +1 -1
- package/dist/hoc/component.hoc.d.ts.map +1 -1
- package/dist/hoc/portal.hoc.d.ts +1 -1
- package/dist/hoc/portal.hoc.d.ts.map +1 -1
- package/dist/hook/usePortal.d.ts +1 -1
- package/dist/hook/usePortal.d.ts.map +1 -1
- package/dist/main.d.ts +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +1 -1
- package/dist/nextjs-registry/index.d.ts +1 -1
- package/dist/{node.type.d.ts → types/node.type.d.ts} +2 -2
- package/dist/types/node.type.d.ts.map +1 -0
- package/dist/types/node.type.js +1 -0
- package/package.json +17 -17
- package/dist/node.type.d.ts.map +0 -1
- /package/dist/{node.type.js → types/env.d.js} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,23 @@ 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.1] - 2025-11-14
|
|
9
|
+
|
|
10
|
+
### Test
|
|
11
|
+
- **node**: enhance dependency and memoization tests with real-world scenarios ([`d7452fa`](https://github.com/l7aromeo/meonode-ui/commit/d7452fae9b3ef22a82dc83210851849d82de479f))
|
|
12
|
+
|
|
13
|
+
### Fix
|
|
14
|
+
- **core**: enhance error handling and improve style property detection ([`ca79c27`](https://github.com/l7aromeo/meonode-ui/commit/ca79c277cdfea5b62b54779ec2492518681639d1))
|
|
15
|
+
|
|
16
|
+
### Chore
|
|
17
|
+
- **deps**: update dependencies in package.json for improved stability and performance ([`eba2108`](https://github.com/l7aromeo/meonode-ui/commit/eba21080c953b1c6b6c1bbb6a401257845116f09))
|
|
18
|
+
|
|
19
|
+
### Perf
|
|
20
|
+
- **core**: Optimize prop processing and caching with new signature generation ([`8cf0319`](https://github.com/l7aromeo/meonode-ui/commit/8cf0319fd99c3c8496b6e63207cb378b6c521ae2))
|
|
21
|
+
|
|
22
|
+
### Refactor
|
|
23
|
+
- **types**: move node.type.ts to types directory and update imports ([`ccf769a`](https://github.com/l7aromeo/meonode-ui/commit/ccf769a2670e4546bfa776034a4fa8925ca2d27d))
|
|
24
|
+
|
|
8
25
|
## [0.4.0] - 2025-11-13
|
|
9
26
|
|
|
10
27
|
### Feature
|
package/dist/client.d.ts
CHANGED
package/dist/client.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,
|
|
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"}
|