@techdocs/cli 0.0.0-nightly-2021112422718 → 0.0.0-nightly-202111282332
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 +3 -3
- package/dist/techdocs-preview-bundle/.config-schema.json +13 -0
- package/dist/techdocs-preview-bundle/index.html +1 -1
- package/dist/techdocs-preview-bundle/static/{main.e1b04fd1.js → main.84468148.js} +2 -2
- package/dist/techdocs-preview-bundle/static/main.84468148.js.map +1 -0
- package/dist/techdocs-preview-bundle/static/{runtime.e1b04fd1.js → runtime.84468148.js} +1 -1
- package/dist/techdocs-preview-bundle/static/{runtime.e1b04fd1.js.map → runtime.84468148.js.map} +1 -1
- package/dist/techdocs-preview-bundle/static/{vendor.e1b04fd1.js → vendor.84468148.js} +2 -2
- package/dist/techdocs-preview-bundle/static/{vendor.e1b04fd1.js.LICENSE.txt → vendor.84468148.js.LICENSE.txt} +0 -0
- package/dist/techdocs-preview-bundle/static/{vendor.e1b04fd1.js.map → vendor.84468148.js.map} +1 -1
- package/package.json +4 -4
- package/dist/techdocs-preview-bundle/static/main.e1b04fd1.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-202111282332
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 8fbc988bfc: remove internal and inline CSS from index.html
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
10
|
-
- @backstage/techdocs-common@0.0.0-nightly-
|
|
9
|
+
- @backstage/backend-common@0.0.0-nightly-202111282332
|
|
10
|
+
- @backstage/techdocs-common@0.0.0-nightly-202111282332
|
|
11
11
|
|
|
12
12
|
## 0.8.9
|
|
13
13
|
|
|
@@ -274,6 +274,19 @@
|
|
|
274
274
|
"requestUrl": {
|
|
275
275
|
"visibility": "frontend",
|
|
276
276
|
"type": "string"
|
|
277
|
+
},
|
|
278
|
+
"sanitizer": {
|
|
279
|
+
"type": "object",
|
|
280
|
+
"properties": {
|
|
281
|
+
"allowedIframeHosts": {
|
|
282
|
+
"description": "Allows iframe tag only for listed hosts\nExample:\n allowedIframeHosts: [\"example.com\"]\n this will allow all iframes with the host `example.com` in the src attribute",
|
|
283
|
+
"visibility": "frontend",
|
|
284
|
+
"type": "array",
|
|
285
|
+
"items": {
|
|
286
|
+
"type": "string"
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
}
|
|
277
290
|
}
|
|
278
291
|
},
|
|
279
292
|
"required": [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Backstage is an open platform for building developer portals"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><script defer="defer" src="/static/runtime.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Backstage is an open platform for building developer portals"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><script defer="defer" src="/static/runtime.84468148.js"></script><script defer="defer" src="/static/module-material-ui.ed23d76f.js"></script><script defer="defer" src="/static/module-lodash.5fc3fe8a.js"></script><script defer="defer" src="/static/module-date-fns.c7ff5eb2.js"></script><script defer="defer" src="/static/module-ajv.1375df52.js"></script><script defer="defer" src="/static/module-material-table.9755327e.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.da6c1d82.js"></script><script defer="defer" src="/static/module-hot-loader.ec8a2690.js"></script><script defer="defer" src="/static/vendor.84468148.js"></script><script defer="defer" src="/static/main.84468148.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|