Skip to content

Version 9.0

Compare
Choose a tag to compare
@dwejikim dwejikim released this 26 Oct 22:01
· 206 commits to master since this release
2e8560e

Composition API: Conversion of Options API to Composition API.
Pinia: Conversion of store from Vuex to Pinia.
TypeScript: Migration of Vue and JS files to TypeScript.
Testing: Conversion of testing from using Vuex to Pinia (implemented testing of Pinia store).

Bugs

  • Fixed nesting of HTML element bugs.
  • Fixed parent/child component relationships on export and code-snippet.
  • Fixed Typing and initial values in store to match actions usage.
  • Fixed adding innerText functionality.
  • Eliminated code redundancy by implementing Composition API and Pinia.