Releases: nystudio107/craft-typogrify
Releases · nystudio107/craft-typogrify
Version 4.0.1
Changed
- Switch to VitePress
^1.0.0-alpha.29
for the documentation - Add the correct Algolia keys for the doc search functionality
- Add
allow-plugins
to thecomposer.json
to enable CI to work
Fixed
- Fixed an issue where
null
or other non-string values were not typecast when passed totruncate()
ortruncateOnWord()
Version 1.1.20
Changed
- Switch to VitePress
^1.0.0-alpha.29
for the documentation - Add the correct Algolia keys for the doc search functionality
- Add
allow-plugins
to thecomposer.json
to enable CI to work
Version 4.0.0
Added
- Initial Craft CMS 4 release
Fixed
- Fixed the various filters to allow for the passing of empty values via (#73)
Version 4.0.0-beta.2
Fixed
- Updated types for Craft CMS
4.0.0-alpha.1
via Rector
Version 4.0.0-beta.1
Added
- Initial Craft CMS 4 compatibility
Version 1.1.19
1.1.19 - 2022.02.22
Added
- Add
.gitattributes
&CODEOWNERS
Changed
- Switched documentation system to VitePress
- Use Textlint for the documentation
- Build documentation automatically via GitHub action
Version 1.1.18
Changed
- Fixed an issue where
wordLimit
turns "à" characters into "�" - Updated Twig namespacing to be compliant with deprecated class aliases in 2.7.x
Version 1.1.17
Changed
- Fixed an issue where
wordLimit
always appended the ellipsis, regardless of whether truncation happened or not - Allow for escaping inputs by default
Version 1.1.16
Changed
- Fixed an issue with
pluralize
andsingularize
not respecting the$number
passed in
Version 1.1.15
Changed
- Allow
null
to be passed in to the various filters - Once again, revert to not auto-escaping text that is passed in