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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
2
+
## v0.7.0 (2021-10-26)
3
+
4
+
#### :boom: Breaking Change
5
+
*[#148](https://github.com/kaliber5/ember-embedded-snippet/pull/148) Major refactoring of `embed.js` generation and app integration ([@simonihmig](https://github.com/simonihmig))
6
+
7
+
#### :rocket: Enhancement
8
+
*[#165](https://github.com/kaliber5/ember-embedded-snippet/pull/165) Support inline `<script>` and `<style>` tags ([@simonihmig](https://github.com/simonihmig))
9
+
*[#164](https://github.com/kaliber5/ember-embedded-snippet/pull/164) Ignore scripts/CSS tagged with `data-embedded-ignore` ([@simonihmig](https://github.com/simonihmig))
10
+
*[#155](https://github.com/kaliber5/ember-embedded-snippet/pull/155) Add Embroider support ([@simonihmig](https://github.com/simonihmig))
11
+
*[#149](https://github.com/kaliber5/ember-embedded-snippet/pull/149) Compatibility with ember-auto-import v2 and Ember 4 ([@simonihmig](https://github.com/simonihmig))
12
+
*[#148](https://github.com/kaliber5/ember-embedded-snippet/pull/148) Major refactoring of `embed.js` generation and app integration ([@simonihmig](https://github.com/simonihmig))
13
+
14
+
#### :bug: Bug Fix
15
+
*[#145](https://github.com/kaliber5/ember-embedded-snippet/pull/145) Make sure `args` are never undefined ([@simonihmig](https://github.com/simonihmig))
16
+
17
+
#### Committers: 1
18
+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
0 commit comments