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

Add keyboard shortcuts #29

Merged
merged 9 commits into from
May 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
14 changes: 14 additions & 0 deletions .azext/changelog-cache.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"issues": [
{
"id": 1241985140,
"number": 25,
"submitter": "xperiandri",
"title": "Add keyboard shortcuts for improved navigation and UX",
"url": "https://github.com/joachimdalen/azdevops-acceptance-criterias/issues/25"
},
{
"id": 1243868639,
"number": 26,
Expand Down Expand Up @@ -37,6 +44,13 @@
}
],
"pullRequests": [
{
"id": 943376709,
"number": 29,
"submitter": "joachimdalen",
"title": "Add keyboard shortcuts",
"url": "https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/29"
},
{
"id": 943353748,
"number": 27,
Expand Down
32 changes: 30 additions & 2 deletions .azext/changelog.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"publishDate": "2022-05-XX",
"version": "1.1.1",
"version": "1.2.0",
"changes": [
{
"type": "docs",
Expand All @@ -18,13 +18,41 @@
"modules": [
{
"name": "criteria-panel",
"version": "1.1.1",
"version": "1.2.0",
"changes": [
{
"type": "fix",
"description": "Fixed validation messages not showing for checklist items",
"issue": 26,
"pullRequest": 27
},
{
"type": "feature",
"description": "Add key board shortcuts. See the [documentation](https://devops-extensions.dev/docs/extensions/acceptance-criterias/shortcuts) for details.",
"issue": 25,
"pullRequest": 29
}
]
},
{
"name": "admin-hub",
"version": "1.1.0",
"changes": [
{
"type": "feature",
"description": "Update documentation urls",
"pullRequest": 29
}
]
},
{
"name": "work-hub",
"version": "1.1.0",
"changes": [
{
"type": "feature",
"description": "Add buttons to open documentation",
"pullRequest": 29
}
]
}
Expand Down
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.1.1 (2022-05-XX)
## 1.2.0 (2022-05-XX)

### 📝 Documentation (1)

Expand All @@ -17,12 +17,36 @@

### 🐛 Fixes (1)

#### `criteria-panel@1.1.1`
#### `criteria-panel@1.2.0`

- Fixed validation messages not showing for checklist items
- Reported in [GH#26 - Checklist is missing validation messages on items](https://github.com/joachimdalen/azdevops-acceptance-criterias/issues/26)
- Fixed in [PR#27 - Fix missing validation for checklist items](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/27)

### 🚀 Features (3)

#### `[email protected]`

- Add key board shortcuts. See the [documentation](https://devops-extensions.dev/docs/extensions/acceptance-criterias/shortcuts) for details.
- Suggested in [GH#25 - Add keyboard shortcuts for improved navigation and UX](https://github.com/joachimdalen/azdevops-acceptance-criterias/issues/25)
- Added in [PR#29 - Add keyboard shortcuts](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/29)

#### `[email protected]`

- Update documentation urls
- Added in [PR#29 - Add keyboard shortcuts](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/29)

#### `[email protected]`

- Add buttons to open documentation
- Added in [PR#29 - Add keyboard shortcuts](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/29)

## 🌟 Contributors

Thank you to the following for contributing to the latest release

- [@xperiandri](https://github.com/xperiandri)

---

## 1.1.0 (2022-05-16)
Expand Down
Loading