Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Releases: Bayer-Group/ol-kit

0.4.0

29 Apr 17:15
34a8ab3
Compare
Choose a tag to compare

note: this release added @material-ui/core & @material-ui/icons to peerDependencies

Enhancements

Bug Fixes

  • Missing <Popup> utils which were documented but not exported, are now exported #34
  • Fix bug that threw an error when ol-kit components were mounted as siblings of <Map> instead of children #34
  • Fix bug in VectorLayer class that did not respect style set in constructor #34

0.3.1

24 Apr 20:05
bd3b4b2
Compare
Choose a tag to compare

(published as 0.3.1 on npm due to a version conflict -- 0.3.0 was published during the hackathon)

Enhancements

Bug Fixes

  • Missing Basemap components which were documented but not exported, are now exported #65
  • Fix bug in VectorLayer class that assumed features existed on source #65

0.2.2

16 Apr 19:04
81de435
Compare
Choose a tag to compare

Bug Fixes

0.2.1

15 Apr 15:40
fa44708
Compare
Choose a tag to compare

Bug Fixes

  • Fix bad file path import #45
  • Remove DOM warning: "Warning: Received true for a non-boolean attribute loading." #45

0.2.0

14 Apr 16:49
370e58e
Compare
Choose a tag to compare

Enhancements

  • <Popup> component, building blocks & utils #35
  • connectToMap optimized to filter out unused provided props when consumer wrapping #35

0.1.0

03 Apr 21:06
09b5178
Compare
Choose a tag to compare

Initial release 🎉

Enhancements

0.0.0-4

03 Apr 16:15
43c2d5d
Compare
Choose a tag to compare
0.0.0-4 Pre-release
Pre-release

Enhancements

  • Add ol-kit logo to corner of the map #20
  • Add docs annotations + build for doc site #21
  • Cleanup docs site on mobile view #36
  • Add VectorLayer class #30

0.0.0-3

27 Mar 17:24
6f49980
Compare
Choose a tag to compare
0.0.0-3 Pre-release
Pre-release

Bug Fixes

  • Fixed a bug when moving createMap to the constructor that created an empty white map #18
  • Add a test to make sure the <canvas> element exists so this won't happen again #18

0.0.0-2

25 Mar 16:31
Compare
Choose a tag to compare
0.0.0-2 Pre-release
Pre-release

Enhancements

  • Add .npmignore file and npm run ship commands for publishing commit

0.0.0-1

25 Mar 15:36
Compare
Choose a tag to compare
0.0.0-1 Pre-release
Pre-release

Enhancements

  • <Map> renders children async & onMapInit respects returned promises before rendering (async rendering of children is breaking from pre-release 0.0.0-0) #12