Releases: northernco/NorthernMarkdownBundle
Releases · northernco/NorthernMarkdownBundle
v2.1.1
Changes
- Simplify setting container argument from config by @cpkdevries in #10
Full Changelog: 2.1.0...2.1.1
v2.1.0
Changes
- Allow relative links, add a config for disallowing by @cpkdevries in #9
Full Changelog: 2.0.0...2.1.0
v2.0.0
Breaking Changes
- Previous HTML sanitizer has been abandoned, replaced with Symfony's HTML Sanitizer. This could result in different HTML than before.
Changes
- Updated sanitizer by @natewiebe13 in #8
Full Changelog: 1.2.0...2.0.0
Symfony 6
Features
- Add Symfony 6 Support
Changes
- Drop Symony 4 Support
- Drop EOL PHP Support
PHP 8 Support
Allow installing on PHP 8
Fragment URLs
Changes
- Allow IDs on headings and fragment URLs for linking
Allow Class on ems
Allow class attribute on <em>
Increase Max Length
Fixes
- Character limit was ~20k due to the sanitizer, increased to ~1M to be more reasonable
Table Alignment
Improvements:
- Allow style tag on table cells to enable alignment
Initial Release
- Initial Release