-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes
Ryker Blunck edited this page Dec 9, 2022
·
1 revision
- Adds cypress tests.
- Fixes error trying to register custom elements multiple times.
- Canvas tray can be expanded via a post message to support Atomic Author.
- When search from a discussion page, filter to discussion replies automatically.
- Stop keydown event propagation, because it triggers canvas keyboard shortcuts on some pages
- Switch to using a custom HTML element with a shadow DOM. This fixes a bug where canvas js was unintentionally triggering a click on our submit button, but will also address similar issues in the future.
- Switch from webpack to esbuild. This matches our other products, speeds up builds, and greatly reduces the number of dependencies.