Releases: studio1902/statamic-peak
Releases · studio1902/statamic-peak
v1.15.1
v1.15.0
What's new
- Use and implement
focus-visible
Polyfill: https://github.com/studio1902/statamic-peak#focus-visible - Use and implement the
motion-safe
variant: https://github.com/studio1902/statamic-peak#reduced-motion - Add Cloudflare Web Analytics Tracker. Thanks Vaggelis!
What's improved
- Remove deprecated
scrolling-touch
utility fromresources/views/navigation/_main.antlers.html
.
v1.14.4
v1.14.3
v1.14.2
v1.14.1
What's new
- Added a helper utility by adding the class
?
to quickly identify elements on screen. Original idea by Gavin Joyce. - Added the
php artisan statamic:assets:generate-preset
to the deploy script part of the README.example.md.
What's improved
- Link to the new Tailwind Typography repo in the inline docs.
v1.14.0
What's new
- A Table set for Bard.
- A new and bigger asset preset.
What's improved
- Hide contact form success message after 2500secs. Thanks Frederik!
- Don't let the site be indexed when not in production. Thanks Frederik!
- Improve default form styling.
- Fix Tailwind prose classes not compiling.
- Only apply prose class to
resources/views/components/_text.antlers.html
so bard sets don't inherit prose styles. - Update bard sets styling with margin y.
v1.13.0
What's new
- Upgraded to Tailwind 2.
- Applied the Tailwind 2 migration guide.
- Now importing Tailwind color sets.
- Extend variants instead of overwriting them.
- Use default transition duration and easing.
What's improved
- The common asset fieldset now uses list mode to render assets in the CP.
v1.12.1
What's improved
- Don't init an alpine component on the body for the mobile navigation logic. Move it to where it's actually being used (thanks @philipboomy).
v1.12.0
What's improved
- [Breaking] Ditch the old and use the new Tailwind form plugin. No more specificity and config, just use utility classes in your partials: https://github.com/tailwindlabs/tailwindcss-forms