-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Release 2.6.1 #1945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release 2.6.1 #1945
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
Yukaii
commented
Oct 1, 2025
- chore: update dependencies and improve markmap integration
- refactor: replace babel-polyfill with core-js and regenerator-runtime
- feat: add optional chaining plugin and update webpack config for markmap and yaml support
- refactor: migrate to ES modules and update webpack config for markmap and yaml support
- fix: add globalThis declaration for compatibility
- fix: use latest api for markmap
- refactor: migrate RevealMarkdown to ES module imports
- chore: update dependencies in package.json and package-lock.json
- docs: edited broken badge travis
- docs: update release note for 2.6.1
- Updated markmap dependencies to versions 0.18.9 for markmap-common and 0.18.12 for markmap-lib and markmap-view. - Refactored import statements in extra.js to use the updated markmap packages. - Added a new helper function to sanitize markmap nodes against XSS vulnerabilities. This update enhances the security and functionality of the markmap integration in the project. Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
- Removed babel-polyfill from package.json and webpack.common.js. - Added core-js and regenerator-runtime as dependencies. - Updated babel-loader to version 8.x in devDependencies. - Ensured compatibility with modern JavaScript features by using core-js and regenerator-runtime. Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
…map and yaml support Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
… and yaml support Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
- Removed the use of global `window.RevealMarkdown` in favor of direct ES module imports in `index.js`, `pretty.js`, and `slide.js`. - Updated `reveal-markdown.js` to export as an ES module, ensuring compatibility with modern JavaScript practices. Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
- Upgraded `archiver` from version 3.1.1 to 7.0.1 for improved functionality and performance. - Added new dependencies including `@isaacs/cliui`, `@pkgjs/parseargs`, and `abort-controller`. - Updated various other dependencies to their latest versions to ensure compatibility and security. This update enhances the overall stability and performance of the project. Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Merge Master
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
jackycute
approved these changes
Oct 1, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.