This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
maartenleenders
released this
23 Apr 10:44
·
300 commits
to develop
since this release
Enhancements:
- Added typings entry to
package.json
to make sure that other packages can consume the typings even with a linked schema-blocks package. #1141 - Adds a
Title
block instruction. #1129 - Adds an orange bullet to the
Analysis
in the side bar when a recommended block is removed. #1116 - Adds a redux store for schema blocks . #1119
Bugfixes:
- Fixes a bug where a sidebar select would not allow multiple selections. #1110
- Fixes a bug where todays date will be shown always no matter which date is chosen. #1131
- Fixes a bug where the link to additional information in the warning was missing. #1117
Other:
- Moves the
initialize
function to its own file, to clean up theindex.ts
file of the package. #1132 - Fixes two eslint warnings about the conversion of
window
toany
#1125
Non user facing:
- When the icon contains a svg string just convert it to an icon element. #1135