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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
## v4.0.2 (2021-08-12)
2
+
3
+
#### :memo: Documentation
4
+
*[#33](https://github.com/lolmaus/ember-element-query/pull/33)[docs] ember-container-query does not use ResizeObserver ([@lolmaus](https://github.com/lolmaus))
5
+
6
+
#### :house: Internal
7
+
*[#34](https://github.com/lolmaus/ember-element-query/pull/34) Switch to ember-on-resize-modifier ([@lolmaus](https://github.com/lolmaus))
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "ember-element-query",
3
-
"version": "4.0.1",
3
+
"version": "4.0.2",
4
4
"description": "Use element queries effortlessly on any element or component. Make responsive components with CSS transformations and/or template transfomrations.",
0 commit comments