Releases: jesperhoy/VueJSWebForms
Releases · jesperhoy/VueJSWebForms
v. 3.3.0
v. 3.2.0
v. 3.1.1
v. 3.1.0
Version 3
Version 2
WARNING: Completely redesigned. V. 2.0.0 is not backwards compatible in any way. The idea is the same but the implementation is very different.
- Now also uses the .vue file format for in-line templates.
- Now supports "import" statements in .vue files / templates.
- Added "VueFilesToJS" library ( https://github.com/jesperhoy/VueFilesToJS )
- Replaced Template control with ScriptTemplate control which supports extracting content to plain / JavaScript string.
- Removed Component control's Props attribute (specify in script template instead).
- Removed App control's DataJS attribute (specify in script template instead).
- Removed VueLight compiling (use https://github.com/jesperhoy/VueLight instead).
- Removed the JSBuilder utility (use import statements instead).
- Removed RenderTemplate attribute from all components (ability to render plain HTML templates in output).
v1.5.0
v1.4.0
v1.3.0
v1.2.0
Added support for .vue files with new FileComponent control. Renamed "Compile" property "VueLight".
Renamed project "Vue.js ASP.NET Web Forms Helpers".