Releases: testing-library/svelte-testing-library
Releases · testing-library/svelte-testing-library
v3.1.1
3.1.1 (2022-04-07)
Bug Fixes
- always destroy most recent component on rerender (a6cc764)
v3.1.0
3.1.0 (2022-03-15)
Features
v3.0.3
3.0.3 (2020-12-25)
Bug Fixes
- github actions wasn't generating dist. fixes #113 (bf4936c)
v3.0.2
3.0.2 (2020-12-23)
Bug Fixes
- .workflows > workflows (46cb3b1)
- github actions (f669b73)
- somehow forgot to add a v before the action version (ebe4b8d)
v3.0.1
3.0.1 (2020-12-23)
Bug Fixes
- eslint error and rerender issue that wouldn't use props (#110) (f0d6b33)
v3.0.0
3.0.0 (2020-03-13)
Bug Fixes
BREAKING CHANGES
v1.11.2
1.11.2 (2020-03-13)
Reverts
- Revert "fix(deps): bump @testing-library/dom from 6.16.0 to 7.0.2 (#78)" (#79) (6caae3a), closes #78 #79
v1.11.1
1.11.1 (2020-03-13)
Bug Fixes
- deps: bump @testing-library/dom from 6.16.0 to 7.0.2 (#78) (402babe)
v1.11.0
1.11.0 (2019-12-06)
Features
- throw error when mixing props and svelte options (805318c)
v1.10.0
1.10.0 (2019-12-06)
Features
- props can now be passed in directly (a2ebeaf), closes #59