mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
BREAKING: In a minority of cases syntax updates may break apps running in very old browsers (such as Internet Explorer), or apps that build Docsify in a custom way with old build tools. To upgrade, build Docsify for older browsers in a custom way, or update existing build tools to handle newer syntax. DEPRECATED: `$docsify.themeColor` is deprecated and will be eventually removed, use a `--theme-color` CSS variable in your style sheet.
1.2 KiB
1.2 KiB
Summary
What kind of change does this PR introduce?
For any code change,
- Related documentation has been updated if needed
- Related tests have been updated or tests have been added
Does this PR introduce a breaking change? (check one)
- Yes
- No
If yes, please describe the impact and migration path for existing applications:
Related issue, if any:
Tested in the following browsers:
- Chrome
- Firefox
- Safari
- Edge