Skip to content

Releases: LandRegistry/govuk-frontend-jinja

1.2.1

05 Mar 12:42
Compare
Choose a tag to compare

Added

1.2.0

09 Feb 13:39
44426a4
Compare
Choose a tag to compare

Added

Changed

Fixed

  • Missing install dependency on Jinja2

1.1.0

18 Dec 11:48
2491b9b
Compare
Choose a tag to compare

Added

Changed

1.0.0

20 Aug 19:36
Compare
Choose a tag to compare

Changed

  • Update to GOV.UK Frontend v3.8.1
  • Hint component can render block-level elements as valid HTML
  • Correctly camel case SVG attributes in the header and footer
  • Optional parameter added to the input, textarea and character-count components to enable or disable the spellcheck attribute
  • Dockerised test suite for easier local running

0.2.1

25 Jun 14:39
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Changed

  • Test suite now abstracted out and using govuk-frontend-diff. Allows nodejs to be wholly removed from this repository and benefit from shared improvements to the govuk-frontend-diff test suite.

0.2.0

18 Jun 13:43
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Added

Changed

  • Move templates to a subfolder to simplify PackageLoader setup in consuming apps
  • Recommend consuming apps use ChoiceLoader to access templates without a namespace prefix

Fixed

  • Error thrown in page template when bodyAttributes is specified
  • Incorrect use of + to concatenate non-strings
  • Radios, checkboxes and summary-list components referencing a variable inside the scope of a loop and expecting it to exist outside that scope later
  • Jinja variable scoping issues using namespaces
  • Length of navigation items in footer component that might not exist

0.1.0

12 Jun 14:42
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Added