@redocly/revel-reef 0.100.2 → 0.100.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 +16 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/client/app/Link.d.ts.map +1 -1
- package/dist/client/app/Link.js +1 -1
- package/dist/client/app/Link.js.map +1 -1
- package/dist/server/fs/types.d.ts +1 -2
- package/dist/server/fs/types.d.ts.map +1 -1
- package/dist/server/plugins/markdown/index.d.ts +1 -1
- package/dist/server/plugins/markdown/index.d.ts.map +1 -1
- package/dist/server/plugins/markdown/index.js.map +1 -1
- package/dist/server/plugins/nav-utils.d.ts.map +1 -1
- package/dist/server/plugins/nav-utils.js +1 -1
- package/dist/server/plugins/nav-utils.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @redocly/revel-reef
|
|
2
2
|
|
|
3
|
+
## 0.100.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1083df99a2: Resolved an issue where local hash links (for example, `#section`) were not working correctly with `Button` and other components.
|
|
8
|
+
- Updated dependencies [1083df99a2]
|
|
9
|
+
- @redocly/theme@0.42.3
|
|
10
|
+
- @redocly/openapi-docs@3.3.18
|
|
11
|
+
- @redocly/portal-plugin-mock-server@0.3.24
|
|
12
|
+
|
|
13
|
+
## 0.100.3
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 5bbc5fe597: Fixed an issue where sidebar links to ignored files were not reported as broken for `sidebars.yaml` files inside non-root folders.
|
|
18
|
+
|
|
3
19
|
## 0.100.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|