@mappedin/viewer 0.18.1-e4ac3e2.0 → 0.19.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/index.js +2019 -2015
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.19.0](https://github.com/MappedIn/viewer/compare/viewer-v0.18.0...viewer-v0.19.0) (2024-04-15)
4
+
5
+
6
+ ### Features
7
+
8
+ * **SS-1099:** add advanced search capabilities ([#170](https://github.com/MappedIn/viewer/issues/170)) ([cb4e83d](https://github.com/MappedIn/viewer/commit/cb4e83d7bc839f831932f33f352bf0802cbe2313))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **SRV-1099:** directions search bar should always show results ([#178](https://github.com/MappedIn/viewer/issues/178)) ([e4ac3e2](https://github.com/MappedIn/viewer/commit/e4ac3e2923d3722789f9a6c66305894b83e18820))
14
+ * **SRV-1099:** tweak colors for search highlights ([#179](https://github.com/MappedIn/viewer/issues/179)) ([373c816](https://github.com/MappedIn/viewer/commit/373c8166b7cca5a33626917bec18c984f2386c00))
15
+ * **SRV-1135:** prevent departures from being stuck in the URL ([#177](https://github.com/MappedIn/viewer/issues/177)) ([6f16adc](https://github.com/MappedIn/viewer/commit/6f16adc98177875d04f8bfcdd823075c7e5fc94a))
16
+ * **SRV-1137:** always show the main UI on mobile ([#181](https://github.com/MappedIn/viewer/issues/181)) ([f950d0f](https://github.com/MappedIn/viewer/commit/f950d0f27d8baaa13c8108a80b455b1e5f64e5f2))
17
+
3
18
  ## [0.18.0](https://github.com/MappedIn/viewer/compare/viewer-v0.17.0...viewer-v0.18.0) (2024-04-08)
4
19
 
5
20