diff --git a/CHANGELOG.md b/CHANGELOG.md index eb261f22..f3b1261a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ 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). +### [v2.0.0](https://github.com/digitalnsw/nsw-design-system/compare/v1.3.0...v2.0.0) + +> 23 March 2020 + +- GDS-721 - design tokens [`#66`](https://github.com/digitalnsw/nsw-design-system/pull/66) +- BREAKING CHANGE: fixes based on results of audit and mega menu update [`#65`](https://github.com/digitalnsw/nsw-design-system/pull/65) +- BREAKING CHANGE: Directional links and pagination consolidation [`#64`](https://github.com/digitalnsw/nsw-design-system/pull/64) +- - updated main nav structure to be inline with new design and UX [`6babbb8`](https://github.com/digitalnsw/nsw-design-system/commit/6babbb8b312122e0ae1e0611288ee31bc227da78) +- BREAKING CHANGE: consolidation work for design tokens [`3a4e614`](https://github.com/digitalnsw/nsw-design-system/commit/3a4e614405319d47222cb98e8519bb841029d512) +- BREAKING CHANGE: main nav mega menu update [`d1845b3`](https://github.com/digitalnsw/nsw-design-system/commit/d1845b3c4932cd27ff09ba3a2d139c6f1a073944) +- - updated some sass mapping values to better align with naming conventions [`fa48063`](https://github.com/digitalnsw/nsw-design-system/commit/fa480632934d3cf515e361fdbc73a69a1e489203) +- - changed breakpoint from sm to md for header border-bottom styles [`3b01ff7`](https://github.com/digitalnsw/nsw-design-system/commit/3b01ff7cebca8d03a74d3bd861506f3aa910b407) +- - removed reference to blockquote from scss import [`b097c3c`](https://github.com/digitalnsw/nsw-design-system/commit/b097c3cbf8f63f2c699bbf3541dd4b8d7289cee3) + #### [v1.3.0](https://github.com/digitalnsw/nsw-design-system/compare/v1.2.1...v1.3.0) > 6 March 2020 @@ -13,7 +27,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix: updated multiple cards in grid to have one type as per documentation [`#60`](https://github.com/digitalnsw/nsw-design-system/pull/60) - fix: adjusted styles for radio buttons and checkboxes to have hanging indent when content wraps [`#59`](https://github.com/digitalnsw/nsw-design-system/pull/59) - fix: added border-bottom as per sketch design for mobile header, removed it on desktop sizes [`#58`](https://github.com/digitalnsw/nsw-design-system/pull/58) +- - removed any css related to arrow pagination [`5638266`](https://github.com/digitalnsw/nsw-design-system/commit/56382662bd91acd342a55cd3615fa7cdce24f75d) +- - updated checkbox styles to have correct margin between checkbox and label and correct border radius [`0299f4f`](https://github.com/digitalnsw/nsw-design-system/commit/0299f4fdf83f21661ac5c5c3805051a2f711f41a) - fix: changed headings to match whats in sketch [`9e8567a`](https://github.com/digitalnsw/nsw-design-system/commit/9e8567a2fc7029fc1009a4c79c04b5559ea483e7) +- Built HTMLstarterkit and updated CHANGELOG.md [`337bc28`](https://github.com/digitalnsw/nsw-design-system/commit/337bc281a433782861dfd05e08856386f2979a46) - - changed selected state color to `nsw-primary-highlight` [`2cdc051`](https://github.com/digitalnsw/nsw-design-system/commit/2cdc051f33167cbeab71b303580198af171c4f63) - - updated font size for the title [`21462cd`](https://github.com/digitalnsw/nsw-design-system/commit/21462cd0b0e2fbf28631238d3ec42b8e78182fd6) @@ -30,6 +47,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - GDS-731 - npm package setup [`#57`](https://github.com/digitalnsw/nsw-design-system/pull/57) - feat: small visual updates to clean up design based on feedback [`#56`](https://github.com/digitalnsw/nsw-design-system/pull/56) +- fix: changes made when auditing design system [`60142db`](https://github.com/digitalnsw/nsw-design-system/commit/60142db547eac65d9d1c10f0f0b22d0b7cf0e909) - feat: updated package.json and readme after testing [`ae372b3`](https://github.com/digitalnsw/nsw-design-system/commit/ae372b30088fc05a725d2357f7762b11d1e2faf4) - feat: updated sass imports, readme and package.json [`58b64c0`](https://github.com/digitalnsw/nsw-design-system/commit/58b64c021f9ffd62c0d348754c1eee4746cc55c6) - Built HTMLstarterkit and updated CHANGELOG.md [`dfa86ba`](https://github.com/digitalnsw/nsw-design-system/commit/dfa86ba59110fca703e80b762a8e9d3a8db795fe) diff --git a/HTMLstarterkit.zip b/HTMLstarterkit.zip index 6c760997..714e2b90 100644 Binary files a/HTMLstarterkit.zip and b/HTMLstarterkit.zip differ diff --git a/package.json b/package.json index be2e3608..aebebf24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nsw-design-system", - "version": "1.3.0", + "version": "2.0.0", "description": "Design system for Digital NSW", "main": "dist/main.js", "style": "dist/main.css",