Releases: 10up/cypress-wp-utils
Releases · 10up/cypress-wp-utils
0.4.0
Changed
- Bump
actions/upload-artifact
from v3 to v4 (props @iamdharmesh, @jeffpaul) via #125).
Fixed
- Ensure that the
openDocumentSettingsSidebar
command works properly in all cases (props @aliaghdam, @faisal-alvi, @jeffpaul via #127). - Ensure that the
insertBlock
command works properly in all cases (props @iamdharmesh, @faisal-alvi via #128).
Security
- Bump
braces
from 3.0.2 to 3.0.3 (props @dependabot[bot], @iamdharmesh via #126).
New Contributors
- @aliaghdam made their first contribution in #127
Full Changelog: 0.3.0...0.4.0
View closed items in the milestone.
0.3.0
Changed
- Update version numbers in
run-all-cores.sh
script to include latest versions of WP (props @peterwilsoncc, @Sidsector9 via #122).
Fixed
- Validate that the user logged in properly (props @cadic, @darylldoyle, @peterwilsoncc via #113).
- Ensure the publish button isn't disabled before we click it in the
classicCreatePost
command (props @dkotter, @faisal-alvi via #116). - Address command failures on the latest versions of WordPress (props @Sidsector9, @peterwilsoncc, @iamdharmesh, @darylldoyle via #117).
- Permalink tests clean up routine (props @peterwilsoncc, @dkotter via #120).
Security
- Bump
tj-actions/changed-files
from 37 to 41 (props @dependabot[bot], @peterwilsoncc via #114).
New Contributors
- @Sidsector9 made their first contribution in #117
Full Changelog: 0.2.0...0.3.0
View closed items in the milestone.
0.2.0
Added
- New command,
checkSitemap
, which verifies the sitemap exists (props @jayedul, @jeffpaul, @ravinderk via #97). - New command,
getBlockEditor
, which returns the proper editor element (props @dkotter, @iamdharmesh via #105).
Changed
- Update target branch from
develop
totrunk
for a few workflows (props @cadic, @iamdharmesh via #90). - Update the versions of WordPress we test on to include 6.3 (props @dkotter, @iamdharmesh via #105).
- Bump Cypress version from
10.11.0
to13.0.0
(props @iamdharmesh, @dkotter via #110).
Fixed
- Ensure passing an empty title or content string to
createPost
doesn't cause an error (props @darylldoyle, @faisal-alvi via #95). - Issue with
checkPostExists
failing when there are no posts within a post type (props @darylldoyle, @peterwilsoncc via #100). - Ensure all E2E tests pass when running on WordPress 6.3 (props @dkotter, @iamdharmesh, @TylerB24890 via #105).
Security
- Bump
yaml
from 1.10.2 to 2.2.2 andlint-staged
from 10.5.4 to 13.2.1 (props @dependabot[bot] via #93). - Bump
tough-cookie
from 2.5.0 to 4.1.3 and@cypress/request
from 2.88.10 to 2.88.12 (props @dependabot[bot] via #106). - Bump
word-wrap
from 1.2.3 to 1.2.5 (props @dependabot[bot] via #107).
New Contributors
- @darylldoyle made their first contribution in #95
- @jayedul made their first contribution in #97
- @ravinderk made their first contribution in #97
- @peterwilsoncc made their first contribution in #100
- @dkotter made their first contribution in #105
- @TylerB24890 made their first contribution in #105
Full Changelog: 0.1.0...0.2.0
View closed items in the milestone.
0.1.0
The initial release 🚀
What's Changed
- Logout command by @cadic in #2
- Add test template for code generation by @cadic in #3
- Make sure login form inputs get focused and cleared before typing by @cadic in #12
- Commands to manage terms by @cadic in #10
- Add options for createTerm by @cadic in #16
- Document Settings tab and panel commands by @cadic in #14
- Fix: cypress and custom command autocomplete by @dinhtungdu in #24
- Set Permalink Structure command by @cadic in #17
- Fix login: wait for the page to load completely by @cadic in #26
- Fix openDocumentSettings* commands in case Classic Editor is installed by @cadic in #27
- Plugin commands by @cadic in #25
- WP CLI Commands by @cadic in #29
- createTerm to return term data by @cadic in #30
- Added createPost command. by @iamdharmesh in #28
- Added WP minimum env And Fixed createPost issues in WP<5.8 by @iamdharmesh in #34
- Fix/35
createTerm
tests made compatible with WP minimum env (5.2). by @faisal-alvi in #37 - Close Welcome Guide by @cadic in #42
- Fix openDocumentSettingsPanel and tests by @cadic in #43
- Shell script to test against every major WordPress release by @cadic in #41
- Fix createTerm tests by @cadic in #45
- Add prettier pre-commit hook and format existing codebase. by @iamdharmesh in #48
- Fix: createTerm issue with custom hierarchical taxonomy by @dinhtungdu in #51
- Revert "Fix: createTerm issue with custom hierarchical taxonomy" by @cadic in #53
- Skip parent selection if it's not specified by @cadic in #54
- Single login for all tests by @cadic in #46
- Update readme by @cadic in #49
- Add Hooks to createPost and createTerm by @cadic in #56
- Add/community files by @jeffpaul in #58
- Skip cypress test if no sensitive files changed by @cadic in #57
- Separate build job with cache by @cadic in #60
- Insert Block command by @cadic in #59
- Wrap published post details by @cadic in #64
- Classic Create Post command by @cadic in #65
- Create posts before testing command on existing posts by @cadic in #68
- Added
uploadMedia
command. by @iamdharmesh in #69 - Update notice selector for WP 6.1 in createTerm test by @cadic in #73
- Try: GH Actions summary by @dinhtungdu in #63
- Command/40 Added
checkBlockPatternExists
command. by @faisal-alvi in #62 - Command/39
checkPostExists
from any CPT by @faisal-alvi in #61 - Migrate to Cypress 10 by @iamdharmesh in #74
- Bump simple-git from 3.14.1 to 3.15.1 by @dependabot in #79
- security/71: bump minimum WordPress version from 5.2 to 5.7 by @Sidsector9 in #80
- Fix create term test by @cadic in #82
- Bump simple-git from 3.15.1 to 3.16.0 by @dependabot in #85
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #86
- Fix broken tests in WordPress 6.2 by @cadic in #89
- Release 0.1.0 by @cadic in #87
New Contributors
- @cadic made their first contribution in #2
- @dinhtungdu made their first contribution in #24
- @iamdharmesh made their first contribution in #28
- @faisal-alvi made their first contribution in #37
- @jeffpaul made their first contribution in #58
- @dependabot made their first contribution in #79
- @Sidsector9 made their first contribution in #80
Full Changelog: https://github.com/10up/cypress-wp-utils/commits/0.1.0