Skip to content

Commit 3cfa14c

Browse files
committed
Release 0.7.0
1 parent 3b41a0a commit 3cfa14c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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))
19+
120
## v0.6.1 (2021-08-26)
221

322
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-embedded-snippet",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "Embed Ember apps into external pages with a simple snippet",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)