Skip to content

Commit 6039b7c

Browse files
chore(release): 6.7.0
# [6.7.0](v6.6.1...v6.7.0) (2021-01-14) ### Features * **cfb:** add input for default values ([48a6a7b](48a6a7b)) * **form:** show calculated fields in form and compute their value live ([2f47be2](2f47be2)) * **form-builder:** add calculated fields for the form builder ([dab9ee8](dab9ee8))
1 parent 48a6a7b commit 6039b7c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [6.7.0](https://github.com/projectcaluma/ember-caluma/compare/v6.6.1...v6.7.0) (2021-01-14)
2+
3+
4+
### Features
5+
6+
* **cfb:** add input for default values ([48a6a7b](https://github.com/projectcaluma/ember-caluma/commit/48a6a7b4aee78e718e3b7dd8b580b659361a2cb4))
7+
* **form:** show calculated fields in form and compute their value live ([2f47be2](https://github.com/projectcaluma/ember-caluma/commit/2f47be22535cbaae7856c949efc6c5b2ba38663c))
8+
* **form-builder:** add calculated fields for the form builder ([dab9ee8](https://github.com/projectcaluma/ember-caluma/commit/dab9ee84708642bc054d2a98da15b5f9b14dd5d6))
9+
110
## [6.6.1](https://github.com/projectcaluma/ember-caluma/compare/v6.6.0...v6.6.1) (2020-11-30)
211

312

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-caluma",
3-
"version": "6.6.1",
3+
"version": "6.7.0",
44
"description": "The Ember.js addon for Caluma",
55
"keywords": [
66
"ember-addon",
@@ -125,7 +125,7 @@
125125
"typeface-oxygen": "1.1.13",
126126
"typeface-oxygen-mono": "1.1.13"
127127
},
128-
"//":{
128+
"//": {
129129
"focus-trap": "Focus trap now throws an error if there is no tabbable element on initialization. This breaks the modal dialogs as they are hidden on initialization."
130130
},
131131
"resolutions": {

0 commit comments

Comments
 (0)