Skip to content

fragment-tools@0.1.12

Compare
Choose a tag to compare
@raphaelameaume raphaelameaume released this 21 Feb 19:17
  • bugfix: fix error when trying to create a build (#29)
  • bugfix: fix values of width and height in sketch.update() (#30)
  • bugfix: keep types of initial options when using a Select component (#31)
  • bugfix: fix pause rendering when hitting Space key (#32)
  • bugfix: prevent black screenshots when using WebGL context (#34)
  • bugfix: remove extra frame when recording a video with a fixed duration (#35)
  • improvement: prevent unnecessary updates when dragging a Number component with a progress bar (#27)
  • improvement: prevent local save in build (#33)
  • improvement: add support for color arrays (#36)
  • improvement: add —exportDir flag to change the directory used for exports (#37)

Breaking

  • add support for no renderer at all (#28)
    Sketches were using rendering="2d" by default. You need to specify export let rendering="2d" in your sketch file if you want to use the context provided by Fragment.