@redocly/redoc 0.74.4 → 0.74.5

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.
Files changed (42) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/bin.js +1 -1
  4. package/dist/bin.js.map +1 -1
  5. package/dist/cli/prepare/copy-env-files.d.ts +6 -0
  6. package/dist/cli/prepare/copy-env-files.d.ts.map +1 -0
  7. package/dist/cli/prepare/copy-env-files.js +1 -0
  8. package/dist/cli/prepare/copy-env-files.js.map +1 -0
  9. package/dist/cli/{prepare.d.ts → prepare/index.d.ts} +2 -2
  10. package/dist/cli/prepare/index.d.ts.map +1 -0
  11. package/dist/cli/prepare/index.js +1 -0
  12. package/dist/cli/prepare/index.js.map +1 -0
  13. package/dist/client/App.d.ts.map +1 -1
  14. package/dist/client/App.js +1 -1
  15. package/dist/client/App.js.map +1 -1
  16. package/dist/client/ScriptLoader.d.ts +5 -0
  17. package/dist/client/ScriptLoader.d.ts.map +1 -0
  18. package/dist/client/ScriptLoader.js +1 -0
  19. package/dist/client/ScriptLoader.js.map +1 -0
  20. package/dist/client/app/hooks/useRouteChangeTracker.d.ts.map +1 -1
  21. package/dist/client/app/hooks/useRouteChangeTracker.js +1 -1
  22. package/dist/client/app/hooks/useRouteChangeTracker.js.map +1 -1
  23. package/dist/server/node-bundle-entry.js +1 -1
  24. package/dist/server/node-bundle-entry.js.map +1 -1
  25. package/dist/server/plugins/markdown/markdoc/custom-components/html-script.d.ts +6 -0
  26. package/dist/server/plugins/markdown/markdoc/custom-components/html-script.d.ts.map +1 -0
  27. package/dist/server/plugins/markdown/markdoc/custom-components/html-script.js +1 -0
  28. package/dist/server/plugins/markdown/markdoc/custom-components/html-script.js.map +1 -0
  29. package/dist/server/plugins/markdown/markdoc/custom-components/index.d.ts +1 -0
  30. package/dist/server/plugins/markdown/markdoc/custom-components/index.d.ts.map +1 -1
  31. package/dist/server/plugins/markdown/markdoc/custom-components/index.js +1 -1
  32. package/dist/server/plugins/markdown/markdoc/custom-components/index.js.map +1 -1
  33. package/dist/server/plugins/markdown/markdoc/tags/html.d.ts.map +1 -1
  34. package/dist/server/plugins/markdown/markdoc/tags/html.js +1 -1
  35. package/dist/server/plugins/markdown/markdoc/tags/html.js.map +1 -1
  36. package/dist/server/ssr/render.d.ts.map +1 -1
  37. package/dist/server/ssr/render.js +1 -1
  38. package/dist/server/ssr/render.js.map +1 -1
  39. package/package.json +3 -3
  40. package/dist/cli/prepare.d.ts.map +0 -1
  41. package/dist/cli/prepare.js +0 -1
  42. package/dist/cli/prepare.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @redocly/redoc
2
2
 
3
+ ## 0.74.5
4
+
5
+ ### Patch Changes
6
+
7
+ - e5940b899: fix: Resolved an issue with `<script>` tags not loading from markdown pages and adjust `onRouteChange` hook to wait for all the content scripts.
8
+ - b20a7f597: fix: Fixed a bug where pages that included environment variables would result in either errors in preview and production builds or the environment variable not resolving without an error. To fix this issue, `.env` files are included in the `prepare` command resulting bundle.
9
+ - Updated dependencies [12123b691]
10
+ - @redocly/openapi-docs@3.0.0-alpha.85
11
+ - @redocly/portal-plugin-mock-server@0.1.3
12
+
3
13
  ## 0.74.4
4
14
 
5
15
  ### Patch Changes