You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* created a `Wire` class to handle via `domdiff` multiple wired nodes.
* brought back multi nodes per wire, a feature lost since **v2.0**
* simplified `Component` handling too, making it compatible again with multi wired content.
* fixed some check to make IE9+ tests green again
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# hyper(html) Changelog
2
2
3
+
### v2.4.0
4
+
* created a `Wire` class to handle via `domdiff` multiple wired nodes.
5
+
* brought back multi nodes per wire, a feature lost since **v2.0**
6
+
* simplified `Component` handling too, making it compatible again with multi wired content.
7
+
* fixed some check to make IE9+ tests green again
8
+
3
9
### v2.3.0
4
10
* dropped the `engine` already. Too complex, no real benefits, refactored the whole internal logic to use [domdiff](https://github.com/WebReflection/domdiff) instead. Deprecated [hyperhtml-majinbuu](https://github.com/WebReflection/hyperhtml-majinbuu) and solved diffing "_forever_".
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Following most important changes in version 2:
23
23
***added** support for objects as `style` attribute, fully compatible with [Preact](https://github.com/developit/preact) implementation
24
24
***improved** performance in numerous ways
25
25
***custom elements** V0 and V1 are now fully, and properly, supported through `document.importNode` and/or regular `cloneNode` tested against common polyfills
26
-
* back to 4.35K thanks to **rollup** and its ability to merge all the things together like it was already in V1
26
+
* back to 4.5K thanks to **rollup** and its ability to merge all the things together like it was already in V1
27
27
28
28
## Documentation
29
29
@@ -48,7 +48,7 @@ setInterval(tick, 1000,
48
48
49
49
## Features
50
50
51
-
* Zero dependencies, no polyfills needed, and it fits in about **4.35KB** (minified + brotli)
51
+
* Zero dependencies, no polyfills needed, and it fits in about **4.5KB** (minified + brotli)
52
52
* Uses directly native DOM, no virtual DOM involved
53
53
* Designed for [template literals](http://www.ecma-international.org/ecma-262/6.0/#sec-template-literals), a templating feature built in to JS
54
54
* Compatible with plain DOM elements and plain JS data structures
0 commit comments