Links
Comment on page

Release 1.4.11

This release was published to the Chrome Web Store on 12/21/2021
🧪
This release is focused on work for upcoming Page Editor improvements to brick configuration and the ability to create interactive documents
To get early access to these features, contact [email protected]

🐛 Bug Fixes

  • Isolate notification style from page and put in middle of page (#2169)
  • Fix bug where you couldn’t re-save blueprint you already saved in the Page Editor (#2162)

🧱 New Bricks

  • @pixiebrix/html/read for reading the DOM HTML of the document or current element (#2082)
  • @pixiebrix/parse-date brick that takes a human readable date and parses it into UTC and local time formats (#2033)

✨ Enhancements

  • Grey the extensions icon when the extension is loading/initializing (#2089)
  • In apiVersion: v3, template expressions are no longer auto-escaped. Instead sanitization occurs where the output would be used in an HTML context (which is how it works for variables) (#2087)