You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [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))
***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))
Copy file name to clipboardexpand all lines: package.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "ember-caluma",
3
-
"version": "6.6.1",
3
+
"version": "6.7.0",
4
4
"description": "The Ember.js addon for Caluma",
5
5
"keywords": [
6
6
"ember-addon",
@@ -125,7 +125,7 @@
125
125
"typeface-oxygen": "1.1.13",
126
126
"typeface-oxygen-mono": "1.1.13"
127
127
},
128
-
"//":{
128
+
"//":{
129
129
"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."
0 commit comments