Releases: visuellverstehen/statamic-classify
Releases · visuellverstehen/statamic-classify
v3.0.0
What's Changed
- Statamic V5 and Laravel 11 support by @SylvesterDamgaard in #34
- Drop support for Statamic 3, laravel 8 and 9 plus php 8.1 and lower by @doriengr in #35
New Contributors
- @SylvesterDamgaard made their first contribution in #34
Full Changelog: 2.6.2...v3.0.0
2.6.2
2.6.1
2.6.0
2.5.0
Add support for Statamic 3.3 and Laravel 9
Simplify adding css classes if using TailwindCSS
What's Changed
- Reimplements HtmlParser using Symfony DomCrawler by @JohnathonKoster in #21
- Simplify adding css classes if using TailwindCSS by @jonassiewertsen in #22
New Contributors
- @JohnathonKoster made their first contribution in #21
Full Changelog: 2.3.1...2.3.2
2.3.1
2.3.0
Add Statamic 3.2 support
2.2.0
Nested tags are supported now 😎
Just to show you one example, which is really handy for lists inside of bard.
`ul li p a` => 'my-secial-css-class-for-nested-links-in-lists`,
`a` => `a-general-link-class`,