@trackunit/iris-app-webpack-plugin 0.0.200 → 0.0.201
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
- package/src/lib/index.html +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.0.201](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.200...iris-app-webpack-plugin/0.0.201) (2024-06-11)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* height ([d4d5986](https://github.com/Trackunit/manager/commit/d4d5986b4e38e92640a6decd8845b9462077830a))
|
|
11
|
+
|
|
5
12
|
## [0.0.200](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.199...iris-app-webpack-plugin/0.0.200) (2024-06-11)
|
|
6
13
|
|
|
7
14
|
### Dependency Updates
|
package/package.json
CHANGED
package/src/lib/index.html
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<meta http-equiv="Content-Security-Policy" content="{{cspContent}}" />
|
|
12
12
|
<script nonce="{{nonce}}" src="http://localhost:8097"></script>
|
|
13
13
|
</head>
|
|
14
|
-
<body style="margin: 0px; overflow: auto">
|
|
15
|
-
<div id="single-spa-application:app"
|
|
14
|
+
<body style="margin: 0px; overflow: auto" class="@container">
|
|
15
|
+
<div id="single-spa-application:app" style="height: 100dvh"></div>
|
|
16
16
|
</body>
|
|
17
17
|
</html>
|