bevy_simple_scroll_view 0.3.2

Simple to use plugin implementing ScrollView into Bevy engine.
Documentation
# CHANGELOG

## [0.3.2]

## Added

- `scroll_view_node` function with default values for `ScrollView` node
- documentation to the code 

## Fixed

- `ScrollableContent` default Node values fix

## [0.3.1]

## Fixed

- Size calculation missmatch [#3]https://github.com/Leinnan/bevy_simple_scroll_view/issues/3

## [0.3.0]

## Added

- scroll to bottom and top functions for `ScrollableContent` component.

## Changed

- Updated to Bevy 0.15

## [0.2.0]

## Changed

- Updated to Bevy 0.14

## [0.1.0]

- Initial version