diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f3926bd..0a8a685e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [1.3.0](https://github.com/hasadna/open-bus-map-search/compare/v1.2.0...v1.3.0) (2025-01-18) + + +### Features + +* add donate button for english donate modal ([#992](https://github.com/hasadna/open-bus-map-search/issues/992)) ([1a5b121](https://github.com/hasadna/open-bus-map-search/commit/1a5b121dcac87fc40f734509421d40a623caa165)) +* add stops list in the line profile page ([#929](https://github.com/hasadna/open-bus-map-search/issues/929)) ([af09276](https://github.com/hasadna/open-bus-map-search/commit/af092761816dd213915c43f8ac215a433cb0949f)) +* **donation modal:** add English translation ([#973](https://github.com/hasadna/open-bus-map-search/issues/973)) ([ccbad02](https://github.com/hasadna/open-bus-map-search/commit/ccbad0275beb58fc7e47a4c841ad922ce069d02a)) +* generate sitemap ([#790](https://github.com/hasadna/open-bus-map-search/issues/790)) ([66d34b0](https://github.com/hasadna/open-bus-map-search/commit/66d34b0b0dfd7b9495b764cd553fc7ecae5499c7)) +* serve latest commit version ([#988](https://github.com/hasadna/open-bus-map-search/issues/988)) ([75338ac](https://github.com/hasadna/open-bus-map-search/commit/75338ac324b592a708bed9675068e3c414b23873)) + + +### Bug Fixes + +* add English text for Public Appeal ([#963](https://github.com/hasadna/open-bus-map-search/issues/963)) ([779c64a](https://github.com/hasadna/open-bus-map-search/commit/779c64ab8bccaff0fec9018ae7d1b71450a6910e)) +* allow donate modal to dynamically change for devices ([#945](https://github.com/hasadna/open-bus-map-search/issues/945)) ([670df7a](https://github.com/hasadna/open-bus-map-search/commit/670df7a7f5ec573bc6b13b1e5a59cdd5d6160e4a)) +* changing map language ([#981](https://github.com/hasadna/open-bus-map-search/issues/981)) ([df8a2e3](https://github.com/hasadna/open-bus-map-search/commit/df8a2e379173a08083cecd67f61f1f6bcd94c4eb)) +* donation modal text dark mode ([#920](https://github.com/hasadna/open-bus-map-search/issues/920)) ([eb9f605](https://github.com/hasadna/open-bus-map-search/commit/eb9f605a7f2c48d87f0416f1b7f2284ca9c6392a)) +* fix hash.txt issue from build.yaml ([#1001](https://github.com/hasadna/open-bus-map-search/issues/1001)) ([ec13a2a](https://github.com/hasadna/open-bus-map-search/commit/ec13a2adfe94143f4e2ab8734f480300b624b706)) +* Moved language toggle to themeContext and update theme.direction on language change ([#991](https://github.com/hasadna/open-bus-map-search/issues/991)) ([8da17e1](https://github.com/hasadna/open-bus-map-search/commit/8da17e1516e59e2a26281c1061aef29b60c0c1a6)) +* Temporary fix suggestion of the unreadable text in the Donate Modal ([#908](https://github.com/hasadna/open-bus-map-search/issues/908)) ([267d1c7](https://github.com/hasadna/open-bus-map-search/commit/267d1c7fab608932c0764dff11d36e954a39c4dd)) +* time related issues in the "map by line" page ([#936](https://github.com/hasadna/open-bus-map-search/issues/936)) ([26c8c3e](https://github.com/hasadna/open-bus-map-search/commit/26c8c3e1912ec8231cd400f684949a86b8ba0fb8)) + + +### Performance Improvements + +* reduce number of concurrent requests ([#919](https://github.com/hasadna/open-bus-map-search/issues/919)) ([8003efe](https://github.com/hasadna/open-bus-map-search/commit/8003efeb734d6f3330ec451dea1315c1ddcc89a2)) + ## [1.2.0](https://github.com/hasadna/open-bus-map-search/compare/v1.1.0...v1.2.0) (2024-11-04) diff --git a/package-lock.json b/package-lock.json index 50c0bca39..943def7e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "open-bus-map-search", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "open-bus-map-search", - "version": "1.2.0", + "version": "1.3.0", "dependencies": { "@applitools/eyes-playwright": "^1.32.0", "@emotion/react": "^11.13.5", @@ -54,7 +54,7 @@ "use-konami": "^1.0.1", "usehooks-ts": "^3.1.0", "vite-plugin-environment": "^1.1.3", - "vite-plugin-svgr": "^4.3.0", + "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^5.1.3", "web-vitals": "^4.2.4" }, @@ -7906,13 +7906,12 @@ } }, "node_modules/@rollup/pluginutils": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.4.tgz", - "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==", + "version": "5.0.5", + "license": "MIT", "dependencies": { "@types/estree": "^1.0.0", "estree-walker": "^2.0.2", - "picomatch": "^4.0.2" + "picomatch": "^2.3.1" }, "engines": { "node": ">=14.0.0" @@ -7926,17 +7925,6 @@ } } }, - "node_modules/@rollup/pluginutils/node_modules/picomatch": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", - "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, "node_modules/@rollup/rollup-android-arm-eabi": { "version": "4.22.4", "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.22.4.tgz", @@ -27820,16 +27808,16 @@ } }, "node_modules/vite-plugin-svgr": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/vite-plugin-svgr/-/vite-plugin-svgr-4.3.0.tgz", - "integrity": "sha512-Jy9qLB2/PyWklpYy0xk0UU3TlU0t2UMpJXZvf+hWII1lAmRHrOUKi11Uw8N3rxoNk7atZNYO3pR3vI1f7oi+6w==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/vite-plugin-svgr/-/vite-plugin-svgr-4.2.0.tgz", + "integrity": "sha512-SC7+FfVtNQk7So0XMjrrtLAbEC8qjFPifyD7+fs/E6aaNdVde6umlVVh0QuwDLdOMu7vp5RiGFsB70nj5yo0XA==", "dependencies": { - "@rollup/pluginutils": "^5.1.3", + "@rollup/pluginutils": "^5.0.5", "@svgr/core": "^8.1.0", "@svgr/plugin-jsx": "^8.1.0" }, "peerDependencies": { - "vite": ">=2.6.0" + "vite": "^2.6.0 || 3 || 4 || 5" } }, "node_modules/vite-tsconfig-paths": { diff --git a/package.json b/package.json index 00c359291..43aeee878 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-bus-map-search", - "version": "1.2.0", + "version": "1.3.0", "private": true, "type": "commonjs", "dependencies": { @@ -50,7 +50,7 @@ "use-konami": "^1.0.1", "usehooks-ts": "^3.1.0", "vite-plugin-environment": "^1.1.3", - "vite-plugin-svgr": "^4.3.0", + "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^5.1.3", "web-vitals": "^4.2.4" },