Skip to content

Releases: phikiphp/phiki

v2.0.3

19 Sep 11:51
fe51fe6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

17 Sep 18:32
6d73510
Compare
Choose a tag to compare

What's Changed

  • Verify blade.compiler is available before registering the component namespace by @rodrigopedra in #120

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

08 Sep 16:55
acde7e7
Compare
Choose a tag to compare

Added

Full Changelog: v2.0.0...v2.0.1

v2.0.0-beta7

28 Aug 18:21
461f6dd
Compare
Choose a tag to compare

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

Changed

  • Changed CommonMark extension to fallback to txt grammar when the chosen grammar isn't registered.

v2.0.0-beta6

28 Aug 14:39
Compare
Choose a tag to compare

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::Txt grammar – plaintext, text, plain.

v2.0.0-beta5

28 Aug 08:52
9c57186
Compare
Choose a tag to compare

This is the fifth 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.

Fixed

  • Fixed an issue when replacing dynamic scope names and accessing invalid indexes in the resulting string.

v2.0.0

02 Sep 18:01
461f6dd
Compare
Choose a tag to compare

This marks the first stable release of Phiki v2.0.

The upgrade process for v2.0 isn't super involved, but we have made some larger decisions that could impact more complex integrations.

Please consult the official upgrade guide for more information on how to upgrade your own applications to the latest and greatest version of Phiki.

v2.0.0-beta4

25 Aug 18:51
011a832
Compare
Choose a tag to compare

This is the fourth 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.

Fixed

  • Fixed <pre> tag not receiving a focus class when using CommonMark focus meta.

v2.0.0-beta3

25 Aug 18:45
5506915
Compare
Choose a tag to compare

This is the third 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 new PreDecoration, CodeDecoration, and GutterDecoration decoration objects for applying classes to other places.
  • Added a new code attribute to the <x-phiki::code /> Blade component.

Changed

  • Breaking: Added a new gutter() hook to TransformerInterface – if you were using the interface directly instead of the abstract class, you will need to add this method.

v2.0.0-beta2

25 Aug 02:30
57ae10e
Compare
Choose a tag to compare

This is the second 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