Open
Conversation
…upport - Updated linkifyjs from ^2.1.3 to ^4.1.3 (fixed security vulnerabilities) - Added support for both Vue 2.7+ and Vue 3 (moved Vue to peerDependencies) - Fixed all dependabot security alerts (0 vulnerabilities) - Modernized build tools: * Babel 6 → Babel 7 with @babel/preset-env * Webpack 1.x → 5.x * ESLint 3.x → 8.x * Karma 1.x → 6.x * Replaced PhantomJS with ChromeHeadless - Updated directive implementation for Vue 2/3 compatibility - Updated tests for Vue 3 - Changed package name to vue-linkify-vue3 - Updated maintainer information - Added CHANGELOG.md documenting all changes
- Fixed 'No default export found' error - Added export default for ES modules - Maintained backward compatibility with CommonJS, AMD, and browser globals
- Fixed 'Could not resolve linkifyjs/html' error - Updated to use linkify-html package (separate in v4.x) - Configured webpack to bundle linkifyjs into the output - Users no longer need to manually install linkifyjs - Reduced from multiple dependencies to self-contained bundle
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
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.
Security fixes and Vue 3 support
Summary
This PR addresses critical security vulnerabilities and adds Vue 3 support while maintaining backward compatibility with Vue 2.7+. All dependencies have been modernized and the package is now properly bundled for use in any environment.
Security Fixes
linkifyjsfrom 2.1.3 to 4.1.3 (addresses multiple security vulnerabilities)linkify-htmlto 4.3.2 (separate package in v4.x)New Features
Updated Dependencies
Production
linkifyjs: 2.1.3 → 4.3.2linkify-html: 4.3.2 (new, required by linkifyjs v4.x)Development (all updated to latest stable versions)
Code Changes
bind/updatefor Vue 2,mounted/updatedfor Vue 3)Build System
Documentation
Testing
Breaking Changes
Version History
Note
This fork is published on npm as
vue-linkify-vue3to avoid conflicts and is actively maintained at https://www.npmjs.com/package/vue-linkify-vue3Users can install and use it immediately: