- Fix syntax error (#188)
- Track unsaved changes and warn when closing browser tab (#156)
- Update to
marked@4
(#183)
- Update for compatibility with SvelteKit (#181)
- Bump
marked
(#170)
- Update bundled version of Rollup for bugfixes (#133)
- Add code folding (#116)
- Update embedded Rollup version for support for more language features (#122)
- Keep separate undo history in separate tabs (#3)
- Allow resizing pane with touch events (#67)
- Fix pointer style on component selector buttons (#69)
- Support the remaining
console.*
utilities (#104) - Prevent browser translation in the code editor (#113)
- Allow importing .js files without an extension (#30)
- Fix erroneous warnings about lowercase component names (#45)
- Support JSON files (#70)
- Allow file tabs to be reordered with drag and drop (#71)
- Support Markdown files (#73)
- Add keyboard
Ctrl-/
/Cmd-/
keyboard shortcut for toggling comments (#75) - Fix re-displaying values in console pane that have been mutated (#80)
- Fix importing directories with a trailing slash (#91)
- Fix scrollbar glitch (#96)
- Update template (svelte/#3971)
- Reinstate background color on info message (#63)
- Handle duplicate module names more gracefully (#60)
- Fix height
- Add a console panel to the results tab (#62)
- Fix style issue with list of warnings (#59)
- Make the list of warnings scroll when there are a large number (#29)
- Bail out of long loops in components (#40)
- Fix srcdoc
- Make runtime errors visible in the UI (#56)
- Squelch a11y warnings
- Start maintaining a changelog