Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

24 lines (17 loc) · 1.26 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Auto code conversion when changing a Sketch language (#150 - @no-stack-dub-sack)
  • Prettify ReasonML code with refmt via Ctrl-Shift-I shortcut (#150 - @no-stack-dub-sack)
  • Clickable Markdown links (#161 - @thangngoc89)
  • Ctrl-Shift-Enter shortcut: focus on next block, create a new text block if this is the last block (#151 - @nimish-gupta)
  • Code evaluation timeout (useful for preventing infinite loop) (#154 - @thangngoc89)

Fixed

  • Can't navigate between forks. This is due to the component doesn't react to props changes (uncontrolled component) (#148 - @thangngoc89)
  • Refmt restore deleted block when called (#169 - @thangngoc89)