Releases: tc39/ecmarkup
Releases · tc39/ecmarkup
Version 18.1.0
Version 18.0.0
Breaking changes
- remove --js-out/--css-out; replace with --assets-dir in #543
- improve accessibility of text [i.e. switch out the font and some other styling] in #539
- lint against non-kebab-cased enum values in #548
Other changes
- change header of references pane to show heading instead of anchor in #542
- force page background colour to white in #545
- allow references pane to be resized in #546
- Separate toolbox items into independently-wrappable "words" in #554
- Highlight the anchor target in #441
- Dynamically add content to make
<sup>
s copy-paste safe in #517
Full Changelog: v17.1.1...v18.0.0
Version 17.1.1
make redeclaration rule slightly more strict d9df38b
Version 17.1.0
- lint for redeclarations in #541
Version 17.0.2
Version 17.0.1
Version 17.0.0
What's Changed
New on-by-default lint rule: consistency in multiline vs single-line "if" and "else" (#524)
Version 16.2.0
What's Changed
- support marking individual steps as legacy/optional/deprecated in #523
Version 16.1.1
This fixes a bug in the formatter introduced in the previous release.
Version 16.1.0
The primary feature of this version (by pulling in tc39/ecmarkdown#96) is that now you can click [[FieldNames]]
to highlight other uses of those names within the current algorithm, as already happens for variable names.
Also the variable use/def rule should now work better in the presence of <ins>
/<del>
tags.