Skip to content

Releases: spatie/shiki-php

2.1.0

29 Sep 17:24
dc2305e
Compare
Choose a tag to compare

What's Changed

  • Allow running in vanilla PHP projects by @timacdonald in #25
  • Re-add getAvailableLanguages, getAvailableThemes, languageIsAvailable and themeIsAvailable by @s3ththompson in #23

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

19 Feb 09:03
b4bd542
Compare
Choose a tag to compare

Upgrading

  • The getAvailableLanguages, getAvailableThemes, languageIsAvailable and themeIsAvailable methods have been removed. These are no longer necessary as Shiki 1.0 lazy loads these when necessary.

What's Changed

New Contributors

Full Changelog: 1.3.0...2.0.0

1.3.0

01 Jun 11:29
34fe614
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

24 Feb 09:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.7...1.2.0

1.1.7

22 Jul 15:40
Compare
Choose a tag to compare
  • fix Node path

1.1.6

22 Jul 14:51
Compare
Choose a tag to compare
  • add common locations to look for node

1.1.5

12 Jul 11:32
Compare
Choose a tag to compare
  • Update Antlers syntax highlighting

1.1.4

12 Jul 06:51
Compare
Choose a tag to compare
  • Fix compatibility on lower versions of Node

1.1.3

11 Jul 13:33
Compare
Choose a tag to compare
  • Fix an issue where embedded languages weren't being highlighted correctly

1.1.2

11 Jul 10:16
Compare
Choose a tag to compare
  • Fix an issue where focus was applied to the Shiki div when not needed