Skip to content

Commit

Permalink
3.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
leeoniya committed Mar 3, 2019
1 parent 164cce8 commit 5e4bdb0
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| [pico][1] | 13.1k / 5.2k | fluent api<br>dom recycling<br>lifecycle hooks<br>parameterized handlers<br>sub-views<br>element injection<br>innerHTML<br>vnode refs<br>css objects<br>svg<br>diff<br>lazy list<br> | view core<br><br>**This build is unstable by design; features that get decoupled<br>can move to nano+ builds at any commit!** |
| [nano][2] | 15.1k / 6.0k | - fluent api<br>+ special attrs<br>+ prop attrs<br>+ tag parsing<br>+ vnode patching<br>+ class merging<br>+ auto keying<br>+ global onevent<br>+ object/array diff<br>+ foreign elem skipping<br>+ raf-debounced redraw | `"input[type=checkbox].some-class"`<br>`vnode.patch({class: ..., style...})` |
| [micro][3] | 16.5k / 6.5k | + `emit`<br> + `body`<br> + `autoPx`<br> + `defineElementSpread`<br> + `defineSvgElementSpread`<br> | `vm.emit('myNotif', arg1, arg2...)`<br>`vm.body()`<br>`{style: {width: 20}}` |
| [mini][4] | 16.8k / 6.6k | + `stream`<br> | view reactivity |
| [mini][4] | 16.7k / 6.6k | + `stream`<br> | view reactivity |
| [client][5] | 17.4k / 6.8k | `mini`<br> + `attach`<br> | SSR hydration |
| [server][6] | 18.4k / 7.3k | `mini`<br> + `html`<br> | SSR rendering |
| [full][7] | 19.0k / 7.5k | `mini`<br> + `attach`<br> + `html`<br> | all the bells and whistles |
Expand Down
2 changes: 1 addition & 1 deletion dist/client/domvm.client.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.9-dev, client build)
* @preserve https://github.com/domvm/domvm (v3.4.9, client build)
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/client/domvm.client.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.9-dev, client build)
* @preserve https://github.com/domvm/domvm (v3.4.9, client build)
*/

// NOTE: if adding a new *VNode* type, make it < COMMENT and renumber rest.
Expand Down
2 changes: 1 addition & 1 deletion dist/client/domvm.client.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.9-dev, client build)
* @preserve https://github.com/domvm/domvm (v3.4.9, client build)
*/

(function (global, factory) {
Expand Down
2 changes: 1 addition & 1 deletion dist/client/domvm.client.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dev/domvm.dev.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.9-dev, dev build)
* @preserve https://github.com/domvm/domvm (v3.4.9, dev build)
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/dev/domvm.dev.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.9-dev, dev build)
* @preserve https://github.com/domvm/domvm (v3.4.9, dev build)
*/

// NOTE: if adding a new *VNode* type, make it < COMMENT and renumber rest.
Expand Down
2 changes: 1 addition & 1 deletion dist/dev/domvm.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.9-dev, dev build)
* @preserve https://github.com/domvm/domvm (v3.4.9, dev build)
*/

(function (global, factory) {
Expand Down
2 changes: 1 addition & 1 deletion dist/dev/domvm.dev.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/full/domvm.full.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.9-dev, full build)
* @preserve https://github.com/domvm/domvm (v3.4.9, full build)
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/full/domvm.full.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.9-dev, full build)
* @preserve https://github.com/domvm/domvm (v3.4.9, full build)
*/

// NOTE: if adding a new *VNode* type, make it < COMMENT and renumber rest.
Expand Down
2 changes: 1 addition & 1 deletion dist/full/domvm.full.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/full/domvm.full.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/micro/domvm.micro.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.9-dev, micro build)
* @preserve https://github.com/domvm/domvm (v3.4.9, micro build)
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/micro/domvm.micro.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.9-dev, micro build)
* @preserve https://github.com/domvm/domvm (v3.4.9, micro build)
*/

// NOTE: if adding a new *VNode* type, make it < COMMENT and renumber rest.
Expand Down
2 changes: 1 addition & 1 deletion dist/micro/domvm.micro.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.9-dev, micro build)
* @preserve https://github.com/domvm/domvm (v3.4.9, micro build)
*/

(function (global, factory) {
Expand Down
2 changes: 1 addition & 1 deletion dist/micro/domvm.micro.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mini/domvm.mini.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.9-dev, mini build)
* @preserve https://github.com/domvm/domvm (v3.4.9, mini build)
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/mini/domvm.mini.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.9-dev, mini build)
* @preserve https://github.com/domvm/domvm (v3.4.9, mini build)
*/

// NOTE: if adding a new *VNode* type, make it < COMMENT and renumber rest.
Expand Down
2 changes: 1 addition & 1 deletion dist/mini/domvm.mini.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.9-dev, mini build)
* @preserve https://github.com/domvm/domvm (v3.4.9, mini build)
*/

(function (global, factory) {
Expand Down
2 changes: 1 addition & 1 deletion dist/mini/domvm.mini.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/nano/domvm.nano.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.9-dev, nano build)
* @preserve https://github.com/domvm/domvm (v3.4.9, nano build)
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/nano/domvm.nano.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.9-dev, nano build)
* @preserve https://github.com/domvm/domvm (v3.4.9, nano build)
*/

// NOTE: if adding a new *VNode* type, make it < COMMENT and renumber rest.
Expand Down
2 changes: 1 addition & 1 deletion dist/nano/domvm.nano.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.9-dev, nano build)
* @preserve https://github.com/domvm/domvm (v3.4.9, nano build)
*/

(function (global, factory) {
Expand Down
Loading

0 comments on commit 5e4bdb0

Please sign in to comment.