Skip to content

Tags: blimmer/vue-testing-library

Tags

v6.4.2

Toggle v6.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): expose RenderOptions (testing-library#225) 

v6.4.1

Toggle v6.4.1's commit message
fix: Fix incorrect type definition for emitted 

v5.6.2

Toggle v5.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): exclude tsconfig from types folder in publish flow (testi… …ng-library#213) Port of testing-library/react-testing-library#893 Co-authored-by: Matan Borenkraout <Matanbobi@gmail.com>

v6.4.0

Toggle v6.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Remove Router/Vuex for Vue 3 (testing-library#206) * Remove handling of router/vuex * Fix existing tests * Mark types as deprecated * Add simple vuex example * Improve messaging * Mark store as optional

v6.3.4

Toggle v6.3.4's commit message
fix(install): do not call vue-apollo patch on installation 

v6.3.3

Toggle v6.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(plugins): allow setting vuex/router and custom plugins (testing-l… …ibrary#200) * Do not mount component again on rerender * fix(plugins): allow setting custom plugin and vuex/router * Simplify setting logic

v6.3.2

Toggle v6.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(rerender): Do not mount component again on rerender (testing-libr… …ary#199) * Do not mount component again on rerender * Remove leftover

v6.3.1

Toggle v6.3.1's commit message
fix(types): add missing types for Vue Router 

v6.3.0

Toggle v6.3.0's commit message
chore: Cleanup examples 

v6.2.0

Toggle v6.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add types for Vue 3 (testing-library#180) * Add basic types * Rename main file to properly get types * Fix import statement * Fix compiler options lib * Extract temporary-defined types to its own file * Remove duplicate test * Fix link * Improve tests * Remove unnecessary chars * Add support for file inputs * Update deps * Fix rerender typing test * Remove typecheck step until we figure out how to overcome ts-ignore in node_modules. lol * Update deps