Releases: studio1902/statamic-peak
Releases · studio1902/statamic-peak
v1.18.10
What's improved
- Actually commit the
1.18.9
changes regarding site locale in mail templates. Sorry!
- Remove unused
scrollMarginTop
declaration from tailwind.config.typography.js
.
v1.18.9
What's improved
- Use the proper locale variable
site:locale
for localizing form e-mails. The previous variable locale
returns default
for the default site and that could cause issues translating your e-mails. Thanks Jason.
- The README.md now has inline and updated screenshots.
v1.18.8
What's new
- Revoke all cookie consent given before a certain date so users have to consent again. Handy when your privacy policy changed.
- Add a field called
button_type
to buttons so you can style multiple versions. It has two options by default: inline
and button
. The template views/components/_button.antlers.html
defaults to button
.
What's improved
- Translatable labels using the
{{ trans key="{ label }" }}
pattern for checkboxes, radio's and selects.
- Updated JS dependencies.
v1.18.7
What's improved
- Damned trailing comma's! #65 Thanks Vannut.
- Persons and organizations deserve their own URL. #65 Thanks Vannut.
v1.18.6
What's improved
- Use the right OG image dimensions. Thanks Vannut.
v1.18.5
What's new
- Added
resources/css/custom.css
if you prefer defining your custom CSS in actual CSS.
What's improved
- Consistent use of template string in
tailwind.config.peak.js
.
v1.18.4
What's improved
- The page builder replicator is now localizable by default. Thanks Manuel.
- Update DynamicToken route to be compatible with Laravel 8. Thanks Duncan.
v1.18.3
What's improved
- Update
tailwind.config.js
proper key for darkMode
, remove future
and expiremental
keys. Thanks Vlad.
v1.18.2
What's improved
- Fix CSS selector and value so the negative margin bottom actually works on last childs with a class of
w-full
in the outer-grid
. Thank you Manuel.
v1.18.1
What's improved
- Prevent cookie banner from showing when GTM is off.
- Style.