Releases: phikiphp/phiki
v2.2.0
What's Changed
- Make league/commonmark an optional dependency by @dereuromark in #136
- Add NEON syntax highlighting support by @dereuromark in #135
Warning
This release includes a change to Phiki's own dependencies that could have an impact on your project.
If you relied on Phiki to install the league/commonmark package as part its dependency chain, you should explicitly require it as part of your project's own dependencies after upgrading to v2.2.0. We have moved league/commonmark to the suggests key instead to allow people who do not need league/commonmark to install the package more simply.
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's Changed
- Add Djot language grammar by @dereuromark in #133
New Contributors
- @dereuromark made their first contribution in #133
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
Full Changelog: v2.0.5...v2.1.0
v2.0.5
What's Changed
- Fix typo by @AhmedAlaa4611 in #126
- Update themes and grammars by @ryangjchandler in #130
New Contributors
- @AhmedAlaa4611 made their first contribution in #126
Full Changelog: v2.0.4...v2.0.5
v2.0.4
v2.0.3
What's Changed
- Minify grammars and themes by @ryangjchandler in #121
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Verify
blade.compileris available before registering the component namespace by @rodrigopedra in #120
New Contributors
- @rodrigopedra made their first contribution in #120
Full Changelog: v2.0.1...v2.0.2
v2.0.1
Added
- Add support and document custom aliases by @ryangjchandler in #119
Full Changelog: v2.0.0...v2.0.1
v2.0.0-beta7
This is the seventh beta release for Phiki v2.0.
If you are upgrading from Phiki v1.0, please consult the upgrade guide for information about breaking changes to Phiki's public API.
Added
- Added support for inline highlight and focus annotations (#109).
Changed
- Changed CommonMark extension to fallback to
txtgrammar when the chosen grammar isn't registered.
v2.0.0-beta6
This is the sixth beta release for Phiki v2.0.
If you are upgrading from Phiki v1.0, please consult the upgrade guide for information about breaking changes to Phiki's public API.
Added
- Added additional aliases for the
Grammar::Txtgrammar –plaintext,text,plain.