Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into Adding_the_list_of_stops_in_the_line_profile_page
  • Loading branch information
Tami-Co committed Nov 14, 2024
2 parents 6192757 + b028f44 commit e8d7e68
Show file tree
Hide file tree
Showing 13 changed files with 493 additions and 187 deletions.
19 changes: 19 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,25 @@
"contributions": [
"code"
]
},
{
"login": "griseduardo",
"name": "Eduardo Henrique Gris",
"avatar_url": "https://avatars.githubusercontent.com/u/34499486?v=4",
"profile": "https://github.com/griseduardo",
"contributions": [
"code"
]
},
{
"login": "YaelChen",
"name": "Yael Chen",
"avatar_url": "https://avatars.githubusercontent.com/u/51058584?v=4",
"profile": "https://github.com/YaelChen",
"contributions": [
"code",
"test"
]
}
]
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [1.2.0](https://github.com/hasadna/open-bus-map-search/compare/v1.1.0...v1.2.0) (2024-11-04)


### Features

* add Donation Modal as menu item ([#833](https://github.com/hasadna/open-bus-map-search/issues/833)) ([ef02293](https://github.com/hasadna/open-bus-map-search/commit/ef0229318137e17ddd8b33015729f9a884f1aa28))


### Bug Fixes

* add missing public appeal translation in english mode ([#862](https://github.com/hasadna/open-bus-map-search/issues/862)) ([370b695](https://github.com/hasadna/open-bus-map-search/commit/370b695ccaddc8987d35bcd358068719fe43e7ce))
* DateSelector selector validation message issues ([#823](https://github.com/hasadna/open-bus-map-search/issues/823)) ([7beccc4](https://github.com/hasadna/open-bus-map-search/commit/7beccc4f3b6aaca8beaa463d8997821fb1647248))
* Fixed sidebar collapse arrow direction for RTL languages ([#889](https://github.com/hasadna/open-bus-map-search/issues/889)) ([90ae0be](https://github.com/hasadna/open-bus-map-search/commit/90ae0becf4f1b2d78518123a1aea5bb2826ace75))
* Improved card visibility on dark mode ([#870](https://github.com/hasadna/open-bus-map-search/issues/870)) ([527f974](https://github.com/hasadna/open-bus-map-search/commit/527f974196b644e3d7c395158c43ad568c87c016))
* rides history page ([#867](https://github.com/hasadna/open-bus-map-search/issues/867)) ([2c9611e](https://github.com/hasadna/open-bus-map-search/commit/2c9611e1e7264be4d9b06bdf871d09ff2f167322))


### Performance Improvements

* cache all api responses using a webworker ([#882](https://github.com/hasadna/open-bus-map-search/issues/882)) ([db0294f](https://github.com/hasadna/open-bus-map-search/commit/db0294faa2650c85cca737f3cfb1f942ab7878a1))
* make fewer requests to server ([d70776b](https://github.com/hasadna/open-bus-map-search/commit/d70776be743d1d9064d74034f28befa4647fd124))
* **map:** set default time to pi day ([#885](https://github.com/hasadna/open-bus-map-search/issues/885)) ([6fba5ea](https://github.com/hasadna/open-bus-map-search/commit/6fba5eaaa1779f3ea5718fa439b1a416a372b339))

## [1.1.0](https://github.com/hasadna/open-bus-map-search/compare/v1.0.0...v1.1.0) (2024-07-02)


Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ https://github.com/hasadna/open-bus-map-search/blob/main/src/model/busStop.ts#L4
<td align="center" valign="top" width="14.28%"><a href="https://github.com/asidelnik"><img src="https://avatars.githubusercontent.com/u/10272524?v=4?s=100" width="100px;" alt="Amos Sidelnik"/><br /><sub><b>Amos Sidelnik</b></sub></a><br /><a href="#code-asidelnik" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TomRytt"><img src="https://avatars.githubusercontent.com/u/86921461?v=4?s=100" width="100px;" alt="Tom Rytt"/><br /><sub><b>Tom Rytt</b></sub></a><br /><a href="#code-TomRytt" title="Code">💻</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/griseduardo"><img src="https://avatars.githubusercontent.com/u/34499486?v=4?s=100" width="100px;" alt="Eduardo Henrique Gris"/><br /><sub><b>Eduardo Henrique Gris</b></sub></a><br /><a href="#code-griseduardo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/YaelChen"><img src="https://avatars.githubusercontent.com/u/51058584?v=4?s=100" width="100px;" alt="Yael Chen"/><br /><sub><b>Yael Chen</b></sub></a><br /><a href="#code-YaelChen" title="Code">💻</a> <a href="#test-YaelChen" title="Tests">⚠️</a></td>
</tr>
</tbody>
</table>

Expand Down
Loading

0 comments on commit e8d7e68

Please sign in to comment.