## [1.0.0-beta.7](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/compare/1.0.0-beta.6...1.0.0-beta.7) (2023-11-15) ### 🪲 Bug Fixes * :bug: use ReactDOM ([94da43b](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/94da43bd66bf956c4d175e55f55a67b83e956419)) ## [1.0.0-beta.6](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/compare/1.0.0-beta.5...1.0.0-beta.6) (2023-11-15) ### 🪲 Bug Fixes * :bug: make module universal ([a6d25af](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/a6d25af6e105565b7110afee4237416a7ece0b5c)) ### 🎨 Style * :art: add missing trailling comma ([1a7123f](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/1a7123f04cd23bcfd6f5c4db27fa740138089259)) ## [1.0.0-beta.5](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/compare/1.0.0-beta.4...1.0.0-beta.5) (2023-11-15) ### 🪲 Bug Fixes * :bug: import react dom on node ([9717ec7](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/9717ec7293f47cb7372447c959e21b0a2fc4fd25)) ## [1.0.0-beta.4](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/compare/1.0.0-beta.3...1.0.0-beta.4) (2023-11-15) ### 🪲 Bug Fixes * :bug: make component client mode ([570bdc1](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/570bdc1d49f0ae8364d5e268d23350627464bdd0)) * :bug: redo imports and manage tick ([f2c88d9](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/f2c88d9d782ec18d2356c55ef9c26e20cd12db8d)) * :fire: stop using client-only ([8a56466](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/8a5646626d65e90c432d02d604c1ff95b0cd72cb)) ### 🎨 Style * :art: eslint fix code style ([c083761](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/c083761c24a4190f98a297dd923b59327c48d2a0)) ## [1.0.0-beta.3](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/compare/1.0.0-beta.2...1.0.0-beta.3) (2023-11-15) ### 🪲 Bug Fixes * :bug: dynamic import createRoot onMounted ([9454420](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/9454420a0bcc4983f874c8a87862f9f336f3f014)) ## [1.0.0-beta.2](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/compare/1.0.0-beta.1...1.0.0-beta.2) (2023-11-15) ### 🪲 Bug Fixes * :bug: use ES6 async import ([e2679ad](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/e2679adbbc6fca3ea003d32ce6b684f60e3292eb)) ### 🎨 Style * :art: lint fix code ([b827362](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/b82736258eb60b629b20dd9e5a8d4c3c7d61487f)) * :art: remove unecessary brackets ([98178f5](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/98178f52779963a1da56b7e9e1d56c78d894e38d)) ## [1.0.0-beta.1](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/compare/1.0.0-beta.0...1.0.0-beta.1) (2023-11-15) ### 🪲 Bug Fixes * :bug: handle excalidraw default import ([44b49c6](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/44b49c60619f471cde42e6e177d25c40c0f2b620)) ## [1.0.0-beta.0](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/compare/0.1.0...1.0.0-beta.0) (2023-11-15) ### 📂 Documentation * :memo: add contributing ([77956e0](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/77956e0179c279c38388a1a451e7b2e1be0bd4e5)) * :memo: add readme ([d854d09](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/d854d09dcfe5ae82d1dd0cb594bbb202c758f2ab)) ## 0.1.0 (2023-11-14) ### ✨ Features * :sparkles: add minimal example on playground ([d76cc46](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/d76cc462199e9cb347ba50a86044ffb3f8b780cd)) * :sparkles: create excalidraw board component ([647f6c7](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/647f6c7e3fb09d647e6a35bb834fed344a0074ab)) * :sparkles: define module ([2344782](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/23447828f3fc9463d0d49ff40763f8db97791105)) * :tada: init ([5b584b8](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/5b584b8a52304aab3ace2ebf5543f29456d7d6ff)) ### ⚙️ Chore * :fire: remove inexisting config on nuxt.config playground ([6d28e07](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/6d28e0791010048d08459b234cc997bddfa242f8)) * :heavy_plus_sign: add dependencies and configure package.json ([699b359](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/699b35902f98ac75b44b88778ccb420c84035c95)) * :pushpin: pin node version on nvm ([6cd5133](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/6cd5133e2a4843ffa891d1633b9017d8a36ad704)) * :technologist: configure eslint ([96fe24d](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/96fe24d94ce476d22708bc95f9f2352f31cbbdb4)) * :technologist: define vscode settings and extensions ([6f43ce7](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/6f43ce7977e21f4bf83cbcb8f5f63e9c06865496)) * :technologist: prettier ignore all ([86f5d14](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/86f5d1468e3be14a682c0342d72b53e548df8b38)) * :wrench: configure command for release ([201e254](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/201e2544c76f2a9f027815da11fbb2faab39722c)) * :wrench: configure release-it ([75c2506](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/75c2506d6e192e85ded306742f5bef460b6127c0)) ### 🧪 Test * :fire: remove standard tests ([18ea3ae](https://github.com/AngeloSchulerPiletti/nuxt-excalidraw/commit/18ea3ae7093a6660e4c08780ab1b119d59801f65))