Skip to content

1.0.0

Choose a tag to compare

@natekspencer natekspencer released this 11 Oct 18:16
daeaede

Breaking Changes

  • The vestaboard.message action (otherwise known as service) has changed
    • The align and valign parameters have been renamed to justify and align, respectively, to match vbml specifications
    • justify supports the following options: left, right, center and justified
    • align supports the following options: top, bottom, center and justified
    • The decorator parameter, which previously only allowed a simple green header under the music option, has been dropped
    • A duration parameter has been added to allow for creating a temporary message. After the duration has passed, the previous message will be restored. Huge thanks to @lordratner for contributing to this awesome feature!
  • The generated image has changed to better match the aspect ratio and text of a physical Vestaboard. The image is now also a PNG rather than SVG. While SVG allowed for small file sizes and scaling, it could not be used in notifications or attachments. You can see the changes below:
New Old
new image old image
new image old image

What's Changed

New Contributors

Full Changelog: 0.3.2...1.0.0