diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b8c471d..026c1315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,38 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v3.17.0](https://github.com/digitalnsw/nsw-design-system/compare/v3.16.1...v3.17.0) + +- fix/issue-395/carousel [`#418`](https://github.com/digitalnsw/nsw-design-system/pull/418) +- Update filters.js [`#416`](https://github.com/digitalnsw/nsw-design-system/pull/416) +- fix/issue-395/popover-js [`#423`](https://github.com/digitalnsw/nsw-design-system/pull/423) +- fix/issue-395/dialogs [`#409`](https://github.com/digitalnsw/nsw-design-system/pull/409) +- Update select.js [`#422`](https://github.com/digitalnsw/nsw-design-system/pull/422) +- fix/issue-395/toggletip-tooltip [`#408`](https://github.com/digitalnsw/nsw-design-system/pull/408) +- Update main-nav.js [`#415`](https://github.com/digitalnsw/nsw-design-system/pull/415) +- fix/issue-395/utilityList [`#406`](https://github.com/digitalnsw/nsw-design-system/pull/406) +- accessibility-enhancement/beforematch/hidden=until-found [`#421`](https://github.com/digitalnsw/nsw-design-system/pull/421) +- Update accordion.js [`#410`](https://github.com/digitalnsw/nsw-design-system/pull/410) +- Add button to queryselector and a fallback if button element is not present [`#413`](https://github.com/digitalnsw/nsw-design-system/pull/413) +- Update tabs.js [`#411`](https://github.com/digitalnsw/nsw-design-system/pull/411) +- Update main.js [`#405`](https://github.com/digitalnsw/nsw-design-system/pull/405) +- Update _date-input.scss [`#420`](https://github.com/digitalnsw/nsw-design-system/pull/420) +- Create html with javascript and add functionality to limit errors [`#404`](https://github.com/digitalnsw/nsw-design-system/pull/404) +- fix/issue-395/globalAlert [`#403`](https://github.com/digitalnsw/nsw-design-system/pull/403) +- fix/issue-395/file-upload [`#402`](https://github.com/digitalnsw/nsw-design-system/pull/402) +- fix/issue-395/link [`#401`](https://github.com/digitalnsw/nsw-design-system/pull/401) +- Minor documentation updates. [`#400`](https://github.com/digitalnsw/nsw-design-system/pull/400) +- Remove non-accessible variations on example pages. [`741eec4`](https://github.com/digitalnsw/nsw-design-system/commit/741eec4b77adf3e095bb69c783f2e57d1a8ede63) +- Updates og image link to be absolute. [`2dfe42d`](https://github.com/digitalnsw/nsw-design-system/commit/2dfe42dc32bd7d17f31611e888e6953c28c12b91) +- Adds in og image and type. [`53842c3`](https://github.com/digitalnsw/nsw-design-system/commit/53842c329617458a65c8da1dcab0b223e5d6d614) + #### [v3.16.1](https://github.com/digitalnsw/nsw-design-system/compare/v3.16.0...v3.16.1) +> 10 May 2024 + - Update utility-list.js [`#396`](https://github.com/digitalnsw/nsw-design-system/pull/396) - info/changelog [`#390`](https://github.com/digitalnsw/nsw-design-system/pull/390) +- Built HTMLstarterkit and updated CHANGELOG.md [`79ce03d`](https://github.com/digitalnsw/nsw-design-system/commit/79ce03d84be9ea8d408b9d1089480a8d632925ac) #### [v3.16.0](https://github.com/digitalnsw/nsw-design-system/compare/v3.15.0...v3.16.0) diff --git a/HTMLstarterkit.zip b/HTMLstarterkit.zip index c16d4332..7de8e98b 100644 Binary files a/HTMLstarterkit.zip and b/HTMLstarterkit.zip differ diff --git a/package.json b/package.json index b66d8388..9a438f85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nsw-design-system", - "version": "3.16.1", + "version": "3.17.0", "description": "Design system for Digital NSW", "main": "dist/main.js", "style": "dist/main.css",