Skip to content

Commit 9e4a70c

Browse files
committed
Start changelog for 1.0.0-alpha.5
1 parent dde98e1 commit 9e4a70c

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
v1.0.0-alpha.4
1+
v1.0.0-alpha.5
22
--------------
3-
This is the fourth (of many) alpha and is **NOT ready for production** yet.
3+
This is the fifth (of many) alpha and is **NOT ready for production** yet, reportedly does not work in IE at all.
44

55
This alpha fixes a bunch of array and destroyStrategy bugs.
66

@@ -10,7 +10,21 @@ This alpha fixes a bunch of array and destroyStrategy bugs.
1010

1111
## Changes
1212

13+
### Added
14+
- #612 Added 'required' class to allow appending to or highlighting content when a field is required
15+
16+
### Fixed
17+
18+
v1.0.0-alpha.4
19+
--------------
20+
This is the fourth (of many) alpha and is **NOT ready for production** yet.
21+
22+
This alpha fixes a bunch of array and destroyStrategy bugs.
23+
24+
## Changes
25+
1326
### Fixed
27+
- #602 Custom validator's message not showing
1428
- #689 DestroyStrategy does not trigger when field no longer meets condition
1529
- #750 Removing an invalid array item doesn't work properly
1630
- #769 Model inside Array is not cleaned when Condition fails
@@ -24,6 +38,7 @@ This alpha fixes a few bugs like the annoying "Invalid type, expected array" err
2438
## Changes
2539

2640
### Fixed
41+
- #595 empty properties in schema
2742
- Arrays update validity more consistently, removed Angular version specific code
2843
- Add-ons will now correctly display by the added type being passed to the core correctly
2944
- #625 Unstoppable "Invalid type, expected array" when form initialised with incorrect array content.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-schema-form",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "Create complex forms from a JSON schema with angular.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)