Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
clhenrick committed Nov 22, 2023
1 parent dfdd662 commit 7d09d0f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Am I Rent Stabilized Changelog
This changelog describes significant changes to the project. It was first created on November 29, 2020 so does not account for the entire project's history.

## 2023-11-22 A11Y improvements & bug fixes

Accessibility fixes:
- Corrected the usage of heading levels (h1-h6) through out the website so that there is one h1 per page and are sequential (see issue #85)
- Fixes the main navigation's hamburger button (previously was a clickable `<div>`) by making it an actual button.

Other bug fixes & improvements:
- fixes the "start over" button click handler which was previously not working
- cleaned up the main navigation CSS
- removed some unused SCSS partials

## 2023-02-03 App Dependency updates ([#120](https://github.com/clhenrick/am-i-rent-stabilized/pull/120))
- Removed `node-sass` in favor of (Dart) `sass`
- Upgraded `webpack` to latest 4.x version 4.46.0
Expand Down

0 comments on commit 7d09d0f

Please sign in to comment.