Skip to content

Commit fa8fd95

Browse files
chore(main): release 1.5.0
1 parent 8e8983d commit fa8fd95

File tree

3 files changed

+27
-8
lines changed

3 files changed

+27
-8
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/hasadna/open-bus-map-search/compare/v1.4.0...v1.5.0) (2025-12-19)
4+
5+
6+
### Features
7+
8+
* Add date picker, so when a new date is selected the map will be updated ([#1332](https://github.com/hasadna/open-bus-map-search/issues/1332)) ([d215e65](https://github.com/hasadna/open-bus-map-search/commit/d215e65d2d190c0bbac2f841f8289061b7d1c428))
9+
* add Russian translation and improve language selection UX ([#1278](https://github.com/hasadna/open-bus-map-search/issues/1278)) ([ce4ffdf](https://github.com/hasadna/open-bus-map-search/commit/ce4ffdf084da5003f0af5ef05491eb246b30534f))
10+
* introduce velocity aggregation heatmap page ([#1293](https://github.com/hasadna/open-bus-map-search/issues/1293)) ([18c0eb5](https://github.com/hasadna/open-bus-map-search/commit/18c0eb58b0e20f4fbab558c0ce281641c5c490c2))
11+
* Schedule View - Gaps Page ([#1225](https://github.com/hasadna/open-bus-map-search/issues/1225)) ([517d11b](https://github.com/hasadna/open-bus-map-search/commit/517d11b5d1cd73fd6dd6f45f50dea4ad0c0850c4))
12+
* **service-worker:** enhance caching and activation logic ([#1329](https://github.com/hasadna/open-bus-map-search/issues/1329)) ([762e9f8](https://github.com/hasadna/open-bus-map-search/commit/762e9f8c7d3140c62946365201af70b9fd38e2f3))
13+
* Velocity page zoom levels ([#1334](https://github.com/hasadna/open-bus-map-search/issues/1334)) ([17aaee5](https://github.com/hasadna/open-bus-map-search/commit/17aaee5b3779c586d382e06e2f0b7f985121166c))
14+
* **widget:** enhance Widget component ([#1211](https://github.com/hasadna/open-bus-map-search/issues/1211)) ([21a7fe5](https://github.com/hasadna/open-bus-map-search/commit/21a7fe5ed086b93566a1fcf342d3dfdc3f4218ad))
15+
16+
17+
### Bug Fixes
18+
19+
* COF formula ([#1342](https://github.com/hasadna/open-bus-map-search/issues/1342)) ([4c26c06](https://github.com/hasadna/open-bus-map-search/commit/4c26c06439d4fb774c47de50c0ba409375314bb0))
20+
* **rides:** filter out future rides from gap list ([#1192](https://github.com/hasadna/open-bus-map-search/issues/1192)) ([e692faf](https://github.com/hasadna/open-bus-map-search/commit/e692faf3debe89f3384009154b223b669f4fc16b))
21+
322
## [1.4.0](https://github.com/hasadna/open-bus-map-search/compare/v1.3.0...v1.4.0) (2025-07-14)
423

524

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-bus-map-search",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"private": true,
55
"type": "module",
66
"dependencies": {
@@ -97,7 +97,7 @@
9797
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
9898
"@types/git-username": "^1.0.5",
9999
"@types/jest": "^30.0.0",
100-
"@types/leaflet": "^1.9.21",
100+
"@types/leaflet": "^1.9.20",
101101
"@types/lodash.debounce": "^4.0.9",
102102
"@types/lodash.uniqby": "^4.7.9",
103103
"@types/node": "^24.2.0",

0 commit comments

Comments
 (0)