@golemui/core 1.0.0-rc.0 → 1.0.0-rc.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.
- package/CHANGELOG.md +8 -0
- package/index.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## 1.0.0-rc.1 (2026-06-10)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for core to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
5
|
+
## 1.0.0-rc.0 (2026-06-09)
|
|
6
|
+
|
|
7
|
+
This was a version bump only for core to align it with other projects, there were no code changes.
|
|
8
|
+
|
|
1
9
|
## 0.17.0 (2026-06-08)
|
|
2
10
|
|
|
3
11
|
### 🚀 Features
|
package/index.js
CHANGED
|
@@ -905,7 +905,7 @@ l("new", (e) => {
|
|
|
905
905
|
const r = d(e?.[0] === "()" ? e[1] : e), t = e?.[0] === "()" ? e[2] : null, n = t ? t[0] === "," ? /* @__PURE__ */ ((o) => (i) => o.map((s) => s(i)))(t.slice(1).map(d)) : /* @__PURE__ */ ((o) => (i) => [o(i)])(d(t)) : () => [];
|
|
906
906
|
return (o) => new (r(o))(...n(o));
|
|
907
907
|
});
|
|
908
|
-
const tr = Symbol("accessor"), nr = 20, pn = 40, Vr = 41, Rr = 123, Ur = 125, Mr = (e) => (r) => {
|
|
908
|
+
const tr = /* @__PURE__ */ Symbol("accessor"), nr = 20, pn = 40, Vr = 41, Rr = 123, Ur = 125, Mr = (e) => (r) => {
|
|
909
909
|
if (r) return;
|
|
910
910
|
H();
|
|
911
911
|
const t = Z(y.id);
|
|
@@ -1046,7 +1046,7 @@ function In(e) {
|
|
|
1046
1046
|
}
|
|
1047
1047
|
return r;
|
|
1048
1048
|
}
|
|
1049
|
-
const ir = Symbol("filterMap.skip");
|
|
1049
|
+
const ir = /* @__PURE__ */ Symbol("filterMap.skip");
|
|
1050
1050
|
function Br(e, r) {
|
|
1051
1051
|
const t = [];
|
|
1052
1052
|
for (let n = 0; n < e.length; n++) {
|