-
Notifications
You must be signed in to change notification settings - Fork 665
Comparing changes
Open a pull request
base repository: vuejs/vue-test-utils
base: 4fb9dec
head repository: vuejs/vue-test-utils
compare: 9627a80
- 13 commits
- 160 files changed
- 9 contributors
Commits on Jan 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e490996 - Browse repository at this point
Copy the full SHA e490996View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19e5e45 - Browse repository at this point
Copy the full SHA 19e5e45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2734ec4 - Browse repository at this point
Copy the full SHA 2734ec4View commit details
Commits on Feb 8, 2023
-
* chore: add lint cache * chore: update * chore: revert dist
Configuration menu - View commit details
-
Copy full SHA for be11db6 - Browse repository at this point
Copy the full SHA be11db6View commit details
Commits on Feb 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f2cade2 - Browse repository at this point
Copy the full SHA f2cade2View commit details
Commits on Mar 6, 2023
-
fix: navigation key names (#2046)
* fix: navigation key names * chore: update test --------- Co-authored-by: Oleksii Dubok <oleksii.dubok@altium.com>
Configuration menu - View commit details
-
Copy full SHA for 894abd1 - Browse repository at this point
Copy the full SHA 894abd1View commit details -
chore: add @legacy to install script (#2058)
### [커밋 타입]: [작업내용] ##### 본문 - 한 줄에 최대 72 글자까지만 입력하기 # 1. 무엇을 수정했는지 # 2. 왜 수정했는지 # 꼬릿말은 아래에 작성: ex) #이슈 번호 - # [커밋 타입] 리스트 # feat : 기능 (새로운 기능) # fix : 버그 (버그 수정) # refactor : 리팩토링 # style : 스타일 (코드 형식, 세미콜론 추가: 비즈니스 로직에 변경 없음) # docs : 문서 (문서 추가, 수정, 삭제) # test : 테스트 (테스트 코드 추가, 수정, 삭제: 비즈니스 로직에 변경 없음) # chore : 기타 변경사항 (빌드 스크립트 수정 등) # post : 블로그 포스트 추가 (신규 포스트 작성 및 수정) # ------------------ # [체크리스트] # 제목 첫 글자는 대문자로 작성했나요? # 제목은 명령문으로 작성했나요? # 제목 끝에 마침표(.) 금지 # 제목과 본문을 한 줄 띄워 분리하기 # 본문에 여러줄의 메시지를 작성할 땐 "-"로 구분했나요? # ------------------ Now, when the script is executed the latest version is installed. I think we need to add "@legacy" to install version 1.3.4
Configuration menu - View commit details
-
Copy full SHA for 26dc60d - Browse repository at this point
Copy the full SHA 26dc60dView commit details
Commits on Apr 11, 2023
-
fix: add typescript 5 compatible types field (#2062)
* fix: add typescript 5 compatible types field Typescript 5 appears to require a "types" entry in each exports entry even though there is a "types" entry at the root of the package.json * fix: types path must be relative
Configuration menu - View commit details
-
Copy full SHA for c9b46f3 - Browse repository at this point
Copy the full SHA c9b46f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d085e48 - Browse repository at this point
Copy the full SHA d085e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d4543d - Browse repository at this point
Copy the full SHA 0d4543dView commit details
Commits on Jun 5, 2023
-
fix: make scoped slots rendering consistent for stubs (#2068)
Co-authored-by: Illya <iklymov@gitlab.com>
Configuration menu - View commit details
-
Copy full SHA for 6b73d4b - Browse repository at this point
Copy the full SHA 6b73d4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a989458 - Browse repository at this point
Copy the full SHA a989458View commit details
Commits on Aug 16, 2023
-
docs: add the portuguese documentation (#2082)
* docs(pt): prepare the ground to upload docs * docs(pt): add `docs/pt/README.md` translated * docs(pt): add `docs/pt/api/README.md` translated * docs(pt): add `docs/pt/api/components/README.md` translated * docs(pt): add `docs/pt/api/components/RouterLinkStub.md` translated * docs(pt): add `docs/pt/api/config.md` translated * docs(pt): add `docs/pt/api/createLocalVue.md` translated * docs(pt): add `docs/pt/api/createWrapper.md` translated * docs(pt): add `docs/pt/api/enableAutoDestroy.md` translated * docs(pt): add `docs/pt/api/mount.md` translated * docs(pt): add `docs/pt/api/options.md` translated * docs(pt): add `docs/pt/api/render.md` translated * docs(pt): add `docs/pt/api/renderToString.md` translated * docs(pt): add `docs/pt/api/selectors.md` translated * docs(pt): add `docs/pt/api/shallowMount.md` translated * docs(pt): add `docs/pt/api/wrapper-array/README.md` translated * docs(pt): add `docs/pt/api/wrapper-array/at.md` translated * docs(pt): add `docs/pt/api/wrapper-array/contains.md` translated * docs(pt): add `docs/pt/api/wrapper-array/destroy.md` translated * docs(pt): add `docs/pt/api/wrapper-array/exists.md` translated * docs(pt): add `docs/pt/api/wrapper-array/filter.md` translated * docs(pt): add `docs/pt/api/wrapper-array/is.md` translated * docs(pt): add `docs/pt/api/wrapper-array/isEmpty.md` translated * docs(pt): add `docs/pt/api/wrapper-array/isVisible.md` translated * docs(pt): add `docs/pt/api/wrapper-array/isVueInstance.md` translated * docs(pt): add `docs/pt/api/wrapper-array/setChecked.md` translated * docs(pt): add `docs/pt/api/wrapper-array/setData.md` translated * docs(pt): add `docs/pt/api/wrapper-array/setMethods.md` translated * docs(pt): add `docs/pt/api/wrapper-array/setProps.md` translated * docs(pt): add `docs/pt/api/wrapper-array/setValue.md` translated * docs(pt): add `docs/pt/api/wrapper-array/trigger.md` translated * docs(pt): add `docs/pt/api/wrapper/README.md` translated * docs(pt): add `docs/pt/api/wrapper/attributes.md` translated * docs(pt): add `docs/pt/api/wrapper/classes.md` translated * docs(pt): add `docs/pt/api/wrapper/contains.md` translated * docs(pt): add `docs/pt/api/wrapper/destroy.md` translated * docs(pt): add `docs/pt/api/wrapper/emitted.md` translated * docs(pt): add `docs/pt/api/wrapper/emittedByOrder.md` translated * docs(pt): add `docs/pt/api/wrapper/exists.md` translated * docs(pt): add `docs/pt/api/wrapper/find.md` translated * docs(pt): add `docs/pt/api/wrapper/findAll.md` translated * docs(pt): add `docs/pt/api/wrapper/findAllComponents.md` translated * docs(pt): add `docs/pt/api/wrapper/findComponent.md` translated * docs(pt): add `docs/pt/api/wrapper/get.md` translated * docs(pt): add `docs/pt/api/wrapper/getComponent.md` translated * docs(pt): add `docs/pt/api/wrapper/html.md` translated * docs(pt): add `docs/pt/api/wrapper/is.md` translated * docs(pt): add `docs/pt/api/wrapper/isEmpty.md` translated * docs(pt): add `docs/pt/api/wrapper/isVisible.md` translated * docs(pt): add `docs/pt/api/wrapper/isVueInstance.md` translated * docs(pt): add `docs/pt/api/wrapper/name.md` translated * docs(pt): add `docs/pt/api/wrapper/overview.md` translated * docs(pt): add `docs/pt/api/wrapper/props.md` translated * docs(pt): add `docs/pt/api/wrapper/setChecked.md` translated * docs(pt): add `docs/pt/api/wrapper/setData.md` translated * docs(pt): add `docs/pt/api/wrapper/setMethods.md` translated * docs(pt): add `docs/pt/api/wrapper/setProps.md` translated * docs(pt): add `docs/pt/api/wrapper/setSelected.md` translated * docs(pt): add `docs/pt/api/wrapper/setValue.md` translated * docs(pt): add `docs/pt/api/wrapper/text.md` translated * docs(pt): add `docs/pt/api/wrapper/trigger.md` translated * docs(pt): add `docs/pt/guides/README.md` translated * docs(pt): add `docs/pt/guides/common-tips.md` translated * docs(pt): add `docs/pt/guides/dom-events.md` translated * docs(pt): add `docs/pt/guides/getting-started.md` translated * docs(pt): add `docs/pt/guides/testing-async-components.md` translated * docs(pt): add `guides/useful-libraries-for-testing.md` translated * docs(pt): add `docs/pt/guides/using-with-typescript.md` translated * docs(pt): add `docs/pt/guides/using-with-vue-router.md` translated * docs(pt): add `docs/pt/guides/using-with-vuex.md` translated * docs(pt): add `docs/pt/installation/README.md` translated * docs(pt): add `docs/pt/installation/semantic-versioning.md` translated * docs(pt): add `installation/using-other-test-runners.md` translated * docs(pt): add `docs/pt/installation/using-with-jest.md` translated * docs(pt): add `docs/pt/upgrading-to-v1/README.md` translated * docs(pt): update the `docs/pt/README.md` to improve translation * docs(pt): update `docs/pt/api/README.md` to a more clean words * docs(pt): update the urls in `docs/pt/api/components/REAME.md` take advantage to update `docs/pt/api/createWrapper` to a more clean set of words. * docs(pt): update the urls in `docs/pt/api/wrapper-array/README.md` * docs(pt): update the urls in `docs/pt/api/wrapper/README.md` * docs(pt): update `docs/pt/api/wrapper/classes.md` to improve translation * docs(pt): update `docs/pt/api/wrapper/contains.md` to improve words * docs(pt): update `docs/pt/api/wrapper/emitted.md` to improve words * docs(pt): update `docs/pt/api/wrapper/overview.md` to improve words * docs(pt): update `docs/pt/api/wrapper/setMethods.md` to improve words * docs(pt): update the urls in `docs/pt/guides/README.md` * docs(pt): update `docs/pt/guides/dom-events.md` to improve words * docs(pt): update `docs/pt/guides/getting-started.md` to improve words * docs(pt): update `docs/pt/guides/using-with-vuex.md` to improve words * docs(pt): update the urls in `docs/pt/installation/README.md` * docs(pt): update `docs/pt/upgrading-to-v1/README.md` to improve words * docs(pt): update the `docs/.vuepress/config.js` * docs(pt): update translations made in `pt/api/wrapper/findComponent.md`
Configuration menu - View commit details
-
Copy full SHA for 9627a80 - Browse repository at this point
Copy the full SHA 9627a80View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4fb9dec...9627a80