Skip to content

Releases: blinkk/amagaki-starter

@amagaki/amagaki-starter v2.0.0

22 Feb 05:42
bcd6274
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • switch to preact for templates
  • group partials together
  • use page builder plugin and move to esbuild (#21)

Features

Bug Fixes

  • add missing parenthesis (f2d064c)
  • build frontend on postinstall to fix initial server startup (6bce117)
  • collection path in collection paths (7e26d13)
  • ensure documents are localized when used with renderPartial (947954d)
  • remove manual overrides for index (56efc7f)
  • use iife format for rollup (2514af8)

@amagaki/amagaki-starter v1.0.0

08 Jun 23:30
f969847
Compare
Choose a tag to compare

Features

  • add rollup and remove webpack (464a067)
  • add rollup-plugin-notify (805ee3d)

Bug Fixes