Releases: tc39/ecmarkup
Releases · tc39/ecmarkup
Version 22.0.0
Version 21.5.0
What's Changed
- make "skip global checks" apply to the "only performed" rule in #662
Version 21.4.0
What's Changed
- fix: Multipage mode:
<script>tagsrcattribute is incorrectly rewritten as..by @JinDX in #653 - make emu-nt inline instead of inline-block so it is searchable in Chrome by @zhangenming in #651
- Remove support for <emu-normative-optional> element by @rkirsling in #642
- Add --max-clause-depth option @stevespringett in #656
Full Changelog: v21.3.1...v21.4.0
Version 21.3.1
Version 21.3.0
What's Changed
- add new keyboard shortcut to jump to the most recent link target by @michaelficarra in #645
- Decode target ID from location.hash rather than using it as an ID selector by @gibson042 in #646
- Balance padding of inline by @rkirsling in #643
Version 21.2.1
What's Changed
- add a meta tag to set viewport options for mobile devices in #626
- Fix display of normative optional blocks used as algorithm steps in #641
Full Changelog: v21.2.0...v21.2.1
Version 21.2.0
What's Changed
- Some fixes to maintain compliance to the styleguide in #638
Full Changelog: v21.1.0...v21.2.0
Version 21.1.0
What's Changed
Full Changelog: v21.0.0...v21.1.0
Version 21.0.0
Breaking Changes
--old-tochas been removed in favor of the new--printablein #600- any CSS which was relying on
emu-importbeing present will need to be updated after #624
What's Changed
- do not leave emu-import / emu-biblio in the generated DOM by @bakkot in #624
- bump jsdom and lowcase element selectors by @bakkot in #620
- Fix typo by @gibson042 in #633
- fix docs for assets by @bakkot in #628
- Markup: PDF generation by @gesa in #600
- Version 21.0.0 by @bakkot in #635
New Contributors
Full Changelog: v20.0.0...v21.0.0
Version 20.0.0
Breaking changes
In #611, the engines field has been updated to indicate support only for node 18+.
In #615, special handling for AOs named "Completion" and "GeneratorYield" has been dropped in favor of a new attribute, "skip return checks", which can be applied to any AO. When upstreaming into ecma262 this will need to be done for those as well as for NormalCompletion.