All notable changes to this project will be documented in this file, per the Keep a Changelog standard, and will adhere to Semantic Versioning.
Unreleased - TBD
0.2.0 - 2023-08-30
- 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).
- 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).
- 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).
- 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).
0.1.0 - 2023-03-08
- Initial release.