@redocly/realm 0.86.3 → 0.88.0

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 (38) hide show
  1. package/CHANGELOG.md +45 -5
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/client/app/Link.d.ts.map +1 -1
  4. package/dist/client/app/Link.js +1 -1
  5. package/dist/client/app/Link.js.map +1 -1
  6. package/dist/client/app/hooks/useRouteChangeTracker.d.ts.map +1 -1
  7. package/dist/client/app/hooks/useRouteChangeTracker.js +1 -1
  8. package/dist/client/app/hooks/useRouteChangeTracker.js.map +1 -1
  9. package/dist/server/config/schema.d.ts +2 -3
  10. package/dist/server/config/schema.d.ts.map +1 -1
  11. package/dist/server/config/schema.js.map +1 -1
  12. package/dist/server/constants.d.ts +0 -1
  13. package/dist/server/constants.d.ts.map +1 -1
  14. package/dist/server/constants.js +1 -1
  15. package/dist/server/constants.js.map +1 -1
  16. package/dist/server/content/i18n-config.d.ts.map +1 -1
  17. package/dist/server/content/i18n-config.js +1 -1
  18. package/dist/server/content/i18n-config.js.map +1 -1
  19. package/dist/server/plugins/default-theme/resolve-logo.js +1 -1
  20. package/dist/server/plugins/default-theme/resolve-logo.js.map +1 -1
  21. package/dist/server/plugins/graphql-docs/index.d.ts.map +1 -1
  22. package/dist/server/plugins/graphql-docs/index.js.map +1 -1
  23. package/dist/server/plugins/scorecard/template/views.d.ts.map +1 -1
  24. package/dist/server/plugins/scorecard/template/views.js +1 -1
  25. package/dist/server/plugins/scorecard/template/views.js.map +1 -1
  26. package/dist/server/plugins/sso/index.js +1 -1
  27. package/dist/server/plugins/sso/index.js.map +1 -1
  28. package/dist/server/store.d.ts +83 -1
  29. package/dist/server/store.d.ts.map +1 -1
  30. package/dist/server/store.js +1 -1
  31. package/dist/server/store.js.map +1 -1
  32. package/dist/server/utils/resolve-src-set.d.ts.map +1 -1
  33. package/dist/server/utils/resolve-src-set.js +1 -1
  34. package/dist/server/utils/resolve-src-set.js.map +1 -1
  35. package/dist/server/web-server/routes/dynamic-route.d.ts.map +1 -1
  36. package/dist/server/web-server/routes/dynamic-route.js +1 -1
  37. package/dist/server/web-server/routes/dynamic-route.js.map +1 -1
  38. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # @redocly/realm
2
2
 
3
+ ## 0.88.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 69bc038c88: Changed the `sso` settings to support enabling or disabling different login methods.
8
+
9
+ ### Patch Changes
10
+
11
+ - e216f2d601: Improved styles for theme components such as navbar items, sidebar chevron, scorecard date-time format, markdown edit page button and feedback confirmation popup.
12
+ - 7a679469ad: Fixed logo.srcSet to handle a mix of relative paths and URLs.
13
+ - Updated dependencies [d2331ad65e]
14
+ - Updated dependencies [e216f2d601]
15
+ - @redocly/openapi-docs@3.1.0
16
+ - @redocly/theme@0.37.6
17
+ - @redocly/portal-plugin-mock-server@0.2.10
18
+
19
+ ## 0.87.0
20
+
21
+ ### Minor Changes
22
+
23
+ - 1eb9386054: Added redirect to URL without trailing slash for SEO optimization.
24
+
25
+ ### Patch Changes
26
+
27
+ - a0303b86a5: Fixed an issue where partial folders located in language folders for i18n were not being ignored and instead displayed in the build as normal content.
28
+ - Updated dependencies [e7cdcc46b7]
29
+ - Updated dependencies [f4eeb3a45b]
30
+ - Updated dependencies [4083c1d077]
31
+ - @redocly/openapi-docs@3.0.9
32
+ - @redocly/config@0.6.1
33
+ - @redocly/graphql-docs@0.6.43
34
+ - @redocly/theme@0.37.5
35
+ - @redocly/portal-plugin-mock-server@0.2.9
36
+
37
+ ## 0.86.4
38
+
39
+ ### Patch Changes
40
+
41
+ - @redocly/openapi-docs@3.0.8
42
+ - @redocly/portal-plugin-mock-server@0.2.8
43
+
3
44
  ## 0.86.3
4
45
 
5
46
  ### Patch Changes
@@ -139,7 +180,6 @@
139
180
  ### Minor Changes
140
181
 
141
182
  - 54176a140b: feat: Added the ability to enable fuzzy search. By default, it is set to `false`.
142
- See [Search](/reference/theme/search.md) in the documentation for more information.
143
183
 
144
184
  ### Patch Changes
145
185
 
@@ -176,7 +216,7 @@
176
216
 
177
217
  ### Minor Changes
178
218
 
179
- - 6380e0d826: feat: Added the `removeAttribution` configuration option for the Enterprise plan users. See [Remove attribution](/config/remove-attribution.md) in the documentation for more information.
219
+ - 6380e0d826: feat: Added the `removeAttribution` configuration option for the Enterprise plan users.
180
220
 
181
221
  ### Patch Changes
182
222
 
@@ -209,7 +249,7 @@
209
249
 
210
250
  ### Minor Changes
211
251
 
212
- - 8dbb3d3b1f: feat: Added the ability to configure feedback on a per-product basis for multi-product projects. See the [Add multiple products](/author/how-to/multiple-products.md) page for details.
252
+ - 8dbb3d3b1f: feat: Added the ability to configure feedback on a per-product basis for multi-product projects.
213
253
 
214
254
  ### Patch Changes
215
255
 
@@ -436,7 +476,7 @@
436
476
 
437
477
  ### Minor Changes
438
478
 
439
- - ebb78372d: feat: Added the ability to configure different Google Analytics tracking IDs by products in the `redocly.yaml` configuration file. See the [Add multiple products](/author/how-to/multiple-products.md) documentation for more information.
479
+ - ebb78372d: feat: Added the ability to configure different Google Analytics tracking IDs by products in the `redocly.yaml` configuration file.
440
480
 
441
481
  ### Patch Changes
442
482
 
@@ -562,7 +602,7 @@
562
602
  ### Minor Changes
563
603
 
564
604
  - afcada20f: feat: Improve redirects functionality by supporting query params, external redirects and wildcard pattern in redirect link.
565
- - 9c91703a1: feat: Implemented lang html attribute and expose [current lang](./author/how-to/config-i18n.md#access-the-current-locale) to Markdoc and React pages.
605
+ - 9c91703a1: feat: Implemented lang html attribute and expose current lang to Markdoc and React pages.
566
606
 
567
607
  ### Patch Changes
568
608