Skip to content

Latest commit

 

History

History
267 lines (165 loc) · 9.04 KB

CHANGELOG.md

File metadata and controls

267 lines (165 loc) · 9.04 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.17.0] - 2020-09-21

Changed

  • hmrcNewTabLink Text updated to match GDS recommendation (English only)

[1.16.0] - 2020-09-10

Changed

  • hmrcTimeoutDialog Allow users to set a different URL for timeouts than manual sign outs

[1.15.3] - 2020-08-14

Fixed

  • issue where internal header where font wasn't being set

[1.15.1] - 2020-07-13

  • Added the messageSuffix parameter to the timeout Nunjucks component

[1.15.0] - 2020-07-03

Fixed

  • Added an audible countdown to the timeout dialog for screenreader users
  • Added language parameter to the hmrcTimeoutDialog component to allow welsh language versions to be supported

[1.14.1] - 2020-06-30

Fixed

  • Security vulnerabilities in dev dependencies

[1.14.0] - 2020-06-19

Fixed

  • Updated implementation of hmrcHeader to be consistent with govuk-frontend v3.7.0 (an empty navigation array now treated as the same as navigation not being specified at all)

Compatible with

[1.13.0] - 2020-05-14

Fixed

  • Add to list pattern having same values for yes and no radio inputs
  • Add to list pattern capitalisation for radio inputs changed to 'Yes', 'No' from 'yes', 'no'

Compatible with

[1.12.0] - 2020-05-01

Added

  • Upgrade govuk-frontend to v3.6.0
  • Visual regression testing

Fixed

  • Fix static asset bundling issue

[1.11.0] - 2020-04-22

Fixed

  • The way Sass assets from govuk-frontend are imported to allow use in Scala front-ends
  • Removed compatibility check for now due to issues with versions of the form X.Y0.Z

[1.10.1] - 2020-04-22

Fixed

  • Fix compatibility check - this is a temporary workaround to avoid throwing an exception with the version can't be found.

[1.10.0] - 2020-04-21

Added

  • Report technical issue component

[1.9.1] - 2020-04-21

Fixed

  • Fix incorrect nesting of language selector styles

[1.9.0] - 2020-04-08

Added

[1.8.1] - 2020-04-07

Fixed

  • check-compatibility.js for 1.8.0 release and recent versions of prototype kit

[1.8.0] - 2020-04-02

Changed

  • Language toggle to a more accessible version 925f85a

[1.7.0] - 2019-12-31

Fixed

  • Broken support for manual updates 3d2b90a

Updated

[1.6.0] - 2019-12-13

Changed

  • Version check 023c85a
    • Refactored check to flag only fully compatible versions as compatible
    • Change green text colour to red
    • Hide ability to install anyway behind environment flag

Added

  • Support for versions that are compatible with manual steps c941cd4
  • Support for future versions 85aa22f
  • Suite of unit tests for compatibility checking aecdcbd

[1.5.0] - 2019-11-18

Added

  • Version compatibility checking 5de91cd

[1.4.0] - 2019-11-14

Added

  • Styles for status tags in task lists pattern c9dc268

Changed

  • childDirectories file helper to only return component directories containing yaml files c9dc268

[1.3.0] - 2019-10-15

Updated

  • govuk-frontend dependency 02763cd

[1.2.0] - 2019-09-11

Updated

  • govuk-frontend dependency f276376

[1.1.0] - 2019-09-11

Fixed

  • ES6 syntax breaking build 55a049e
  • Line break bug at certain resolutions 26bbe43

Updated

  • govuk-frontend dependency 06fe087
  • AXE core and fixed resulting accessibility issues fb92b11

Added

  • Welsh translations for Account Header f5b1ae2

Changed

  • Switched positions of hmrcAccountMenu macro and {% block beforeContent %} to allow use of GOV.uk backlink 6842a82

  • Removed 40px height adjustment which was causing weird layout issues bcb6dca

[1.0.4] - 2019-08-21

Changed

  • Only JS reset account menu when crossing a breakpoint 0ca3224

[1.0.3] - 2019-08-19

Changed

  • Switched color of language toggle selected link state to accessible value 0a1c1ce

[1.0.2] - 2019-08-08

Fixed

  • Fixed some broken govuk macro paths ee8405b

[1.0.1] - 2019-08-08

Fixed

  • Bumped patch version due to failed previous release a653a0d

[1.0.0] - 2019-08-06

Changed

  • Changed directory structure and naming to remove hmrc- prefix as this is now provided by the namespacing 5eeee1b
  • Updated tests to accomodate new namespacing f71673a
  • Namespaced package with 'hmrc' prefix to match pattern set by govuk ef53a84

Fixed

  • Wrapped auto template generation in a try / catch to mitigate issue caused by Nunjucks version bump ac846a0

Updated

  • npm audit to fix dependency issues 3c7c4c2
  • Updated govuk-frontend to v3.0.0 and implemented neccessary fixes 8ef9234

[0.6.0] - 2019-05-13

Added

  • hmrcBanner added #39

0.5.0 - 2019-04-26

Added

  • hmrcTimeoutDialog added #37

0.4.0 - 2019-04-18

Fixed

  • Enable focusHighlight on the "Your Account" link inside Account Menu #38

0.3.1 - 2019-03-25

Fixed

  • Fix mobile add-to-a-list #36

0.3.0 - 2019-03-25

Added

  • Added add-to-a-list #39

0.2.0 - 2019-03-18

Added

Changed

  • Adopt a more modular JS pattern #17

0.1.0 - 2018-07-18

This is a bootstrap release created for our CI pipeline to start building from. Nothing meaningful was released.