Skip to content

Commit

Permalink
Merge pull request #198 from udos86/development
Browse files Browse the repository at this point in the history
1.2.5 (closes #197)
  • Loading branch information
udos86 authored Nov 30, 2016
2 parents 5a6c732 + 3be2594 commit 868601a
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 23 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.2.5

### **Bugfixes**

* `change` **event handler in** `DynamicFormBasicComponent` **corrected (closes [#197](https://github.com/udos86/ng2-dynamic-forms/issues/197))


# 1.2.4

### **Bugfixes**
Expand Down
2 changes: 1 addition & 1 deletion modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng2-dynamic-forms/core",
"version": "1.2.4",
"version": "1.2.5",
"description": "A rapid form development library for Angular 2",
"main": "./bundles/core.umd.js",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions modules/ui-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng2-dynamic-forms/ui-basic",
"version": "1.2.4",
"version": "1.2.5",
"description": "Basic UI package for ng2 Dynamic Forms",
"main": "./bundles/ui-basic.umd.js",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"@angular/core": "^2.2.3",
"@angular/common": "^2.2.3",
"@angular/forms": "^2.2.3",
"@ng2-dynamic-forms/core": "^1.2.4",
"@ng2-dynamic-forms/core": "^1.2.5",
"rxjs": "5.0.0-beta.12"
}
}
4 changes: 2 additions & 2 deletions modules/ui-basic/src/dynamic-form-basic.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[required]="model.required"
[value]="model.value"
(blur)="onFocusChange($event)"
(change)="onChange($event)"
(change)="onValueChange($event)"
(focus)="onFocusChange($event)"/>


Expand All @@ -34,7 +34,7 @@
[model]="controlModel"
[nestedTemplate]="nestedTemplate"
(blur)="onFocusChange($event)"
(change)="onChange($event)"
(change)="onValueChange($event)"
(focus)="onFocusChange($event)"></dynamic-form-basic-control>

<template [ngTemplateOutlet]="customTemplate || nestedTemplate"
Expand Down
4 changes: 2 additions & 2 deletions modules/ui-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng2-dynamic-forms/ui-bootstrap",
"version": "1.2.4",
"version": "1.2.5",
"description": "Bootstrap UI package for ng2 Dynamic Forms",
"main": "./bundles/ui-bootstrap.umd.js",
"keywords": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"@angular/core": "^2.2.3",
"@angular/forms": "^2.2.3",
"@angular/common": "^2.2.3",
"@ng2-dynamic-forms/core": "^1.2.4",
"@ng2-dynamic-forms/core": "^1.2.5",
"bootstrap": "^3.3.7",
"rxjs": "5.0.0-beta.12"
}
Expand Down
4 changes: 2 additions & 2 deletions modules/ui-foundation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng2-dynamic-forms/ui-foundation",
"version": "1.2.4",
"version": "1.2.5",
"description": "Foundation UI package for ng2 Dynamic Forms",
"main": "./bundles/ui-foundation.umd.js",
"keywords": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"@angular/core": "^2.2.3",
"@angular/common": "^2.2.3",
"@angular/forms": "^2.2.3",
"@ng2-dynamic-forms/core": "^1.2.4",
"@ng2-dynamic-forms/core": "^1.2.5",
"foundation-sites": "^6.2.3",
"rxjs": "5.0.0-beta.12"
}
Expand Down
4 changes: 2 additions & 2 deletions modules/ui-kendo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng2-dynamic-forms/ui-kendo",
"version": "1.2.4",
"version": "1.2.5",
"description": "Kendo UI package for ng2 Dynamic Forms",
"main": "./bundles/ui-kendo.umd.js",
"keywords": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"@angular/core": "^2.2.3",
"@angular/common": "^2.2.3",
"@angular/forms": "^2.2.3",
"@ng2-dynamic-forms/core": "^1.2.4",
"@ng2-dynamic-forms/core": "^1.2.5",
"@progress/kendo-angular-dropdowns": "^0.16.11",
"@progress/kendo-angular-inputs": "^0.13.2",
"rxjs": "5.0.0-beta.12"
Expand Down
4 changes: 2 additions & 2 deletions modules/ui-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng2-dynamic-forms/ui-material",
"version": "1.2.4",
"version": "1.2.5",
"description": "Material UI package for ng2 Dynamic Forms",
"main": "./bundles/ui-material.umd.js",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"@angular/common": "^2.2.3",
"@angular/forms": "^2.2.3",
"@angular/material": "^2.0.0-alpha.10",
"@ng2-dynamic-forms/core": "^1.2.4",
"@ng2-dynamic-forms/core": "^1.2.5",
"hammerjs": "^2.0.8",
"rxjs": "5.0.0-beta.12"
}
Expand Down
4 changes: 2 additions & 2 deletions modules/ui-primeng/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng2-dynamic-forms/ui-primeng",
"version": "1.2.4",
"version": "1.2.5",
"description": "PrimeNG UI package for ng2 Dynamic Forms",
"main": "./bundles/ui-primeng.umd.js",
"keywords": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"@angular/core": "^2.2.3",
"@angular/common": "^2.2.3",
"@angular/forms": "^2.2.3",
"@ng2-dynamic-forms/core": "^1.2.4",
"@ng2-dynamic-forms/core": "^1.2.5",
"primeng": "^1.0.0",
"primeui": "^4.1.15",
"rxjs": "5.0.0-beta.12"
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-dynamic-forms",
"version": "1.2.4",
"version": "1.2.5",
"description": "A rapid form development library for Angular 2",
"scripts": {
"build": "gulp build:modules",
Expand Down Expand Up @@ -41,12 +41,12 @@
"@angular/platform-browser": "^2.2.3",
"@angular/platform-browser-dynamic": "^2.2.3",
"@angular/router": "^3.2.3",
"@ng2-dynamic-forms/core": "^1.2.4",
"@ng2-dynamic-forms/ui-basic": "^1.2.4",
"@ng2-dynamic-forms/ui-bootstrap": "^1.2.4",
"@ng2-dynamic-forms/ui-foundation": "^1.2.4",
"@ng2-dynamic-forms/ui-material": "^1.2.4",
"@ng2-dynamic-forms/ui-primeng": "^1.2.4",
"@ng2-dynamic-forms/core": "^1.2.5",
"@ng2-dynamic-forms/ui-basic": "^1.2.5",
"@ng2-dynamic-forms/ui-bootstrap": "^1.2.5",
"@ng2-dynamic-forms/ui-foundation": "^1.2.5",
"@ng2-dynamic-forms/ui-material": "^1.2.5",
"@ng2-dynamic-forms/ui-primeng": "^1.2.5",
"bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"foundation-sites": "^6.2.4",
Expand All @@ -60,7 +60,7 @@
"zone.js": "^0.6.26"
},
"devDependencies": {
"@types/core-js": "^0.9.34",
"@types/core-js": "^0.9.35",
"@types/hammerjs": "^2.0.33",
"@types/jasmine": "^2.5.38",
"@types/node": "^6.0.51",
Expand Down

0 comments on commit 868601a

Please sign in to comment.