@jarenjs/view 0.84.3 → 0.86.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.
@@ -124,7 +124,10 @@ something other than the per-frame prop diff. The reference
124
124
  implementation keeps a registry of controlled nodes and reconciles it
125
125
  once per settled pass — which also lets a `select` resolve its value
126
126
  after its options exist and a `multiple` select apply an array of
127
- values. Composition/IME coordination is not yet specified (§8).
127
+ values. Trusted text controls defer authoritative writes through composition
128
+ and the final input event, then settle with a clamped caret range (§8).
129
+ Removal and destruction cancel pending settlement. Physical OS IME and
130
+ assistive-technology fidelity still require separate manual qualification.
128
131
 
129
132
  ## 4. Events are data
130
133
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jarenjs/view",
3
3
  "private": false,
4
- "version": "0.84.3",
4
+ "version": "0.86.0",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
7
7
  "types": "./dist/types/index.d.ts",
@@ -53,7 +53,7 @@
53
53
  "ssr"
54
54
  ],
55
55
  "dependencies": {
56
- "@jarenjs/core": "^0.84.3"
56
+ "@jarenjs/core": "^0.86.0"
57
57
  },
58
58
  "scripts": {
59
59
  "build": "npm run build:types",