veams-component-form
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -0,1 +1,4 @@ | ||
### v4.0.1 | ||
- Fix insertpoints | ||
### v4.0.0 | ||
@@ -2,0 +5,0 @@ - Update insertpoints paths for new folder structure (used in generator-veams v9.x) |
@@ -6,3 +6,3 @@ ### Include: Page | ||
{{! WrapWith START: Form Wrapper }} | ||
{{#with form-bp.variations.fields}} | ||
{{#with form-bp.variations.default}} | ||
{{#wrapWith "c-form" settings=settings}} | ||
@@ -31,3 +31,3 @@ {{#each content.fieldsets}} | ||
``` js | ||
@INSERT :: START @tag: js-self-contained-import // | ||
// @INSERT :: START @tag: js-self-contained-import // | ||
import FormAjax from '../components/form/js/form-ajax'; | ||
@@ -48,4 +48,3 @@ import FormDatepicker from '../components/form/js/form-datepicker'; | ||
module: FormAjax | ||
) | ||
, | ||
), | ||
/** | ||
@@ -52,0 +51,0 @@ * Init Form Datepicker |
@@ -5,3 +5,3 @@ /** | ||
* @module FormAjax | ||
* @version v4.0.0 | ||
* @version v4.0.1 | ||
* | ||
@@ -42,3 +42,3 @@ * @author Sebastian Fitzner | ||
return { | ||
version: '4.0.0', | ||
version: '4.0.1', | ||
vc: true, | ||
@@ -45,0 +45,0 @@ mod: false // set to true if source was modified in project |
{ | ||
"name": "veams-component-form", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "The form component is a complete solution for your forms. It provides ajax functionality, a datepicker (pikaday.js), custom styles for checkboxes and radio buttons, jQuery-free", | ||
@@ -5,0 +5,0 @@ "repository": { |
37673