Skip to content

Commit 22ad799

Browse files
author
hubstairs bot
committed
v2.0.0
1 parent 6a60ab7 commit 22ad799

File tree

6 files changed

+61
-4
lines changed

6 files changed

+61
-4
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.0](https://github.com/hubstairs/display-controller/compare/v1.9.0...v2.0.0) (2025-01-15)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* The content inside your container is now a web-component but not an iframe
12+
You can still fallback to the old mode by passing `embedMode: iframe` in the options
13+
* You cannot use an existing iframe anymore
14+
* You cannot use anymore data-hubstairs attributes as options parameters on your container
15+
16+
### Features
17+
18+
* app embedMode JS ([cb98a47](https://github.com/hubstairs/display-controller/commit/cb98a47289f827a39338061dfd484a452f3c1126))
19+
* embed js display model (!142) ([6a60ab7](https://github.com/hubstairs/display-controller/commit/6a60ab7b31dfefc5079f81bbc2c236039fe4530d))
20+
* remove insertion with a preexisting iframe ([5947c05](https://github.com/hubstairs/display-controller/commit/5947c05bb2ef5cc09be42afeebbf0f517d1e01f5))
21+
* remove insertion with html attributes ([538e83c](https://github.com/hubstairs/display-controller/commit/538e83cacb7f39f15836065c09132a9de01f4da4))
22+
23+
24+
### Bug Fixes
25+
26+
* **display-js:** render webcomponent on insert ([8262654](https://github.com/hubstairs/display-controller/commit/826265402aebdecd4e9ebff2be2ef2fcb47c8ee1))
27+
28+
29+
630
## [1.9.0](https://github.com/hubstairs/display-controller/compare/v1.8.0...v1.9.0) (2024-03-25)
731

832

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"packages/*"
66
],
77
"changelogPreset": "conventionalcommits",
8-
"version": "1.9.0"
8+
"version": "2.0.0"
99
}

packages/display-js/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.0](https://github.com/hubstairs/display-controller/compare/v1.9.0...v2.0.0) (2025-01-15)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* The content inside your container is now a web-component but not an iframe
12+
You can still fallback to the old mode by passing `embedMode: iframe` in the options
13+
* You cannot use an existing iframe anymore
14+
* You cannot use anymore data-hubstairs attributes as options parameters on your container
15+
16+
### Features
17+
18+
* app embedMode JS ([cb98a47](https://github.com/hubstairs/display-controller/commit/cb98a47289f827a39338061dfd484a452f3c1126))
19+
* embed js display model (!142) ([6a60ab7](https://github.com/hubstairs/display-controller/commit/6a60ab7b31dfefc5079f81bbc2c236039fe4530d))
20+
* remove insertion with a preexisting iframe ([5947c05](https://github.com/hubstairs/display-controller/commit/5947c05bb2ef5cc09be42afeebbf0f517d1e01f5))
21+
* remove insertion with html attributes ([538e83c](https://github.com/hubstairs/display-controller/commit/538e83cacb7f39f15836065c09132a9de01f4da4))
22+
23+
24+
### Bug Fixes
25+
26+
* **display-js:** render webcomponent on insert ([8262654](https://github.com/hubstairs/display-controller/commit/826265402aebdecd4e9ebff2be2ef2fcb47c8ee1))
27+
28+
29+
630
## [1.9.0](https://github.com/hubstairs/display-controller/compare/v1.8.0...v1.9.0) (2024-03-25)
731

832

packages/display-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubstairs/display-js",
3-
"version": "1.9.0",
3+
"version": "2.0.0",
44
"homepage": "https:/www.hubstairs.com",
55
"repository": {
66
"type": "git",

packages/display-react/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.0](https://github.com/hubstairs/display-controller/compare/v1.9.0...v2.0.0) (2025-01-15)
7+
8+
9+
### Features
10+
11+
* embed js display model (!142) ([6a60ab7](https://github.com/hubstairs/display-controller/commit/6a60ab7b31dfefc5079f81bbc2c236039fe4530d))
12+
13+
14+
615
## [1.9.0](https://github.com/hubstairs/display-controller/compare/v1.8.0...v1.9.0) (2024-03-25)
716

817

packages/display-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubstairs/display-react",
3-
"version": "1.9.0",
3+
"version": "2.0.0",
44
"homepage": "https:/www.hubstairs.com",
55
"repository": {
66
"type": "git",
@@ -61,6 +61,6 @@
6161
},
6262
"dependencies": {
6363
"@babel/runtime": "^7.17.2",
64-
"@hubstairs/display-js": "^1.9.0"
64+
"@hubstairs/display-js": "^2.0.0"
6565
}
6666
}

0 commit comments

Comments
 (0)