Skip to content

Commit 8f9e1d4

Browse files
chore(release): 11.0.0-beta.13 [skip ci]
# [@projectcaluma/ember-form-v11.0.0-beta.13](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-form-v11.0.0-beta.12...@projectcaluma/ember-form-v11.0.0-beta.13) (2022-03-11) ### Bug Fixes * **form:** don't refetch dynamic options on validation ([27061c6](27061c6)) * **form:** fix input in date fields ([cf54bf5](cf54bf5)) * **navigation:** exclude static questions from visible fields ([6ebd085](6ebd085)) * **workflow:** return case status on complete / skip work-item mutation ([524453c](524453c)) ### Features * **form:** support passing component override classes ([9409c7c](9409c7c))
1 parent 5362e0c commit 8f9e1d4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/form/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [@projectcaluma/ember-form-v11.0.0-beta.13](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-form-v11.0.0-beta.12...@projectcaluma/ember-form-v11.0.0-beta.13) (2022-03-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **form:** don't refetch dynamic options on validation ([27061c6](https://github.com/projectcaluma/ember-caluma/commit/27061c67f0562508f558305247cb51d615fa36b0))
7+
* **form:** fix input in date fields ([cf54bf5](https://github.com/projectcaluma/ember-caluma/commit/cf54bf5542e35fd7dbe293a9e22288afae6a517a))
8+
* **navigation:** exclude static questions from visible fields ([6ebd085](https://github.com/projectcaluma/ember-caluma/commit/6ebd085098df71fab693dec5282ea4b81d5b9836))
9+
* **workflow:** return case status on complete / skip work-item mutation ([524453c](https://github.com/projectcaluma/ember-caluma/commit/524453c1189b4375ca792fca7d35056b916696f8))
10+
11+
12+
### Features
13+
14+
* **form:** support passing component override classes ([9409c7c](https://github.com/projectcaluma/ember-caluma/commit/9409c7cb5901dcdffec1c0294046da64b74b9922))
15+
116
# [@projectcaluma/ember-form-v11.0.0-beta.12](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-form-v11.0.0-beta.11...@projectcaluma/ember-form-v11.0.0-beta.12) (2022-02-23)
217

318

packages/form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@projectcaluma/ember-form",
3-
"version": "11.0.0-beta.12",
3+
"version": "11.0.0-beta.13",
44
"description": "Ember addon for rendering Caluma forms.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)