Skip to content

Releases: DFE-Digital/govuk-markdown

Version 2.0.2

18 Apr 11:18
2b217bd
Compare
Choose a tag to compare
  • Fix the rendering of table headers. Previously the thead contained td cells with govuk-table__cell classes, now they contain th cells with govuk-table__header classes as specified in the design system
  • Update supported Ruby versions to 3.1, 3.2, 3.3
  • Fix the Rake task so specs are run automatically by GitHub actions

Version 2.0.1

17 Apr 14:03
Compare
Choose a tag to compare
  • Add support for frozen string inputs #27

Version 2.0.0

15 Feb 12:17
Compare
Choose a tag to compare
  • Add test matrix for Ruby versions 2.7.6, 3.0.4 and 3.1.2 #16
  • Update Publish Gem workflow to run manually #18
  • Add support for configurable start heading size #15
  • Add preprocessor for markdown files #19
  • Add support for inset text component #19
  • Add support for details component #20
  • Add pry as developer dependency #23