Skip to content

Commit

Permalink
Merge pull request #1502 from sharetribe/v8.4.1
Browse files Browse the repository at this point in the history
New release v8.4.1
  • Loading branch information
Gnito authored Mar 16, 2022
2 parents b94b31e + c15c86b commit bd0006d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2022-XX-XX

## [v8.4.1] 2022-03-16

- [fix] Portal version of Modals couldn't use 100vh on mobile Safari. Safari changes the window's
height based on if the location bar is squeezed or not (and that depends on scroll-effect).
[#1501](https://github.com/sharetribe/ftw-daily/pull/1501)
Expand All @@ -23,6 +25,8 @@ way to update this template, but currently, we follow a pattern:
- [add] Code comment about "REACT_APP" prefix in environment variables.
[#1492](https://github.com/sharetribe/ftw-daily/pull/1492)

[v8.4.1]: https://github.com/sharetribe/ftw-daily/compare/v8.4.0...v8.4.1

## [v8.4.0] 2021-12-02

- [fix] Mobile safari zooms if input-related elements have smaller font-size than 16px. This updates
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "8.4.0",
"version": "8.4.1",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit bd0006d

Please sign in to comment.