Skip to content

v5.1.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ghaiklor ghaiklor released this 19 Apr 12:26
· 171 commits to master since this release

Bug Fixes

  • 🐛 issue when delay could accept NaN or Infinity values (1905b0d)
  • 🐛 issue when process.stdin could be not an interactive (5055370)
  • 🐛 issue with animating text with print animation (b55f6bd)
  • 🐛 issue with graceful closing the process (268dccf)
  • 🐛 issue with regular expression for base64 in image shape (c3f9be2)

Features

  • 🎸 add a possibility to override cursor when using builder (43b03aa)
  • 🎸 add Builder Pattern to Shape/Animation/Slide (d30c965)
  • 🎸 add name to the slides, so you can reference them later (f45e55c)
  • 🎸 DeckBuilder allows to create the whole decks via API (fc1eb56)
  • 🎸 implement more user-friendly error handling in slides (c494c26)
  • 🎸 implement passing cursor as an argument to renderer (594795c)

BREAKING CHANGES

  • 🧨 Any shape constructor now accept not the two argument (cursor, options)
    but only the one (options)