Releases: woutervroege/html-element-property-mixins
Releases · woutervroege/html-element-property-mixins
0.11.0-beta.0
- lint & format (93eb239)
- only format source files (28b5157)
- remove unused code from demo (457e6b1)
- remove unused json stringify comparison (ae1325f)
- use settimeout instead of rAF to batch updates (f22f2dd)
- fix: preserve custom accessors when setting prop value synchronously in script (b314f7d)
- call super.connectedCallback after setting attributes to prevent infinite loop (803a43c)
- push dev dependencies (07a9293)
0.10.12
- compare JSON strings to reduce change callbacks (039688a)
0.10.11
- fix: properies-changed-callback causing render block (13ce0c9)
0.10.10
- fixed: reflected properties not set on connectedCallback (c5567f7)
- move early return when element is not connected up (6885d0d)
- fixed: reflectedProperties = array (e830945)
- remove save / set initial attribute values (568263d)
- remove unused code (2c8f6c0)
0.10.9
- add files array to package.json (3a95909)
0.10.8
- fix: __changedProperties not working with multiple instances (dda605b)
0.10.7
- fix: invalid attribute values being assigned (361b385)
0.10.5
- replace getAttributeNames() with for ...in loop to fix Edge <= 17 support (a6bee77)