Skip to content

Releases: visuellverstehen/statamic-classify

v3.0.0

22 May 15:24
99cede2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.6.2...v3.0.0

2.6.2

19 Jan 07:32
31bc60f
Compare
Choose a tag to compare

What's Changed

  • Bumb up symfony/css-selector version to ^7.0 by @doriengr in #33

2.6.1

10 May 12:03
Compare
Choose a tag to compare

What's changed?

2.6.0

18 Apr 12:54
Compare
Choose a tag to compare

What's new?

  • Allow selector chaining (#24)
  • Add support for Laravel 10

2.5.0

13 Apr 12:05
Compare
Choose a tag to compare

What's new?

  • Added a {{ classify }} tag that allows to easily access all style configurations by element/styleset (#30)
  • Added support for Statamic 4

What's improved?

  • Updated the addon description
  • Added more information to readme

Add support for Statamic 3.3 and Laravel 9

13 Apr 09:09
fb998fe
Compare
Choose a tag to compare

What's Changed

  • #26 Add support for Statamic 3.3 and Laravel 9 by @aerni
  • #28 Bump guzzlehttp/psr7 from 2.1.0 to 2.2.1
  • #29 Bump statamic/cms from 3.2.27 to 3.2.39

New Contributors

  • @aerni made their first contribution in #26

Simplify adding css classes if using TailwindCSS

07 Feb 09:33
5d35f73
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.1...2.3.2

2.3.1

30 Sep 10:10
49a31b8
Compare
Choose a tag to compare
  • Prevent error for empty bard fields (#17)

2.3.0

25 Aug 13:25
f6b383c
Compare
Choose a tag to compare

Add Statamic 3.2 support

2.2.0

30 Jun 11:21
b8f4ebc
Compare
Choose a tag to compare

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`,