Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-10-28 | 835 Bytes | |
v0.9.0 source code.tar.gz | 2018-10-28 | 203.7 kB | |
v0.9.0 source code.zip | 2018-10-28 | 318.0 kB | |
Totals: 3 Items | 522.6 kB | 0 |
- Much improved testing
- Much improved documentation
- Simplify rules around user-closing a viewport
- Fix bug where captured positional inputs were not casting the transformed location
- Deprecated Graph.get_root(). Use Graph.get!(graph, :root) instead.
- Renamed Primitive.put_opts to Primitive.merge_opts
- Deprecated Primitive.put_style(w/list). Use Primitive.merge_opts(...) instead.
- Deprecated Primitive.put_transform(w/list). Use Primitive.merge_opts(...) instead.
- Add Graph.find/2
- Add Graph.modify/3 with a finder function
- Rename Cache.request_notification/1 -> Cache.subscribe/1
- Rename Cache.stop_notification/1 -> Cache.unsubscribe/1
- General cleanup of Scenic.Cache.Hash. Some functions removed. Some function signatures changed.
- Add Scenic.version function. Returns current version of Scenic.