Skip to content

Commit

Permalink
refactor(main lib): remove v-list directive. Don't show null and unde…
Browse files Browse the repository at this point in the history
…fined as text

Removed v-list directive. Now valyrian identify a keyed list by searching the key property on the
first vnode child. Now we don't render null and undefined values as ui text.
  • Loading branch information
Masquerade-Circus committed Mar 6, 2020
1 parent 9feea1b commit 61e24fd
Show file tree
Hide file tree
Showing 11 changed files with 2,194 additions and 1,269 deletions.
6 changes: 3 additions & 3 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dist/valyrian.min.js": {
"bundled": 11997,
"minified": 4920,
"gzipped": 2005
"bundled": 12014,
"minified": 5009,
"gzipped": 2031
}
}
426 changes: 425 additions & 1 deletion dist/valyrian.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/valyrian.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 61e24fd

Please sign in to comment.