Skip to content

v0.1.5

Latest
Compare
Choose a tag to compare
@brianyu28 brianyu28 released this 23 Aug 22:08
· 1 commit to master since this release

Vitality v0.1.5 includes:

New Features

  • Object groups. An object can have type: group, under which is an objects key that contains a list of all of the objects within it. Object groups can have transitions applied to them.
  • Printout mode. Typing p while on the page will bring up the printout view, which lines up all of the slides on the same page. Cropping and resizing may still need to be done separately.
  • The text object supports a spacing key that determines the line spacing between lines.
  • A bullet now supports a spacing key to determine its level of indentation.
  • Title-only slides are now supported. If a slide has a title key only, it will show up as a heading above the slide. The slide can also have objects associated with it to fill the slide.
  • Last slide shortcut. Typing x will automatically jump to the last slide.

Breaking Changes

  • The attributes dominant_baseline and text_anchor on the text attribute have been renamed to dominant-baseline and text-anchor, respectively, to line up with the SVG standard nomenclature.