lost-sia 1.1.0 → 1.1.3
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 +16 -0
- package/dist/index.css +24784 -0
- package/dist/index.es.js +326 -88
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +326 -87
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
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.1.3] - 2022-05-12
|
|
8
|
+
### Changed
|
|
9
|
+
- Move import of semantic-ui-css into index js
|
|
10
|
+
|
|
11
|
+
## [1.1.2] - 2022-05-12
|
|
12
|
+
### Added
|
|
13
|
+
- Sia dummy data for quick testing
|
|
14
|
+
### Changed
|
|
15
|
+
- Moved semantic ui css into sia component
|
|
16
|
+
### Fixed
|
|
17
|
+
- Toolbar: Do not crash if no filter props is provided
|
|
18
|
+
|
|
19
|
+
## [1.1.1] - 2022-05-11
|
|
20
|
+
### Changed
|
|
21
|
+
- Update sematic-ui-react to version 2.0.3
|
|
22
|
+
|
|
7
23
|
## [1.1.0] - 2022-05-10
|
|
8
24
|
### Added
|
|
9
25
|
- More fine grained visibility level for toolbar elements
|