Skip to content

Tags: swey/fractal-vue-adapter

Tags

v0.4.1

Toggle v0.4.1's commit message
refactor: removed requireFromString

v0.4.0

Toggle v0.4.0's commit message
improved page template/doctype support

replaced the docType config with a pageTemplate config
added an extra vuePageRenderer, which is only used for rendering the preview layout

v0.3.5

Toggle v0.3.5's commit message
fixed re-rendering on sub-component changes

v0.3.4

Toggle v0.3.4's commit message
removed the replacing of vue comments - resolves problems in prod mode

v0.3.3

Toggle v0.3.3's commit message
addedd the _target prop for preview rendering purposes

v0.3.2

Toggle v0.3.2's commit message
added a possibiltiy to add a doctype

because it will be removed by the vue renderer

v0.3.1

Toggle v0.3.1's commit message
removed explicit name for VueComponent

resolves some problems with file names like "base.vue"

v0.3.0

Toggle v0.3.0's commit message
fixed circular structurebig refactoring

added an extra vm instance (instead using the fractal component itself), moved the renderer instance instead of creating a new one on each render, added name and __file infos for better debbuging

v0.2.13

Toggle v0.2.13's commit message
fixed circular structure

v0.2.12

Toggle v0.2.12's commit message
added a default for the yield prop