@redocly/revel 0.69.2 → 0.69.4
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 +18 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/bin.js +1 -1
- package/dist/bin.js.map +1 -1
- package/dist/cli/develop.d.ts +0 -1
- package/dist/cli/develop.d.ts.map +1 -1
- package/dist/cli/develop.js.map +1 -1
- package/dist/server/plugins/markdown/attribute-resolvers.d.ts.map +1 -1
- package/dist/server/plugins/markdown/attribute-resolvers.js +6 -6
- package/dist/server/plugins/markdown/attribute-resolvers.js.map +1 -1
- package/dist/server/plugins/markdown/index.d.ts.map +1 -1
- package/dist/server/plugins/markdown/index.js +1 -1
- package/dist/server/plugins/markdown/index.js.map +1 -1
- package/dist/server/plugins/markdown/markdoc/partials.d.ts +1 -2
- package/dist/server/plugins/markdown/markdoc/partials.d.ts.map +1 -1
- package/dist/server/plugins/markdown/markdoc/partials.js +1 -1
- package/dist/server/plugins/markdown/markdoc/partials.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,27 @@
|
|
|
1
1
|
# @redocly/revel
|
|
2
2
|
|
|
3
|
+
## 0.69.4
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 57cf01fd2: feat: Support env variable `REDOCLY_CONTENT_DIR` as a value for `--contentDir` CLI flag.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- b6a5ef6c8: fix: Resolve issues with nested partials.
|
|
12
|
+
- 70cd946be: fix: Resolved an issue with portal crashes in some cases due to wrong links parsing.
|
|
13
|
+
|
|
14
|
+
## 0.69.3
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 34578723e: fix: Resolved an issue where links with query params to pages were not working in Markdown.
|
|
19
|
+
- cc564c03e: chore: Resolved a caching issue that occurred during the release process and could have prevented new changes from being included in a released version.
|
|
20
|
+
|
|
3
21
|
## 0.69.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
6
24
|
|
|
7
|
-
- 01f7fe586: feat: Added support for CodeGuide templates as an experimental feature.
|
|
8
25
|
- Updated dependencies [01f7fe586]
|
|
9
26
|
- @redocly/theme@0.32.2
|
|
10
27
|
- @redocly/openapi-docs@3.0.0-alpha.82
|