# 0.0.23 (2022-09-04) ### Build - improve support for `vite` projects # 0.0.22 (2022-08-15) ### Build - bump dependencies # 0.0.21 (2022-05-26) ### Features - set focus on select content editable child element only if not empty and if text paragraph # 0.0.20 (2022-05-26) ### Style - update `stylo-placeholder-empty` selector to match Stylo # 0.0.19 (2022-05-24) ### Features - set focus on second child of the container on load # 0.0.18-1 (2022-05-22) ### Fix - attach placeholders listener on load # 0.0.18 (2022-05-20) ### Features - "Write a story..." instead of "Write a document..." - display placeholders according Stylo detection of empty paragraphs # 0.0.17 (2022-04-03) ### Features - placeholder empty titles use `::before` # 0.0.16 (2022-04-03) ### Build - wildcard Stylo peer dependency # 0.0.15 (2022-03-27) ### Fix - typo `figcaption` is a valid html element not `figurecaption` # 0.0.13-0.0.14 (2022-03-26) ### Features - support for special paragraphs and children editable or not (`figure` and `figurecaption`) ### Refactor - functions instead of stateless class # 0.0.12 (2022-03-19) ### Fix - reset ready store on destroy # 0.0.11 (2022-03-18) ### Styles - remove `overflow: hidden` (height ultimately solve in next version of Stylo) # 0.0.10 (2022-03-15) ### Styles - `overflow: hidden` to hide Stylo when hidden # 0.0.9 (2022-03-15) ### Styles - host fit width and margin auto as well # 0.0.8 (2022-03-15) ### Styles - consumer should style Stylo # 0.0.7 (2022-03-15) ### Features - drop usage of `deckgo-doc` to native HTML # 0.0.6 (2022-03-13) ### Features - remove common "styles" - new event `docReady` # 0.0.5 (2022-03-06) ### Features - workaround for Firefox not needed anymore # 0.0.4 (2022-02-24) ### Features - Hello World 👋