You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ POSSIBLY BREAKING CHANGE ⚠️ Panel ids are moved to classes
So if you've used selectors like #gjs-pn-* (in CSS/JS) you should change them to .gjs-pn-*
Append the Modal inside the container element
Added
Added remove listener to buttons in panels. Closes #824
Added the possibility to render panels outside of the main editor container, eg.
editor.Panels.addPanel({id: 'myNewPanel',el: 'query-selector',// or HTMLELement})
Added the possibility to render Layers, Block, Styles, Selectors and Traits
outside of the main editor container (via appendTo option), eg.