Skip to content

Releases: studio1902/statamic-peak

v1.14.3

03 Dec 15:33
Compare
Choose a tag to compare

What's improved

  • Fixed a bug in the Tailwind config that prevented the VS Code Intellisense plugin from working.

v1.14.2

03 Dec 14:12
Compare
Choose a tag to compare

What's improved

  • Use config:app:name for the logo aria-label.
  • Tpyo's removed from the README. Thanks Jelle!
  • Updated the example README with a space for both the production and the development env vars.

v1.14.1

01 Dec 08:36
Compare
Choose a tag to compare

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

20 Nov 10:28
Compare
Choose a tag to compare

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

19 Nov 19:42
Compare
Choose a tag to compare

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

16 Nov 10:16
Compare
Choose a tag to compare

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

14 Nov 20:02
Compare
Choose a tag to compare

What's improved

v1.11.0

13 Nov 09:22
Compare
Choose a tag to compare

What's improved

v1.10.0

02 Nov 16:23
Compare
Choose a tag to compare

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.

Screenshot 2020-10-30 at 11 47 41

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

26 Oct 10:36
Compare
Choose a tag to compare
  • [Improved] Only output SEO tracker code on production environment.