Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Latest commit

 

History

History
230 lines (106 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

230 lines (106 loc) · 10.2 KB

Changelog

3.5.0 (2022-02-22)

Features

  • add type=module support for loading scripts (cc5b242)

3.4.0 (2022-02-22)

Features

  • add googletagmanager.com to preconnect builder (9612512)

Bug Fixes

  • add fonts.googleapis.com to preconnect builder (5ea60a8)
  • ensure preconnect origins are deduped (274cb55)
  • update release-please (258bc61)

Miscellaneous Chores

3.2.2 (2022-02-21)

Bug Fixes

  • beautify sitemap and robots output (eebd05a)
  • simplify document serialization (4aecc2f)

3.2.1 (2022-02-21)

Bug Fixes

  • simplify serialization of pod objects (3c3a38b)

3.2.0 (2022-02-11)

Features

  • add prepend option for head (93d78f8)

3.1.0 (2022-01-26)

Features

  • add smart preconnect tags to page head #41 (a4f5e41)

3.0.1 (2022-01-20)

Bug Fixes

  • building partial gallery for non-existent partials (0f78a04)

3.0.0 (2022-01-19)

⚠ BREAKING CHANGES

  • allow mixing different partial path formats

Features

  • allow mixing different partial path formats (46233e8)

2.1.0 (2022-01-17)

Features

  • add beautifyContainer option (cccc225)

2.0.0 (2022-01-17)

⚠ BREAKING CHANGES

  • add partial context to page markup

Features

  • add partial context to page markup (7ad5560)

1.8.2 (2022-01-16)

Bug Fixes

  • allow partial.id to be specified (a3e04a1)

1.8.1 (2022-01-13)

Bug Fixes

  • support src/partials dir (78d7f92)

1.8.0 (2022-01-12)

Features

1.7.0 (2022-01-12)

Features

  • add support for toggling grid and margins using query params (5daf871)

Bug Fixes

  • allow parameterization of builtin partials (945b4f1)

1.6.1 (2022-01-06)

Bug Fixes

  • issue escaping extra element content (e32f471)

1.6.0 (2022-01-06)

Features

  • add spacingjs to page inspector (5b2e752)

1.5.1 (2021-12-31)

Bug Fixes

  • grid options initializer (a1966f0)

1.5.0 (2021-12-31)

Features

  • make grid configurable, add appendSiteName option (deecd3e)

1.4.1 (2021-12-15)

Bug Fixes

1.4.0 (2021-12-08)

Features

  • add preliminary page inspector (8853068)
  • add screen size to shortcut overlay #16 (575f6d0)

1.3.1 (2021-12-03)

Bug Fixes

  • links to module names in preview gallery (ce8b0f5)

1.3.0 (2021-11-30)

Features

  • add landmark roles to page structure (920a149)

1.2.0 (2021-11-29)

Features

  • use html template tag to construct document (#12) (16ceacb)

Bug Fixes

  • use Nunjucks and SafeString to construct document (2387871)

1.1.2 (2021-11-24)

Bug Fixes

  • inspector label positioning (34c20c2)

1.1.1 (2021-11-24)

Bug Fixes

  • relative URLs on preview gallery (77b6851)

1.1.0 (2021-11-24)

Features

  • add barebones preview gallery (7969883)
  • add preview gallery (610203a)
  • use fingerprints and relative urls by default (9150684)

1.0.0 (2021-11-22)

Features

  • add page builder plugin (e06ccd6)
  • add partial inspector ui (d79669a)
  • add README (8163fd2)
  • add sitemap plugin (93f70e7)
  • Adding options for customizing sitemap.xml and robots.txt paths. (#5) (74a604c)
  • support fallback for header/footer toggles (9ea1453)