lost-sia 1.1.1 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [1.2.0] - 2022-05-12
8
+ ### Added
9
+ - Added preventScrolling prop onMouseEnter in canvas
10
+
11
+ ## [1.1.3] - 2022-05-12
12
+ ### Changed
13
+ - Move import of semantic-ui-css into index js
14
+
15
+ ## [1.1.2] - 2022-05-12
16
+ ### Added
17
+ - Sia dummy data for quick testing
18
+ ### Changed
19
+ - Moved semantic ui css into sia component
20
+ ### Fixed
21
+ - Toolbar: Do not crash if no filter props is provided
22
+
7
23
  ## [1.1.1] - 2022-05-11
8
24
  ### Changed
9
25
  - Update sematic-ui-react to version 2.0.3