Skip to content

Releases: plentico/plenti

v0.6.62

12 Sep 21:07
Compare
Choose a tag to compare

Changelog

  • d03a29d Remove file extensions when making web path (#341).
  • eafcb16 Revert "Fix broken _index.json paths (#341)."

v0.6.61

11 Sep 13:28
Compare
Choose a tag to compare

Changelog

v0.6.60

09 Sep 02:44
Compare
Choose a tag to compare

Changelog

  • 4107658 Redirect if evaluated route changes on update (#232).
  • 3280a19 Redirect to newly evaluated route on content creation (#232).

v0.6.59

06 Sep 15:40
0594934
Compare
Choose a tag to compare

Changelog

  • 26fca61 Fix html sanitizer paste feature to fallback on plain text format
  • 0594934 Merge pull request #340 from hlanderdev/master

v0.6.58

21 Aug 13:31
Compare
Choose a tag to compare

Changelog

v0.6.57

20 Aug 21:42
Compare
Choose a tag to compare

Changelog

  • 0d788bb Revert "Run bundle step before minify"

v0.6.56

20 Aug 21:19
45d80cb
Compare
Choose a tag to compare

Changelog

  • 45d80cb Merge pull request #339 from hlanderdev/master
  • 8c116bc Run bundle step before minify
  • 3a79a52 Switch to in memory rather than using a temp dir in bundle process

v0.6.55

20 Aug 20:29
55b41f8
Compare
Choose a tag to compare

Changelog

  • b4cc735 Bundling with esbuild - Bump esbuild version to v0.23.1 - Add esbuild as a direct dependency - Add --bundle/-b build flag to build and serve commands - Rename --benchmark/-b to --profile/-P Note: right now bundle cleans up spa dir and only keeps core/main.js (bundled) and bundle.css. Might want to change this or make it optional.
  • fce65e0 Fix io import in bundle.go
  • 55b41f8 Merge pull request #338 from hlanderdev/master
  • 6a7fe6b Removed excess file copy code in bundle process
  • 8df9494 Removed if block around spa dir cleanup code

v0.6.54

16 Aug 18:05
Compare
Choose a tag to compare

Changelog

v0.6.53

06 Aug 19:57
Compare
Choose a tag to compare

Changelog

  • 9f21fe8 Remove deprecated 'key' from goreleaser (#333).