Releases: studio1902/statamic-peak
Releases · studio1902/statamic-peak
v1.11.0
What's improved
- [Breaking] Use Tailwind's aspect ratio plugin for media embeds: https://github.com/tailwindlabs/tailwindcss-aspect-ratio
- [Breaking] Remove Peak's custom breakpoint.
- [Breaking] Add config to use Tailwinds new experimental breakpoint: https://github.com/tailwindlabs/tailwindcss/pull/2468/files
v1.10.0
What's new
- Completely reworked buttons to support internal linking, external linking, linking to phone numbers, e-mail addresses and downloadable assets. The button fieldset uses the just fixed conditional logic in available in Statamic.
What's improved
- Default to position center for background images which saves us a conditional check (thanks @philipboomy).
- Remove localization workaround in mail templates that's not needed anymore since Statamic 3.0.18.
- Actually use the alt attribute in mail templates.
- Collapse page builder replicator sets by default.
v1.9.2
v1.9.1
v1.9.0
v1.8.7
v1.8.6
- [New] Add a README.example.md you could use as a README for new projects.
- [Improved] Add more default options to the .env.example file.
- [Improved] Add
[BOT]
to git integration commit messages so you can skip auto deployments when an editor edits the website (see how your deploy script should look in the README. - [Improved] Add a .env option to disable the stache watcher when your environment (production) only uses the CP for a slight performance gain.
- [Improved] Update the README
v1.8.5
- [New] Add 'break-decent' utility to break words only when needed (handy for big titles).
- [Fixed] Fix bug in
resources/views/snippets/_seo.antlers.html
that outputted the wrong URL forog:image
. Thanks @philipboomy.