Skip to content

Releases: jesperhoy/VueJSWebForms

v. 3.3.0

01 May 17:12
Compare
Choose a tag to compare

Added PostBack method (client script) and corresponding server event.

v. 3.2.0

08 Jul 10:45
Compare
Choose a tag to compare

Added caching for .vue files

v. 3.1.1

07 Jul 21:28
Compare
Choose a tag to compare
v3.1.1

v. 3.1.1 - code cleanup

v. 3.1.0

07 Jul 14:41
Compare
Choose a tag to compare

(Re)added support for simple in-line templates (not .vue file format).
This includes a new "Options" property for the Component and App controls.

Version 3

07 Jul 12:13
Compare
Choose a tag to compare

Renamed ScriptTemplate control -> ServerTemplate

Version 2

07 Jul 11:34
Compare
Choose a tag to compare

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

10 Feb 08:45
Compare
Choose a tag to compare

Added JSBuilder utility class

v1.4.0

09 Feb 16:08
Compare
Choose a tag to compare

Added support for external JavaScript file reference in .vue files (<script src="...">).
Fixed template string escaping.

v1.3.0

08 Feb 13:10
Compare
Choose a tag to compare

Merged "FileComponent" control into "Component" control, "Render" control renamed "App", "ScriptTemplate" control renamed "Template", added "Name" property (for use instead of "ID" property) to "Component" and "App" controls.

v1.2.0

07 Feb 22:07
Compare
Choose a tag to compare

Added support for .vue files with new FileComponent control. Renamed "Compile" property "VueLight".
Renamed project "Vue.js ASP.NET Web Forms Helpers".

See https://jesperhoy.com/p43