Skip to content

2.6.0 β€” Live editing fixes & improvements

Choose a tag to compare

@bglw bglw released this 25 Feb 00:50
· 605 commits to main since this release

Bug Fixes

  • bookshop tags can now be broken up onto multiple lines in all ssgs (9ea3462)
  • bookshop tags can now be called without props in all ssgs (3e370e8)
  • browser: prevent compression of the bookshop browser javascript (ba132d9)
  • hugo: components passed params directly would not get a binding (77ec44b)
  • hugo: hugo partials passed only a string would error in live editor (8ae7e67)
  • hugo: improve complex templating support in the live editor (5706627)
  • hugo: iterating over a map now works correctly when live editing (408573f)
  • hugo: reduce errors when using assigned variables in components (e6a85c2)
  • live: downgrade data binding errors to console warnings (66e9dfe)

Features

  • generate: add flags to skip default steps (8660328)
  • live: opt-out of live rendering with the live_render flag in props (939be4c)

Performance Improvements

  • live: improve performance by throttling renders (c34e2d4)