Skip to content

Commit d091bac

Browse files
chore(release): 4.0.5
## [4.0.5](v4.0.4...v4.0.5) (2019-12-27) ### Bug Fixes * remove FormAnswer ([548f1b1](548f1b1)) * **document:** fix wrong computed property key ([544f0aa](544f0aa)) * **form:** add proper table validation ([7c6787b](7c6787b)) * **form:** fix isNew property for empty answers ([2491dbf](2491dbf)) * **form:** use parent documents jexl context for table row documents ([aedf903](aedf903))
1 parent 7c6787b commit d091bac

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [4.0.5](https://github.com/projectcaluma/ember-caluma/compare/v4.0.4...v4.0.5) (2019-12-27)
2+
3+
4+
### Bug Fixes
5+
6+
* remove FormAnswer ([548f1b1](https://github.com/projectcaluma/ember-caluma/commit/548f1b1273f7944047b14f02008d198fcadaef5d))
7+
* **document:** fix wrong computed property key ([544f0aa](https://github.com/projectcaluma/ember-caluma/commit/544f0aaa371f95a9b0f77f788421cf0d789e9e22))
8+
* **form:** add proper table validation ([7c6787b](https://github.com/projectcaluma/ember-caluma/commit/7c6787bf5e78d823bf175f60024eb0ad5db0213e))
9+
* **form:** fix isNew property for empty answers ([2491dbf](https://github.com/projectcaluma/ember-caluma/commit/2491dbf4658ff66573e1db0d815bacdcb5a731db))
10+
* **form:** use parent documents jexl context for table row documents ([aedf903](https://github.com/projectcaluma/ember-caluma/commit/aedf903fed5ec3f3a9756f1d82daffa9b6a573ae))
11+
112
## [4.0.4](https://github.com/projectcaluma/ember-caluma/compare/v4.0.3...v4.0.4) (2019-12-11)
213

314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-caluma",
3-
"version": "4.0.4",
3+
"version": "4.0.5",
44
"description": "The Ember.js addon for Caluma",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)