Skip to content

Commit

Permalink
Release v4.9.1 (#391)
Browse files Browse the repository at this point in the history
No qa needed
  • Loading branch information
dequejenn authored May 13, 2024
2 parents cb20854 + 396d719 commit 27748c5
Show file tree
Hide file tree
Showing 24 changed files with 2,909 additions and 54 deletions.
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
name: Bug report
about: Create a report to help us improve
title: 'BUG: '
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**Environment Happening In**
- [ ] Production
- [ ] QA
- [ ] Dev

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Actual behavior**
A clear and concise description of what actually happened.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Related Tickets**
List out any user story or bug ticket(s) related to this bug.

**Desktop (please complete the following information):**
- Product: [e.g. selenium]
- Product Version: [e.g. v4.7.4]
- Latest Product Version it is NOT happening in: [e.g. v4.7.2]
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Browser Version [e.g. 22]


**Additional context**
Add any other context about the problem here.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

## Epic Link

## Requirements

<!-- Requirements consists of large or small, technical or product changes that need to be implemented within a feature in order to enable the fulfillment of a user’s needs. -->

## User Story

<!-- A user story is an informal explanation of a feature written from the perspective of the end user to articulate how it will provide value to the customer -->

## Acceptance Criteria

<!-- Acceptance criteria define the boundaries of a user story, and are used to confirm when a story is completed and working as intended. -->

## Technical/Implementation Details

## QA Notes/Instructions

<!-- List out any actual steps or information QA needs to have before they begin testing. Make sure to include all scenarios that should be tested as well as their expected outcome (i.e. logged in enterprise user, logged in enterprise admin, logged in individual user, etc) -->

## Out of Scope

## Dependencies
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.bundle
.config
.yardoc
*.lock
InstalledFiles
_yardoc
coverage
Expand Down
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
registry=https://registry.npmjs.org/
package-lock=false
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [4.9.1](https://github.com/dequelabs/axe-core-gems/compare/v4.9.0...v4.9.1) (2024-05-08)


### Bug Fixes

* Safari noSuchWindowException and Page/Frame not ready ([#385](https://github.com/dequelabs/axe-core-gems/issues/385)) ([a02013a](https://github.com/dequelabs/axe-core-gems/commit/a02013a6bdbd78db7d1cd351ed66585072515f6c)), closes [#353](https://github.com/dequelabs/axe-core-gems/issues/353) [#352](https://github.com/dequelabs/axe-core-gems/issues/352) [#353](https://github.com/dequelabs/axe-core-gems/issues/353)
* Update axe-core to v4.9.1 ([#387](https://github.com/dequelabs/axe-core-gems/issues/387)) ([0d32cea](https://github.com/dequelabs/axe-core-gems/commit/0d32ceaaee173a9cad4ae9b566e489ecb5c4a64a))

## [4.9.0](https://github.com/dequelabs/axe-core-gems/compare/v4.8.2...v4.9.0) (2024-03-26)


Expand Down
Loading

0 comments on commit 27748c5

Please sign in to comment.