Files
Epicnabbo-Catalogus-Updated…/Optimized Atomcms daily updated/vendor/spatie/shiki-php/CHANGELOG.md
T
2025-11-25 22:42:56 +01:00

4.8 KiB

Changelog

All notable changes to shiki-php will be documented in this file.

2.3.1 - 2025-02-18

What's Changed

Full Changelog: https://github.com/spatie/shiki-php/compare/2.3.0...2.3.1

2.3.0 - 2025-02-10

What's Changed

Full Changelog: https://github.com/spatie/shiki-php/compare/2.2.2...2.3.0

2.2.2 - 2024-11-06

What's Changed

Full Changelog: https://github.com/spatie/shiki-php/compare/2.2.1...2.2.2

2.2.1 - 2024-11-05

What's Changed

Full Changelog: https://github.com/spatie/shiki-php/compare/2.2.0...2.2.1

2.2.0 - 2024-11-05

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/shiki-php/compare/2.1.0...2.2.0

2.1.0 - 2024-09-29

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/shiki-php/compare/2.0.0...2.1.0

2.0.0 - 2024-02-19

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: https://github.com/spatie/shiki-php/compare/1.3.0...2.0.0

1.3.0 - 2022-06-01

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/shiki-php/compare/1.2.0...1.3.0

1.2.0 - 2022-02-24

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/shiki-php/compare/1.1.7...1.2.0

1.1.7 - 2021-07-22

  • fix Node path

1.1.6 - 2021-07-22

  • add common locations to look for node

1.1.5 - 2021-07-12

  • Update Antlers syntax highlighting

1.1.4 - 2021-07-12

  • Fix compatibility on lower versions of Node

1.1.3 - 2021-07-11

  • Fix an issue where embedded languages weren't being highlighted correctly

1.1.2 - 2021-07-11

  • Fix an issue where focus was applied to the Shiki div when not needed

1.1.1 - 2021-07-10

  • Fix an issue when passing lines to be highlighted

1.1.0 - 2021-07-10

  • You can now mark lines as highlighted, added, deleted or focus

1.0.2 - 2021-07-09

  • significantly improve speed

1.0.1 - 2021-07-09

  • use default executable name

1.0.0 - 2021-07-09

  • initial release