- Support for Bevy 0.10.
- Uses original render.
- Added
RoundedPolygon. FillModeandStrokeModeare now components and have been renamed toFillandStroke.
- Fixed crash when using HDR textures.
- Fixed wrong rectangle origin bug.
- Support for Bevy 0.9
- Update lyon_tesselation to 1.0
- Update svgtypes to 0.8
- Support for Bevy 0.8
- Support for Bevy 0.7
- Support for Bevy 0.6
- Shape properties can be dynamically changed
- Restored support for bevy_webgl2 (lost on v0.3.0).
- Support for Bevy 0.5
- Shapes with outline
- Complete API reworking
- Regular polygon support
- Extensible shape system through
Geometrytrait
- updated dependency to
lyon_tessellation v0.17 - with
lyon_tessellation v0.17, unfortunately rectangles with rounded borders are no longer supported. Quad,TriangleandPolylinehave been substituted by a general-purposePolygonshape.