Skip to content

Releases: tc39/ecmarkup

Version 18.1.0

03 Nov 21:29
Compare
Choose a tag to compare

What's Changed

  • Better completion regex in #558
  • add "skip global checks" attribute for AOs in #559
  • add unpinning buttons and clear button to pin list in #560
  • add support for keyboard 0 selecting pin number 10 in #561
  • add pin-related shortcuts to help modal in #562

Version 18.0.0

18 Sep 17:54
Compare
Choose a tag to compare

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

03 Aug 20:57
Compare
Choose a tag to compare

make redeclaration rule slightly more strict d9df38b

Version 17.1.0

03 Aug 20:47
Compare
Choose a tag to compare
  • lint for redeclarations in #541

Version 17.0.2

03 Jul 20:59
Compare
Choose a tag to compare
  • prevent line wrap at end of Records and Lists in #535
  • fix "there exists"/"such that" not followed by a var name in #538

Version 17.0.1

18 Jun 21:12
Compare
Choose a tag to compare
  • ecma coc anchor in #525
  • better heuristic for determining active clause in #526
  • Initialize to a reasonable amount of TOC expansion in #512
  • Fix <ins>/<del> with structured headers in #533

Version 17.0.0

20 Apr 19:19
Compare
Choose a tag to compare

What's Changed

New on-by-default lint rule: consistency in multiline vs single-line "if" and "else" (#524)

Version 16.2.0

07 Apr 01:50
Compare
Choose a tag to compare

What's Changed

  • support marking individual steps as legacy/optional/deprecated in #523

Version 16.1.1

16 Feb 17:53
Compare
Choose a tag to compare

This fixes a bug in the formatter introduced in the previous release.

Version 16.1.0

15 Feb 07:42
Compare
Choose a tag to compare

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.