@lynx-js/template-webpack-plugin-canary 0.9.0-canary-20250919-ec48624b → 0.9.0-canary-20250921-d0ef559f

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,6 +1,6 @@
1
1
  # @lynx-js/template-webpack-plugin
2
2
 
3
- ## 0.9.0-canary-20250919153613-ec48624beeb75f579be8a479e4a772afc59c7a17
3
+ ## 0.9.0-canary-20250921062143-d0ef559fac383634437880681855923968b4fa65
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,6 +8,8 @@
8
8
 
9
9
  Since the thread element resolution is still in experimental stage and may have stability risks, it will be disabled by default after this change.
10
10
 
11
+ - **BREAKING CHANGE**: Remove the `enableICU` option. ([#1800](https://github.com/lynx-family/lynx-stack/pull/1800))
12
+
11
13
  ## 0.8.6
12
14
 
13
15
  ### Patch Changes
@@ -178,10 +178,6 @@ export interface LynxTemplatePluginOptions {
178
178
  * {@inheritdoc @lynx-js/react-rsbuild-plugin#PluginReactLynxOptions.enableAccessibilityElement}
179
179
  */
180
180
  enableAccessibilityElement: boolean;
181
- /**
182
- * {@inheritdoc @lynx-js/react-rsbuild-plugin#PluginReactLynxOptions.enableICU}
183
- */
184
- enableICU: boolean;
185
181
  /**
186
182
  * Use Android View level APIs and system implementations.
187
183
  */
@@ -74,7 +74,6 @@ export class LynxTemplatePlugin {
74
74
  // lynx-specific
75
75
  customCSSInheritanceList: undefined,
76
76
  debugInfoOutside: true,
77
- enableICU: false,
78
77
  enableA11y: true,
79
78
  enableAccessibilityElement: false,
80
79
  enableCSSInheritance: false,
@@ -266,7 +265,7 @@ class LynxTemplatePluginImpl {
266
265
  }
267
266
  async #encodeByAssetsInformation(compilation, assetsInfoByGroups, entryNames, filenameTemplate, intermediate, isAsync) {
268
267
  const compiler = compilation.compiler;
269
- const { customCSSInheritanceList, debugInfoOutside, defaultDisplayLinear, enableICU, enableA11y, enableAccessibilityElement, enableCSSInheritance, enableCSSInvalidation, enableCSSSelector, enableNewGesture, enableRemoveCSSScope, removeDescendantSelectorScope, targetSdkVersion, defaultOverflowVisible, dsl, cssPlugins, } = this.#options;
268
+ const { customCSSInheritanceList, debugInfoOutside, defaultDisplayLinear, enableA11y, enableAccessibilityElement, enableCSSInheritance, enableCSSInvalidation, enableCSSSelector, enableNewGesture, enableRemoveCSSScope, removeDescendantSelectorScope, targetSdkVersion, defaultOverflowVisible, dsl, cssPlugins, } = this.#options;
270
269
  const isDev = process.env['NODE_ENV'] === 'development'
271
270
  || compiler.options.mode === 'development';
272
271
  const css = cssChunksToMap(assetsInfoByGroups.css
@@ -295,7 +294,6 @@ class LynxTemplatePluginImpl {
295
294
  config: {
296
295
  lepusStrict: true,
297
296
  useNewSwiper: true,
298
- enableICU,
299
297
  enableNewIntersectionObserver: true,
300
298
  enableNativeList: true,
301
299
  enableA11y,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/template-webpack-plugin-canary",
3
- "version": "0.9.0-canary-20250919-ec48624b",
3
+ "version": "0.9.0-canary-20250921-d0ef559f",
4
4
  "description": "Simplifies creation of Lynx template files to serve your webpack bundles",
5
5
  "keywords": [
6
6
  "webpack",