Hypercontext/linkifyjs
### [`v4.0.2`](https://togithub.com/Hypercontext/linkifyjs/blob/HEAD/CHANGELOG.md#v402)
[Compare Source](https://togithub.com/Hypercontext/linkifyjs/compare/v4.0.1...v4.0.2)
- Fix email address detection with domains containing numbers
### [`v4.0.1`](https://togithub.com/Hypercontext/linkifyjs/blob/HEAD/CHANGELOG.md#v401)
[Compare Source](https://togithub.com/Hypercontext/linkifyjs/compare/v4.0.0...v4.0.1)
- Restore nl2br option for linkify-html
- Fixed duplicate key warning in linkify-react with multiple children
### [`v4.0.0`](https://togithub.com/Hypercontext/linkifyjs/blob/HEAD/CHANGELOG.md#v400)
[Compare Source](https://togithub.com/Hypercontext/linkifyjs/compare/v3.0.4...v4.0.0)
##### BREAKING CHANGES
- Removed deprecated `linkifyjs/string`, `linkifyjs/html`, `linkifyjs/plugins/*`
packages. Use `linkify-string`, `linkify-html` and `linkify-plugin-*` instead.
- Refactored scanner internals break custom link plugins created with Linkify v3
- Links that begin with `mailto:` now have type `url` instead of `email`
- Drop official IE 11 support
##### Added
- `linkify-plugin-ip` plugin for detecting IPv4 and IPv6 addresses
- `linkify-plugin-keyword` plugin for detecting arbitrary keywords
- `linkify.find()` function accepts an `options` argument for output formatting
- New `render` option to override link rendering
- Second `optionalSlashSlash` argument for `registerCustomProtocol` to allow links that don't require `//` after `scheme:`
- Link token methods `toFormattedString(options)`, `toFormattedHref(options)` and `toFormattedObject(options)` that accept a `linkify.Options` object
- More granular scanner tokens for improved plugin flexibility
- `linkify-react`: New `as` property (alias for `tagName`)
##### Fixed
- Improved link detection with mixed languages
- Consistent option availability across interfaces (including `truncate`)
- `linkify-html`: Improved HTML entity parsing
Configuration
๐ Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
๐ฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.
โป Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
๐ Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^3.0.4
->^4.0.0
Release Notes
Hypercontext/linkifyjs
### [`v4.0.2`](https://togithub.com/Hypercontext/linkifyjs/blob/HEAD/CHANGELOG.md#v402) [Compare Source](https://togithub.com/Hypercontext/linkifyjs/compare/v4.0.1...v4.0.2) - Fix email address detection with domains containing numbers ### [`v4.0.1`](https://togithub.com/Hypercontext/linkifyjs/blob/HEAD/CHANGELOG.md#v401) [Compare Source](https://togithub.com/Hypercontext/linkifyjs/compare/v4.0.0...v4.0.1) - Restore nl2br option for linkify-html - Fixed duplicate key warning in linkify-react with multiple children ### [`v4.0.0`](https://togithub.com/Hypercontext/linkifyjs/blob/HEAD/CHANGELOG.md#v400) [Compare Source](https://togithub.com/Hypercontext/linkifyjs/compare/v3.0.4...v4.0.0) ##### BREAKING CHANGES - Removed deprecated `linkifyjs/string`, `linkifyjs/html`, `linkifyjs/plugins/*` packages. Use `linkify-string`, `linkify-html` and `linkify-plugin-*` instead. - Refactored scanner internals break custom link plugins created with Linkify v3 - Links that begin with `mailto:` now have type `url` instead of `email` - Drop official IE 11 support ##### Added - `linkify-plugin-ip` plugin for detecting IPv4 and IPv6 addresses - `linkify-plugin-keyword` plugin for detecting arbitrary keywords - `linkify.find()` function accepts an `options` argument for output formatting - New `render` option to override link rendering - Second `optionalSlashSlash` argument for `registerCustomProtocol` to allow links that don't require `//` after `scheme:` - Link token methods `toFormattedString(options)`, `toFormattedHref(options)` and `toFormattedObject(options)` that accept a `linkify.Options` object - More granular scanner tokens for improved plugin flexibility - `linkify-react`: New `as` property (alias for `tagName`) ##### Fixed - Improved link detection with mixed languages - Consistent option availability across interfaces (including `truncate`) - `linkify-html`: Improved HTML entity parsingConfiguration
๐ Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
๐ฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.
โป Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
๐ Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.