Skip to content

Latest commit

 

History

History
103 lines (51 loc) · 5.45 KB

CHANGELOG.md

File metadata and controls

103 lines (51 loc) · 5.45 KB

1.0.0-beta.7 (2023-11-15)

🪲 Bug Fixes

1.0.0-beta.6 (2023-11-15)

🪲 Bug Fixes

  • 🐛 make module universal (a6d25af)

🎨 Style

  • 🎨 add missing trailling comma (1a7123f)

1.0.0-beta.5 (2023-11-15)

🪲 Bug Fixes

  • 🐛 import react dom on node (9717ec7)

1.0.0-beta.4 (2023-11-15)

🪲 Bug Fixes

  • 🐛 make component client mode (570bdc1)
  • 🐛 redo imports and manage tick (f2c88d9)
  • 🔥 stop using client-only (8a56466)

🎨 Style

  • 🎨 eslint fix code style (c083761)

1.0.0-beta.3 (2023-11-15)

🪲 Bug Fixes

  • 🐛 dynamic import createRoot onMounted (9454420)

1.0.0-beta.2 (2023-11-15)

🪲 Bug Fixes

  • 🐛 use ES6 async import (e2679ad)

🎨 Style

  • 🎨 lint fix code (b827362)
  • 🎨 remove unecessary brackets (98178f5)

1.0.0-beta.1 (2023-11-15)

🪲 Bug Fixes

  • 🐛 handle excalidraw default import (44b49c6)

1.0.0-beta.0 (2023-11-15)

📂 Documentation

0.1.0 (2023-11-14)

✨ Features

  • ✨ add minimal example on playground (d76cc46)
  • ✨ create excalidraw board component (647f6c7)
  • ✨ define module (2344782)
  • 🎉 init (5b584b8)

⚙️ Chore

  • 🔥 remove inexisting config on nuxt.config playground (6d28e07)
  • ➕ add dependencies and configure package.json (699b359)
  • 📌 pin node version on nvm (6cd5133)
  • 🧑‍💻 configure eslint (96fe24d)
  • 🧑‍💻 define vscode settings and extensions (6f43ce7)
  • 🧑‍💻 prettier ignore all (86f5d14)
  • 🔧 configure command for release (201e254)
  • 🔧 configure release-it (75c2506)

🧪 Test

  • 🔥 remove standard tests (18ea3ae)