2.1.0
March 5th, 2026
What's Changed
- feat: Statamic v6 support @el-schneider in https://github.com/visuellverstehen/statamic-picturesque/pull/26
- Add unit and feature tests by @simonerd in https://github.com/visuellverstehen/statamic-picturesque/pull/30
Full Changelog: https://github.com/visuellverstehen/statamic-picturesque/compare/v2.0.1...v2.1.0
2.0.1
December 4th, 2025
What's Fixed
- fix: correct auto-ratio calculation in size data parsing by @el-schneider in https://github.com/visuellverstehen/statamic-picturesque/pull/28
Full Changelog: https://github.com/visuellverstehen/statamic-picturesque/compare/v2.0.0...v2.0.1
2.0.0
August 28th, 2025
What's New
- Add
widthandheightattributes to img and sources by @el-schneider in https://github.com/visuellverstehen/statamic-picturesque/pull/23
As these changes will produce a slightly different rendered output and that could potentially (depending on how Picturesque is used) result in a broken layout, we decided to publish this as a major release.
Full Changelog: https://github.com/visuellverstehen/statamic-picturesque/compare/v1.5.0...v2.0.0
1.5.0
August 28th, 2025
What's new
- Add support for Glide parameters by @el-schneider in https://github.com/visuellverstehen/statamic-picturesque/pull/22
- Add config for default glide_fit parameter by @simonerd in https://github.com/visuellverstehen/statamic-picturesque/pull/25
What's fixed
- Remove composer.lock by @florianbrinkmann in https://github.com/visuellverstehen/statamic-picturesque/pull/20
New Contributors
- @el-schneider made their first contribution in https://github.com/visuellverstehen/statamic-picturesque/pull/22
Full Changelog: https://github.com/visuellverstehen/statamic-picturesque/compare/v1.4.7...v1.5.0
1.4.7
October 8th, 2024
What's Changed
- feat: pass inline styles by @juliawarnke in https://github.com/visuellverstehen/statamic-picturesque/pull/19
Full Changelog: https://github.com/visuellverstehen/statamic-picturesque/compare/v1.4.6...v1.4.7
1.4.6
May 17th, 2024
What's Changed
- Add support for Statamic 5 by @doriengr in https://github.com/visuellverstehen/statamic-picturesque/pull/18
New Contributors
- @doriengr made their first contribution in https://github.com/visuellverstehen/statamic-picturesque/pull/18
Full Changelog: https://github.com/visuellverstehen/statamic-picturesque/compare/v1.4.5...v1.4.6
1.4.5
March 4th, 2024
What's Changed
- Provide getAsset method by @juliawarnke in https://github.com/visuellverstehen/statamic-picturesque/pull/15
Full Changelog: https://github.com/visuellverstehen/statamic-picturesque/compare/v1.4.4...v1.4.5
1.4.4
February 26th, 2024
What's improved?
- Handling of picture parameters (e. g. alt text) can now be overwritten to use custom logic (see #13 for context)
1.4.3
February 20th, 2024
What's improved?
- Allow passing on
{{ picture }}tag context to the under-the-hood glide tag
What's fixed?
- Fixed a bug with asset meta values potentially being
null
1.4.2
February 6th, 2024
What's Changed
- Remove trailing slash for void elements by @juliawarnke in https://github.com/visuellverstehen/statamic-picturesque/pull/9
- Provide integers for height and width attribute in image tag by @juliawarnke in https://github.com/visuellverstehen/statamic-picturesque/pull/10
Full Changelog: https://github.com/visuellverstehen/statamic-picturesque/compare/v1.4.1...v1.4.2
1.4.1
January 31st, 2024
What's fixed?
- Fixed a bug in srcset rendering that was introduced with the file format changes in 1.4.0 #8
1.4.0
January 26th, 2024
What's new?
- Generate sources for multiple filetypes, both by default and with local overwrites #7
- Add css classes to the
pictureelement itself, not just to theimgelement #6
The readme was updated with instructions for both changes.
What's improved?
- Improved error handling when supplying an invalid source.
1.3.0
June 20th, 2023
What's new?
- Added the ability to use portrait images
- Added the assets' original dimensions as width/height attributes on the
imgelement
1.2.1
May 30th, 2023
What's Changed
- chore: make sure provided data is already of type asset by @juliawarnke in https://github.com/visuellverstehen/statamic-picturesque/pull/2
New Contributors
- @juliawarnke made their first contribution in https://github.com/visuellverstehen/statamic-picturesque/pull/2
Full Changelog: https://github.com/visuellverstehen/statamic-picturesque/compare/v.1.2.0...v1.2.1
1.2.0
May 24th, 2023
What's new?
- Added a new config option
alt_fullstop(bool, defaultfalse) to ensure alt texts end with a full stop
What's changed?
- fix: use correct
assetproperty instead ofsourceAssetin case of filetype without glide support by @florianbrinkmann in https://github.com/visuellverstehen/statamic-picturesque/pull/1
New contributors
- @florianbrinkmann made their first contribution in https://github.com/visuellverstehen/statamic-picturesque/pull/1
Full Changelog: https://github.com/visuellverstehen/statamic-picturesque/compare/v1.1.0...v.1.2.0
1.1.0
May 17th, 2023
What's improved?
- Image alt text now has all html tags removed
- The "how to use" section of the readme covers the simplest use cases a bit better
1.0.0
April 13th, 2023
As this package is now used in production in several projects already, we figured there's no reason to call it beta anymore.
What's new?
- Added support for Statamic v4