@redus/georedus-ui 0.22.2 → 0.23.1
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 +12 -0
- package/dist/main.js +2801 -2794
- package/dist/viewSpecs/presets/gtfs_lines/index.d.ts +1 -1
- package/dist/viewSpecs/presets/gtfs_stops/index.d.ts +1 -1
- package/dist/viewSpecs/presets/gtfs_travel_time_hex/index.d.ts +1 -1
- package/dist/viewSpecs/presets/raster_categorical/index.d.ts +1 -1
- package/dist/viewSpecs/presets/vector_heatmap/index.d.ts +1 -1
- package/dist/viewSpecs/presets/vector_line_categorical/index.d.ts +1 -1
- package/dist/viewSpecs/presets/vector_line_single/index.d.ts +1 -1
- package/dist/viewSpecs/presets/vector_point_categorical/index.d.ts +1 -1
- package/dist/viewSpecs/presets/vector_point_continuous/index.d.ts +1 -1
- package/dist/viewSpecs/presets/vector_point_single/index.d.ts +1 -1
- package/dist/viewSpecs/presets/vector_polygon_categorical/index.d.ts +1 -1
- package/dist/viewSpecs/presets/vector_polygon_continuous/index.d.ts +1 -1
- package/dist/viewSpecs/presets/vector_polygon_single/index.d.ts +1 -1
- package/dist/viewSpecs/resolveView/resolveView.d.ts +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @orioro/template-react
|
|
2
2
|
|
|
3
|
+
## 0.23.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- remove direct reference to window.fetch to enable usage in ssr
|
|
8
|
+
|
|
9
|
+
## 0.23.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- fix compilation issues and integrate custom tooltips for education preset
|
|
14
|
+
|
|
3
15
|
## 0.22.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|