Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: merge master -> develop #344

Merged
merged 25 commits into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
91bebdb
fix: work with extremely large results (#291)
AdnoC Mar 25, 2023
ba3ac36
fix(api): properly set timestamp (#292)
AdnoC Apr 6, 2023
e0cc7c7
fix: Update axe-core to v4.6.3 (#298)
attest-team-ci Apr 14, 2023
277ba1b
feat: Update axe-core to v4.7.0 (#299)
attest-team-ci Apr 18, 2023
db75de9
fix(capybara): open browser based on passed symbol (#303)
michael-siek Apr 20, 2023
219e9a6
fix(capybara): open selected browser (#305)
AdnoC Apr 24, 2023
cb3fbc1
fix(watir): spawn firefox windows on windows (#306)
AdnoC Apr 25, 2023
cf4a312
fix(capybara): respect browser choice (#307)
AdnoC Apr 26, 2023
6c73901
chore(release): 4.7.0
michael-siek Apr 27, 2023
9af666e
docs: we do not support safari (#309)
AdnoC Apr 28, 2023
7997b3c
ci: auto patch-release every 2 weeks (#311)
AdnoC Jun 16, 2023
28a606a
ci: auto-patch-release from public repo (#314)
AdnoC Jun 28, 2023
523d062
ci: fix browser-tools version (#316)
AdnoC Jul 26, 2023
a07f7c4
fix: gracefully handle unloaded iframes (#315)
AdnoC Aug 24, 2023
0df5058
fix: handle spurious axe.runPartial returning null (#324)
AdnoC Sep 1, 2023
a3ab1ef
ci: pin chrome version (#325)
AdnoC Sep 7, 2023
d24b510
ci: enable manual run of patch release (#321)
AdnoC Sep 7, 2023
9a0e392
feat: Update axe-core to v4.8.1 (#329)
attest-team-ci Sep 12, 2023
239ad98
Update auto-patch-release.yml
dequejenn Sep 14, 2023
09e3f09
fix(axe-core-api): pin axe-core version to accept patch updates only …
michael-siek Sep 27, 2023
b3789c4
fix: Update axe-core to v4.8.2 (#332)
attest-team-ci Sep 27, 2023
1227bb8
chore(release): 4.8.0
attest-team-ci Sep 27, 2023
dc0a287
Merge branch 'master' into release-1695833812
michael-siek Sep 27, 2023
c84ffa4
Merge pull request #335 from dequelabs/release-1695833812
dequejenn Oct 2, 2023
5071cd8
chore: merge develop -> master
AdnoC Oct 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.8.0](https://github.com/dequelabs/axe-core-gems/compare/v4.6.1...v4.8.0) (2023-09-27)


### Features

* Update axe-core to v4.7.0 ([#299](https://github.com/dequelabs/axe-core-gems/issues/299)) ([81ca285](https://github.com/dequelabs/axe-core-gems/commit/81ca285e2a8ebda7414b5d0543b732141ea6512d))
* Update axe-core to v4.8.1 ([#329](https://github.com/dequelabs/axe-core-gems/issues/329)) ([7fc5a48](https://github.com/dequelabs/axe-core-gems/commit/7fc5a4856c0d75e5b85e932c20bf1cb6207813a8))


### Bug Fixes

* **axe-core-api:** pin axe-core version to accept patch updates only ([#334](https://github.com/dequelabs/axe-core-gems/issues/334)) ([c204367](https://github.com/dequelabs/axe-core-gems/commit/c2043677fcfa8b2a37fa149398f4668ee485e7cb))
* **capybara:** open browser based on passed symbol ([#303](https://github.com/dequelabs/axe-core-gems/issues/303)) ([c43ee49](https://github.com/dequelabs/axe-core-gems/commit/c43ee49744133ca22a32dde767d896b376c77b6c))
* **capybara:** open selected browser ([#305](https://github.com/dequelabs/axe-core-gems/issues/305)) ([311e4da](https://github.com/dequelabs/axe-core-gems/commit/311e4dabfe711c6d2bb0e37e113a86d4c4edcf6a))
* **capybara:** respect browser choice ([#307](https://github.com/dequelabs/axe-core-gems/issues/307)) ([bb0471d](https://github.com/dequelabs/axe-core-gems/commit/bb0471d6ce31c4accabe03de824053f644e6519a))
* gracefully handle unloaded iframes ([#315](https://github.com/dequelabs/axe-core-gems/issues/315)) ([bef7d97](https://github.com/dequelabs/axe-core-gems/commit/bef7d97fc1185f7dad93b0ef01cb1ff71c7a7643))
* handle spurious axe.runPartial returning null ([#324](https://github.com/dequelabs/axe-core-gems/issues/324)) ([3dca4c2](https://github.com/dequelabs/axe-core-gems/commit/3dca4c2cac19f2c5a1e6b5eb918c15c593ec9527))
* Update axe-core to v4.6.3 ([#298](https://github.com/dequelabs/axe-core-gems/issues/298)) ([4dbab74](https://github.com/dequelabs/axe-core-gems/commit/4dbab7457b270180c1ae4d5917128dd330aaf0bb))
* **watir:** spawn firefox windows on windows ([#306](https://github.com/dequelabs/axe-core-gems/issues/306)) ([74de72f](https://github.com/dequelabs/axe-core-gems/commit/74de72f3074559b0d9ab3b3f62e10017010ac20a))

## [4.7.0](https://github.com/dequelabs/axe-core-gems/compare/v4.6.1...v4.7.0) (2023-04-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axe-core-gems",
"version": "4.7.0",
"version": "4.8.0",
"license": "MPL-2.0",
"private": true,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# this version is used by all the packages

module AxeCoreGems
VERSION = "4.7.0"
VERSION = "4.8.0"
end