Skip to content

Releases: woutervroege/html-element-property-mixins

0.11.0

16 May 19:11
Compare
Choose a tag to compare
v0.11.0

Release 0.11.0

0.11.0-beta.0

14 May 19:22
Compare
Choose a tag to compare
0.11.0-beta.0 Pre-release
Pre-release
  • 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

08 Sep 08:56
Compare
Choose a tag to compare
  • compare JSON strings to reduce change callbacks (039688a)

0.10.11

02 Sep 07:29
Compare
Choose a tag to compare
  • fix: properies-changed-callback causing render block (13ce0c9)

0.10.10

14 May 11:50
Compare
Choose a tag to compare
  • 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

20 Apr 16:48
Compare
Choose a tag to compare
  • add files array to package.json (3a95909)

0.10.8

08 Apr 15:54
Compare
Choose a tag to compare
  • fix: __changedProperties not working with multiple instances (dda605b)

0.10.7

05 Apr 10:32
Compare
Choose a tag to compare
  • fix: invalid attribute values being assigned (361b385)

0.10.6

05 Apr 09:55
Compare
Choose a tag to compare

0.10.5

05 Apr 09:48
Compare
Choose a tag to compare
  • replace getAttributeNames() with for ...in loop to fix Edge <= 17 support (a6bee77)