@furystack/shades-i18n 1.0.28 → 2.0.0

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,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.0] - 2026-02-09
4
+
5
+ ### ⬆️ Dependencies
6
+
7
+ - Updated peer dependency `@furystack/shades` to latest minor version
8
+ - Updated peer dependency `@furystack/shades` to new major version
9
+ - Updated `@furystack/shades` dependency with microtask-based batched rendering
10
+ - Updated `@furystack/*` dependencies
11
+ - Peer dependency on `@furystack/shades` bumped to new major version
12
+ - Updated `@furystack/shades` dependency
13
+
14
+ ### 💥 Breaking Changes
15
+
16
+ ### Requires `@furystack/shades` v3
17
+
18
+ This package now depends on the new major version of `@furystack/shades` which removed the `constructed` callback from the Shade API.
19
+
20
+ ### Peer Dependency Bump
21
+
22
+ Updated peer dependency on `@furystack/shades` to the new major version with VNode-based rendering. No API changes in this package.
23
+
3
24
  ## [1.0.28] - 2026-02-01
4
25
 
5
26
  ### ⬆️ Dependencies
@@ -6,5 +6,7 @@ export declare const createI18nComponent: <TKeys extends string>(options: {
6
6
  key: TKeys;
7
7
  } & Omit<Partial<HTMLElement>, "style"> & {
8
8
  style?: Partial<CSSStyleDeclaration>;
9
+ } & {
10
+ ref?: import("@furystack/shades").RefObject<Element>;
9
11
  }, children?: import("@furystack/shades").ChildrenList) => JSX.Element;
10
12
  //# sourceMappingURL=create-i18n-component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-i18n-component.d.ts","sourceRoot":"","sources":["../src/create-i18n-component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAGlD,eAAO,MAAM,mBAAmB,GAAI,KAAK,SAAS,MAAM,EAAE,SAAS;IACjE,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAA;IAC3B,aAAa,EAAE,MAAM,CAAA;CACtB;SACqB,KAAK;;;sEAgB1B,CAAA"}
1
+ {"version":3,"file":"create-i18n-component.d.ts","sourceRoot":"","sources":["../src/create-i18n-component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAGlD,eAAO,MAAM,mBAAmB,GAAI,KAAK,SAAS,MAAM,EAAE,SAAS;IACjE,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAA;IAC3B,aAAa,EAAE,MAAM,CAAA;CACtB;SACqB,KAAK;;;;;sEAgB1B,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/shades-i18n",
3
- "version": "1.0.28",
3
+ "version": "2.0.0",
4
4
  "description": "I18n translation package and components for Shades",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -37,9 +37,9 @@
37
37
  },
38
38
  "homepage": "https://github.com/furystack/furystack",
39
39
  "dependencies": {
40
- "@furystack/i18n": "^1.0.27",
41
- "@furystack/inject": "^12.0.28",
42
- "@furystack/shades": "^11.1.0"
40
+ "@furystack/i18n": "^1.0.28",
41
+ "@furystack/inject": "^12.0.29",
42
+ "@furystack/shades": "^12.0.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/node": "^25.0.10",