Published to the Chrome Web Store on June 19, 2022
🧑🚀 Pre-Release Builds
✨ Enhancements
- Support for nesting bricks in the Page Editor including If/Else, Try/Except, Looping, and multi-brick Document Builder sub-panels and actions
- Document Builder UI overhaul, including element formatting controls, outline view, drag and drop, and more!
- Add new trigger types: Selection Changed, Page State Changed, and Custom Event (#3554)
- Add new triggers for sidebar panels: Selection Changed, Page State Changes, Custom Event, and Manual
- Revised “Add Brick” model layout in the Page Editor with categories (#3541)
🐛 Bug Fixes
- Eliminate flickering when rendering Sidebar panels (#3571)
🧱 New/Updated Bricks
- The new “Emit Custom Event” brick
@pixiebrix/event
allows you to dispatch a custom event with data. You can receive these events the new “Custom Event” trigger (#3564) - 🎲 Generate random numbers with the
@pixiebrix/random
brick - 🌳 Control flow bricks: If-Else, Try-Except, Retry, For-Each, and For-Each Element
- The Show Sidebar brick now automatically shows a panel from the current blueprint. You can additionally specify a specific panel to show (#3566)
🎨 User Experience
- Automatically switch between Sidebar panels when working in the Page Editor (#3566)
- Improved look and feel of cancelled and errored Sidebar Panels