Skip to content

Releases: studio1902/statamic-peak

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.

v1.9.1

26 Oct 09:11
Compare
Choose a tag to compare
  • Actually push the latest changes before tagging a release 😩.

v1.9.0

26 Oct 09:09
Compare
Choose a tag to compare
  • [Improved] Split up the Tailwind configuration into multiple files: See #34 for more information.
  • [Improved] Untrack package-lock.json to avoid locking dependencies.

v1.8.7

23 Oct 13:22
Compare
Choose a tag to compare
  • [Improved] Removed validation on the figure fieldset as it won't validate true due to a validation bug in Statamic.

v1.8.6

22 Oct 19:18
Compare
Choose a tag to compare
  • [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

22 Oct 11:12
Compare
Choose a tag to compare
  • [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 for og:image. Thanks @philipboomy.

v1.8.4

21 Oct 12:42
Compare
Choose a tag to compare
  • [Improved] Removed php please make:user from install script as that doesn't work since it requires user feedback. This for now still needs to be run manually.

v1.8.3

21 Oct 12:30
Compare
Choose a tag to compare
  • [Improved] Remove composer.lock file.
  • [Improved] Test if after CLI installation we can run some commands.