-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Built HTMLstarterkit and updated CHANGELOG.md
- Loading branch information
1 parent
4a7bc4d
commit 22e5cb3
Showing
3 changed files
with
38 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 |
---|---|---|
|
@@ -4,8 +4,44 @@ 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.18.1](https://github.com/digitalnsw/nsw-design-system/compare/v3.18.0...v3.18.1) | ||
|
||
- Adds TypeScript types [`#476`](https://github.com/digitalnsw/nsw-design-system/pull/476) | ||
- Bump send and browser-sync [`#465`](https://github.com/digitalnsw/nsw-design-system/pull/465) | ||
- Bump cookie and socket.io [`#463`](https://github.com/digitalnsw/nsw-design-system/pull/463) | ||
- Adds link sanitisation for all navLinks making solution environment agnostic [`#481`](https://github.com/digitalnsw/nsw-design-system/pull/481) | ||
- Reverts prod baseUrl [`#480`](https://github.com/digitalnsw/nsw-design-system/pull/480) | ||
- Replace condition for active links in side nav [`#479`](https://github.com/digitalnsw/nsw-design-system/pull/479) | ||
- Removes condition for active nav links [`#477`](https://github.com/digitalnsw/nsw-design-system/pull/477) | ||
- Adds svg support to the Support list component [`#475`](https://github.com/digitalnsw/nsw-design-system/pull/475) | ||
- Updates Twitter logo to X and adds in Accessibility attributes to social icons [`#474`](https://github.com/digitalnsw/nsw-design-system/pull/474) | ||
- Removes a pesky / in prod baseUrl [`#473`](https://github.com/digitalnsw/nsw-design-system/pull/473) | ||
- Updates custom domain config for prod [`#472`](https://github.com/digitalnsw/nsw-design-system/pull/472) | ||
- Updates baseUrl settings to remove prod assuming full value with dev remaining as is [`#471`](https://github.com/digitalnsw/nsw-design-system/pull/471) | ||
- Updates baseUrl for prod to remove /nsw-design-system/ [`#470`](https://github.com/digitalnsw/nsw-design-system/pull/470) | ||
- Updates custom domain for docs site [`#469`](https://github.com/digitalnsw/nsw-design-system/pull/469) | ||
- [Snyk] Upgrade @floating-ui/dom from 1.6.10 to 1.6.11 [`#464`](https://github.com/digitalnsw/nsw-design-system/pull/464) | ||
- Updates what's happening page on docs site [`#467`](https://github.com/digitalnsw/nsw-design-system/pull/467) | ||
- Updates sitemaps for new domain [`eec2830`](https://github.com/digitalnsw/nsw-design-system/commit/eec2830639a09c7f77e2eaa0e603daea92b059f2) | ||
- Add tsconfig.json [`7482d2d`](https://github.com/digitalnsw/nsw-design-system/commit/7482d2da9588b78114f825f4c17a1982f6e9372b) | ||
- fix: upgrade @floating-ui/dom from 1.6.10 to 1.6.11 [`e473cdf`](https://github.com/digitalnsw/nsw-design-system/commit/e473cdff86e2939db78d8b82422d0e2dc0a066fd) | ||
- Install [email protected] [`a89bda1`](https://github.com/digitalnsw/nsw-design-system/commit/a89bda1c68d32f915792291972c756b6e52bc781) | ||
- Correct package-lock.json version and dependencies [`74acfe1`](https://github.com/digitalnsw/nsw-design-system/commit/74acfe155b6b15e00094fec7c3a974686e4b7d52) | ||
- Update gulpfile.js [`410a133`](https://github.com/digitalnsw/nsw-design-system/commit/410a133891da1569385f3752bf1d0d2111c8946a) | ||
- Correct package.json exports [`650af61`](https://github.com/digitalnsw/nsw-design-system/commit/650af6143df9b39525a055c4c03b9ae5beb9a17b) | ||
- Fixes active state on side nav on docs site [`bb15797`](https://github.com/digitalnsw/nsw-design-system/commit/bb1579706aa4bfaab426ecf726b56f1a846b2099) | ||
- Pa11y automated testing pause for Github actions [`de21604`](https://github.com/digitalnsw/nsw-design-system/commit/de216049b5cb6aad12fb0989c7fb275d00257155) | ||
- Test Github prod null value to avoid url serialization [`29b2d4e`](https://github.com/digitalnsw/nsw-design-system/commit/29b2d4ea98ab170670a3f3fa1753e43d180bb10e) | ||
- Updates full santization of URL with alt method [`d86f1ee`](https://github.com/digitalnsw/nsw-design-system/commit/d86f1ee01c3dab91b1cda515db93681f70059285) | ||
- Updates OG image with custom domain [`3f8c13c`](https://github.com/digitalnsw/nsw-design-system/commit/3f8c13c58f248a934c71eddfeb102984010a231b) | ||
- Specifies full custom domain for prod [`8b01fc9`](https://github.com/digitalnsw/nsw-design-system/commit/8b01fc93de368929095fca0da9a399e21487929c) | ||
- Export types [`a14970d`](https://github.com/digitalnsw/nsw-design-system/commit/a14970dcdb83564b9470c1ad0dd1b5d43235f2d0) | ||
- Add types npm-script [`2aaff1e`](https://github.com/digitalnsw/nsw-design-system/commit/2aaff1e4e3576b4dace30ba43f1c86167d8d824f) | ||
|
||
#### [v3.18.0](https://github.com/digitalnsw/nsw-design-system/compare/v3.17.5...v3.18.0) | ||
|
||
> 14 October 2024 | ||
- adds Support list component [`#443`](https://github.com/digitalnsw/nsw-design-system/pull/443) | ||
- fix: upgrade @floating-ui/dom from 1.6.9 to 1.6.10 [`#452`](https://github.com/digitalnsw/nsw-design-system/pull/452) | ||
- Adds aria-label values for key CTAs on Map templates [`#462`](https://github.com/digitalnsw/nsw-design-system/pull/462) | ||
|
@@ -34,6 +70,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | |
- Updates documentation and adds in accessiblity updates [`4333251`](https://github.com/digitalnsw/nsw-design-system/commit/43332511a58a1f688981d06d06c0546fb4dc7d15) | ||
- Removes sponsorship and partnership method and updates image names [`bec06a2`](https://github.com/digitalnsw/nsw-design-system/commit/bec06a200019667ac5be48debaa1835205fe87bc) | ||
- Updates departments text variation [`6143ef1`](https://github.com/digitalnsw/nsw-design-system/commit/6143ef147b94eb959eded68d9f5d6a3bb371d979) | ||
- Built HTMLstarterkit and updated CHANGELOG.md [`68a69ce`](https://github.com/digitalnsw/nsw-design-system/commit/68a69ceeca1da4e55abe20dba9f85a2d7bd171d9) | ||
- Updates to documentation and guidance [`51e563f`](https://github.com/digitalnsw/nsw-design-system/commit/51e563fe7061b805702a1a3e250da3249037ff65) | ||
- Additional round of feedback on Support list guidance and demos [`05393d9`](https://github.com/digitalnsw/nsw-design-system/commit/05393d90672d0baf0213e0610094f85808545d19) | ||
- Updates Guidance docs for Support list component from feedback [`a1a2cc3`](https://github.com/digitalnsw/nsw-design-system/commit/a1a2cc37f6d02219e4acae2dabd388efe0fb96e8) | ||
|
Binary file not shown.
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