Releases: DFE-Digital/govuk-markdown
Releases · DFE-Digital/govuk-markdown
Version 2.0.2
- Fix the rendering of table headers. Previously the
thead
containedtd
cells withgovuk-table__cell
classes, now they containth
cells withgovuk-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
- Add support for frozen string inputs #27
Version 2.0.0
- 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