@redocly/revel 0.77.1 → 0.77.2
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 +9 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/server/config/themes.d.ts.map +1 -1
- package/dist/server/config/themes.js +1 -1
- package/dist/server/config/themes.js.map +1 -1
- package/dist/server/constants.d.ts.map +1 -1
- package/dist/server/constants.js +1 -1
- package/dist/server/constants.js.map +1 -1
- package/dist/server/content/content-provider.d.ts.map +1 -1
- package/dist/server/content/content-provider.js +1 -1
- package/dist/server/content/content-provider.js.map +1 -1
- package/dist/server/content/content-slugger.d.ts.map +1 -1
- package/dist/server/content/content-slugger.js +1 -1
- package/dist/server/content/content-slugger.js.map +1 -1
- package/package.json +7 -3
- package/tsconfig.json +13 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @redocly/revel
|
|
2
2
|
|
|
3
|
+
## 0.77.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a9d94f085: fix: When you create a product directory that only contains directories and no files, the slugs are no longer incorrectly calculated and users can navigate to them as expected.
|
|
8
|
+
- a9d94f085: fix: Dynamic imports of theme `plugin.js` files on Windows work as expected.
|
|
9
|
+
- a9d94f085: fix: Ignored paths from the Redocly configuration file are converted to Windows paths before matching them to files.
|
|
10
|
+
- a9d94f085: fix: Version directories are detected on Windows.
|
|
11
|
+
|
|
3
12
|
## 0.77.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|