We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5f748 commit 9e5ecfaCopy full SHA for 9e5ecfa
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## v0.2.0 (2020-03-07)
2
+
3
+#### :rocket: Enhancement
4
+* [#10](https://github.com/jelhan/ember-autoresize-modifier/pull/10) avoid unnecessary recalculations of required height ([@jelhan](https://github.com/jelhan))
5
6
+#### :bug: Bug Fix
7
+* [#9](https://github.com/jelhan/ember-autoresize-modifier/pull/9) support box sizing border box ([@jelhan](https://github.com/jelhan))
8
9
+#### Committers: 1
10
+- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
11
12
## v0.1.0 (2020-03-07)
13
14
#### :house: Internal
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-autoresize-modifier",
- "version": "0.1.0",
+ "version": "0.2.0",
"description": "Autoresize Element Modifier for Ember.js",
"keywords": [
"ember-addon"
0 commit comments