3.2.0 (2023-03-13)
3.1.0 (2023-03-09)
3.0.3 (2023-02-24)
3.0.2 (2023-02-24)
- Add
CHANGELOG.md
to.prettierignore
(#1121) (36734e3) - Add back
WAT
examples (#1119) (160abf8) - build: output in cwd, not import.meta.url (#1122) (1124abb)
- Fix pre-commit hooks + run prettier (#1120) (b11f5bf)
3.0.1 (2023-02-24)
- deps: Move build dependencies to non-dev dependencies (#1107) (0b03a8f)
- deps: Replace uglify-es with uglify-js (#1114) (647f098)
- Fix file references (#1116) (38bb023)
- jest: specify host (#1108) (4660078)
3.0.0 (2023-02-09)
- change mdn-bob to @mdn/bob (#1073)
- Use ES6 features (#918)
- Bump minimum Node.js to v16 (#882)
- Convert to ESM (#880)
- change mdn-bob to @mdn/bob (#1073) (67b4f33)
- Use ES6 features (#918) (78e022e)
- Replace Prismjs and manual code editing system with CodeMirror (#888) (839c592)
- Update CodeMirror to v6 & drop Browserify (#907) (059aa9a)
- Tabbed examples use IFrame instead of Shadow DOM (#903) (61478c7)
- Convert to ESM (#880) (5fbaec9)
- Bump minimum Node.js to v16 (#882) (14244c5)
- Migrate to Webpack (#867) (f3dd3c3), (#871) (d150405), (#925) (6e800ed) and (#907) (059aa9a)
- Add
height-data.json
(#839) (b4f2d09) and (#1075) (68f955d) - Add support for MathML (#1063) (ac213d2)
- Add
build:pages
to fast build pages without Webpack (#1008) (e421916) - Allow hidden CSS src in tabbed examples (#989) (50a2473)
- Apply border-radius to JS frame (#1003) (7ec7f6c)
- Add hover background to tabs (#1007) (ee9c73)
- Enable all standardized wasm features (#1046) (639aabc)
- Add UI on unsupported property values (#763) (85c0529)
- Add hover background color to editor tabs (with transitions) (#865) (ae46756)
- Optional tabs (#812) (00bc9b0)
- Enable reference-types in wasm examples (#842) (9311bdf)
- Enable exceptions flag for wasm (#782) (59da034)
- Catch localStorage usage exception (#1038) (bf461ca)
- Fix height of tabbed examples (#1006) (9d5905d)
- Fix height of CSS example buttons (#1005) (00bba90)
- Fix double border in WAT examples (#1004) (056bbfe)
- Remove
%example-css-src%
when no path to CSS (#988) (4abcd2a) - Fix output refresh on init (#960) (b0996af)
- Correct behavior for URL fragment links (#914) (6d82045)
- Improve color contrast (#908) (b9f5252)
- Minimum top margin in tabbed examples (#820) (870de64)
- Fix mask-clip live example (#873) (29ee5f2)
- Fix horizontal scrollbar (#837) (54c2d4c)
- editor: handle paste events properly (#776) (5beccb7)
- editor: replace margin-top on tab-list by border-top on tab (#773) (d34d8a0)
- editor: warn if JavaScript disabled or unsupported feature (#759) (08fe714)
2.2.0 (2022-04-27)
2.1.7 (2022-04-20)
2.1.6 (2022-04-15)
- editor/console: detect object constructor/prototype properly (#745) (39f75ae)
- editor: add missing font (#752) (0928e77)
2.1.5 (2022-03-04)
2.1.4 (2022-03-04)
2.1.3 (2022-03-01)
2.1.2 (2022-03-01)
2.1.1 (2022-03-01)
2.1.0 (2022-01-28)
- add support for special object types in console (#578) (04a3b9d)
- add workflows for new issues and pull requests (#628) (8d07fc6)
- cleanup and update post message listener (#642) (e27ddf8)
- do not auto focus js editor (#598) (e64fee8), closes #593
- publish workflow (#644) (7815cf7)
- use appropriate GitHub token (#639) (b0b44fd)