Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Latest commit

 

History

History
91 lines (54 loc) · 3.28 KB

CHANGELOG.md

File metadata and controls

91 lines (54 loc) · 3.28 KB

svelte-repl changelog

0.4.1

  • Fix syntax error (#188)

0.4.0

  • Track unsaved changes and warn when closing browser tab (#156)

0.3.1

  • Update to marked@4 (#183)

0.3.0

  • Update for compatibility with SvelteKit (#181)

0.2.2

  • Bump marked (#170)

0.2.1

  • Update bundled version of Rollup for bugfixes (#133)

0.2.0

  • Add code folding (#116)

0.1.20

  • Update embedded Rollup version for support for more language features (#122)

0.1.19

  • 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)

0.1.18

  • 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)

0.1.17

0.1.16

  • Reinstate background color on info message (#63)
  • Handle duplicate module names more gracefully (#60)

0.1.15

  • Fix height

0.1.14

  • Add a console panel to the results tab (#62)

0.1.13

  • Fix style issue with list of warnings (#59)

0.1.12

  • Make the list of warnings scroll when there are a large number (#29)
  • Bail out of long loops in components (#40)

0.1.11

  • Fix srcdoc

0.1.10

  • Make runtime errors visible in the UI (#56)

0.1.9

  • Squelch a11y warnings
  • Start maintaining a changelog