diff --git a/CHANGELOG.md b/CHANGELOG.md index b8ce17f56f..394436f7e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) **For example** - DP-1234: The short description text on a [service detail](http://mayflower.digital.mass.gov/?p=pages-detail-for-service-howto-location) page banner ([@organisms/by-template/page-banner](http://mayflower.digital.mass.gov/?p=organisms-page-banner)) should now render ([PR #493](https://github.com/massgov/mayflower/pull/493)) +## 9.5.0 (04/17/2019) + +### Fixed +- (Patternlab) [Footer] DP-1323: remove `` tag from footer. #526 +- (React) [Footer] DP-1323: remove `` tag from footer. #526 + +### Changed +- (PatternLab) [MainNav, Header] DP-6198: a11y change keyboard behavior for navigation to be tab based. #488 +- (PatternLab, React) [Pagination] DP-6354: A11y - fix pagination to use links rather than buttons and access accessibility features. #490 +- (Patternlab, React) [Footer] DP-6358: Change tab order in footer. #527 + ## 9.4.2 (04/10/2019) ### Fixed diff --git a/changelogs/DP-1323.txt b/changelogs/DP-1323.txt deleted file mode 100644 index 3336a96646..0000000000 --- a/changelogs/DP-1323.txt +++ /dev/null @@ -1,5 +0,0 @@ -___EXAMPLE___ -Patch -Change -- (Patternlab) [Footer] DP-1323: remove tag from footer -- (React) [Footer] DP-1323: remove tag from footer diff --git a/changelogs/DP-6198.txt b/changelogs/DP-6198.txt deleted file mode 100644 index 670138618a..0000000000 --- a/changelogs/DP-6198.txt +++ /dev/null @@ -1,4 +0,0 @@ -___DESCRIPTION___ -Changed -Patch -- patternlab / DP-6198: a11y change keyboard behavior for navigation to be tab based. diff --git a/changelogs/DP-6354.txt b/changelogs/DP-6354.txt deleted file mode 100644 index 7930dd8b28..0000000000 --- a/changelogs/DP-6354.txt +++ /dev/null @@ -1,30 +0,0 @@ -___DESCRIPTION___ -Changed -Patch -- patternlab / DP-6354: A11y - fix pagination to use links rather than buttons and access accessibility features - -___POST DEPLOY STEPS___ -1. Do this -2. Then do this - -___CHANGE TYPES___ -- Added for new features. -- Changed for changes in existing functionality. -- Deprecated for soon-to-be removed features. -- Removed for now removed features. -- Fixed for any bug fixes. -- Security in case of vulnerabilities. - -Note: See http://keepachangelog.com/ for more info about changelogs. - -___CHANGE IMPACT___ -- Minor -- Major -- Patch - -Note: Refer to `/docs/for-developers/versioning.md` for more info about change impact according to semantic versioning. - -___PROJECTS PREFIX___ -- Patternlab -- React -- Docs diff --git a/changelogs/DP-6358.txt b/changelogs/DP-6358.txt deleted file mode 100644 index c02a72c226..0000000000 --- a/changelogs/DP-6358.txt +++ /dev/null @@ -1,7 +0,0 @@ -Minor -Changed -- (Patternlab) DP-6358: Change tab order in footer -- (React) [Footer] DP-6358: Change tab order in footer - - -