- improve support for
vite
projects
- bump dependencies
- set focus on select content editable child element only if not empty and if text paragraph
- update
stylo-placeholder-empty
selector to match Stylo
- set focus on second child of the container on load
- attach placeholders listener on load
- "Write a story..." instead of "Write a document..."
- display placeholders according Stylo detection of empty paragraphs
- placeholder empty titles use
::before
- wildcard Stylo peer dependency
- typo
figcaption
is a valid html element notfigurecaption
- support for special paragraphs and children editable or not (
figure
andfigurecaption
)
- functions instead of stateless class
- reset ready store on destroy
- remove
overflow: hidden
(height ultimately solve in next version of Stylo)
overflow: hidden
to hide Stylo when hidden
- host fit width and margin auto as well
- consumer should style Stylo
- drop usage of
deckgo-doc
to native HTML
- remove common "styles"
- new event
docReady
- workaround for Firefox not needed anymore
- Hello World 👋