-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
933da65
commit 725c5d9
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.0.1" | ||
".": "1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Changelog | ||
|
||
## [1.0.0](https://github.com/inclusive-design/idrc-wcag-reporter/compare/v0.0.1...v1.0.0) (2024-03-12) | ||
|
||
|
||
### Features | ||
|
||
* add Decap CMS previews ([d73ee0f](https://github.com/inclusive-design/idrc-wcag-reporter/commit/d73ee0ff63929423470c0a541ce4978c82fa0e46)) | ||
* add issue creation links (resolves [#7](https://github.com/inclusive-design/idrc-wcag-reporter/issues/7)) ([6623d25](https://github.com/inclusive-design/idrc-wcag-reporter/commit/6623d25553bf20ccb73d3382cc974c96ca484260)) | ||
* add Pages CMS configuration ([26746ac](https://github.com/inclusive-design/idrc-wcag-reporter/commit/26746ac8f88a5737269cc3631f495d81142563e8)) | ||
* add success criteria support to CMS configurations ([e545c1f](https://github.com/inclusive-design/idrc-wcag-reporter/commit/e545c1f22713c58e95e58350a649acceefd83fa0)) | ||
* add supports table, group issues by principle ([7d18565](https://github.com/inclusive-design/idrc-wcag-reporter/commit/7d18565cf9a3ba27a92f2ad06ed0f1727ee9a546)) | ||
* add utility for opening the PDF report ([265b372](https://github.com/inclusive-design/idrc-wcag-reporter/commit/265b372a939764f5acacb1dfdbad68e8552304d8)) | ||
* add xo, convert to ES modules, many other things ([79e459c](https://github.com/inclusive-design/idrc-wcag-reporter/commit/79e459c55bebc2f502fcd1c0db5e7e9d52065cae)) | ||
* improve PDF output ([87920a2](https://github.com/inclusive-design/idrc-wcag-reporter/commit/87920a2aedbc43590f5a6cdb264bd799a6029fbb)) | ||
* major restructure, add Decap CMS configuration ([317fa69](https://github.com/inclusive-design/idrc-wcag-reporter/commit/317fa6995e87f6719b00111cd4630b4d9f70dcff)) | ||
* style improvements and syntax highlighting ([aeaab88](https://github.com/inclusive-design/idrc-wcag-reporter/commit/aeaab88aaa5d9adfb957a082feacc6dab12166cd)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* adjust styles for print vs screen ([75c6efd](https://github.com/inclusive-design/idrc-wcag-reporter/commit/75c6efde6902f463a6598c36e8c68b1dcfa89992)) | ||
* clean up property order ([83caeb5](https://github.com/inclusive-design/idrc-wcag-reporter/commit/83caeb5a3662cb615d54a92db97633dc89732e3c)) | ||
* remove Prince script ([bdc2893](https://github.com/inclusive-design/idrc-wcag-reporter/commit/bdc2893573ab37fe90a41d5c68cff6ed5458a178)) | ||
* simplify CSS ([a5a52c7](https://github.com/inclusive-design/idrc-wcag-reporter/commit/a5a52c7062a3a6194d420154d8d5f93fa60269c1)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* **release:** release 1.0.0 ([933da65](https://github.com/inclusive-design/idrc-wcag-reporter/commit/933da6566b81410b582c9911f5ccca7d02e1587c)) |