@lynx-js/web-core-server-canary 0.18.3-canary-20251108-3bc8903d → 0.18.4-canary-20251111-eee83b60

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,12 @@
1
1
  # @lynx-js/web-core-server
2
2
 
3
- ## 0.18.3-canary-20251108032102-3bc8903d11407beb7bcc465e673ef554540d4309
3
+ ## 0.18.4-canary-20251111085403-eee83b601f4626c0576e376047356906886e5b59
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: builtinTagTransformMap add `'x-input-ng': 'x-input'` ([#1932](https://github.com/lynx-family/lynx-stack/pull/1932))
8
+
9
+ ## 0.18.3
4
10
 
5
11
  ## 0.18.2
6
12
 
package/dist/index.js CHANGED
@@ -2863,7 +2863,8 @@ const builtinTagTransformMap = {
2863
2863
  image: 'x-image',
2864
2864
  list: 'x-list',
2865
2865
  svg: 'x-svg',
2866
- input: 'x-input'
2866
+ input: 'x-input',
2867
+ 'x-input-ng': 'x-input'
2867
2868
  };
2868
2869
  OffscreenElement.prototype.toJSON = function() {
2869
2870
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-core-server-canary",
3
- "version": "0.18.3-canary-20251108-3bc8903d",
3
+ "version": "0.18.4-canary-20251111-eee83b60",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],
@@ -26,10 +26,10 @@
26
26
  "rsbuild-plugin-arethetypeswrong": "0.1.1",
27
27
  "rsbuild-plugin-publint": "0.3.3",
28
28
  "@lynx-js/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.4",
29
- "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.18.3-canary-20251108-3bc8903d",
30
- "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.10-canary-20251108-3bc8903d",
31
- "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.18.3-canary-20251108-3bc8903d",
32
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.18.3-canary-20251108-3bc8903d"
29
+ "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.10",
30
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.18.4-canary-20251111-eee83b60",
31
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.18.4-canary-20251111-eee83b60",
32
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.18.4-canary-20251111-eee83b60"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "rslib build",