scenic v0.8.0 Release Notes
Release Date: 2018-09-21 // almost 4 years ago-
- ๐ Many documentation improvements
- ๐ Rename Scenic.Component.Input.Carat to Scenic.Component.Input.Caret. This is a breaking change.
- ๐ Rename Scenic.Cache.Hash.compute/2 to Scenic.Cache.Hash.binary/2
- ๐ Rename Scenic.Cache.Hash.compute_file/2 to Scenic.Cache.Hash.file/2
- โ Add Scenic.Cache.Hash.binary!/2
- ๐ Rename Scenic.Cache.Hash.compute_file!/2 to Scenic.Cache.Hash.file!/2
- โ Add ability to put master styles and transforms in a ViewPort config.
- Fold Scenic.Math into the main Scenic project
- Cursor input is now only sent if the mouse is actually over a primitive. This solves
an inconsistency where sometimes the incoming point would be in local coordinate
space and sometimes it would be global. If you want to capture that sort of input, either
cover the space with a clear rect, or capture the input. - โ Add the
:direction
option to theDropdown
component so can can go either up or down. - โ Add specs to functions in components and primitives
- โ Add the Toggle component. Thank you to Eric Watson. @wasnotrice