Version 9.0
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.