0.7.1 (2018-12-02)
- handle deselect template nodes correctly (8ee53ea)
0.7.0 (2018-12-02)
- allow to update numeric style value by pressing up / down key (#70) (2f33c62)
- focus next item when the user finished to edit style value (#71) (9709305)
- focus previous style form by pressing shift+tab (#74) (8e6dca4)
- allow to insert a new declaration to arbitrary position (#73) (27bf37d)
- minimize edited content in a file (#77) (1eb1e94)
- only send updated or removed file on that case (#76) (1d5b376)
0.6.3 (2018-10-28)
- add space between toolbar items (4203ca2)
- improve component catalog style (1f85488)
- make font-size in body element work in preview (61f66b5)
0.6.2 (2018-10-27)
- avoid applying props / data when compositing (#66) (f5f6d50)
- prefer non-self-closing tag when adding a component (#65) (fd2fd4a)
- unset renderer style rather than set to initial (#64) (59b0a90)
0.6.1 (2018-07-19)
- coerce empty string to
true
when prop type is boolean (#49) (2edc911) - ensure to update guide of selected node when its layout is changed
0.6.0 (2018-07-18)
- allow to include shared styles (#41) (6b07626)
- make animation and keyframes scoped (#37) (e81cd6b)
- render slot contents (#43) (c5a398d)
- resolve a template tag of an injected named slot (#45) (2102711)
- resolve template element having control directives (#44) (4f274fc)
- resolve v-model on select element (#35) (194a167)
- support rendering scoped slots (#47) (9cbbae5)
0.5.0 (2018-06-03)
- handle attribute selectors having double quotes in their value correctly (5f2e950)
- allow to modify props and data in preview pane (#32) (d4442d2)
- resolve v-model on checkbox element (f83742f)
- resolve v-model on radio element (ce934b1)
- support insensitive selector of css (68be320)
- always show scope information (09faa59)
- normalize scale delta during various environment (#33) (2aab18c)
0.4.0 (2018-05-05)
- limit viewport size to avoid going minus value (fix #28) (dc43f42)
- print expression if it is resolved as null or undefined (a4ace5c)
- allow to pass props to child components (#29) (3989f24)
- resolve assets in preview (#31) (668450c)
- show guide of selected node (#30) (c84f20b)
0.3.0 (2018-04-20)
- avoid adding a new declaration when finish editing existing style (#21) (1ddcc1d)
- avoid clashing by ECONNRESET (#25) (1dd6dab)
- fix scoped style leakage (de82d01)
- enable to zoom viewport with pinch (#22) (fbf8156)
- improve viewport scrolling (#24) (b99f861)
- resizable viewport (#19) (98bd2fe)
0.2.2 (2018-03-22)
0.2.1 (2018-03-21)
- add semi-colon to each declaration (#15) (e83fe23)
- avoid to make input caret jump during editing declaration (#16) (dd09ab6)
- prevent to add a declaration when clicking existing declaration values (#14) (8c8de9f)
0.2.0 (2018-03-21)
- add / remove declaration in preview (#11) (decd3cb)
- support updating style declaration in preview (#6) (50e56d3)
Initial release