Skip to content

Commit

Permalink
Merge branch 'master' into rename-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
OtterleyW authored Nov 21, 2019
2 parents b4bedbe + 82554b5 commit 25a2355
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 51 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ way to update this template, but currently, we follow a pattern:

- [change] Rename repository form `flex-template-web` to `ftw-daily`.
[#1224](https://github.com/sharetribe/flex-template-web/pull/1224)

## [v3.6.0] 2019-11-04

- [change] update react-dates from 20.3.0 to 21.3.1
[#1223](https://github.com/sharetribe/flex-template-web/pull/1223)
- [change] Update helmet from 3.18.0 to 3.21.2
[#1225](https://github.com/sharetribe/flex-template-web/pull/1225)
- [change] Update @sentry/browser and @sentry/node from 5.6.2 to 5.7.1. Due to some refactoring
Expand All @@ -35,6 +40,8 @@ way to update this template, but currently, we follow a pattern:
- [change] Add default tx process definition. Remove default email templates.
[#1220](https://github.com/sharetribe/flex-template-web/pull/1220)

[v3.6.0]: https://github.com/sharetribe/flex-template-web/compare/v3.5.1...v3.6.0

## [v3.5.1] 2019-09-16

- [add] add orverriding function `onAdd` and `onRemove` for `CustomOverlayView` in
Expand All @@ -47,6 +54,8 @@ way to update this template, but currently, we follow a pattern:
`unstable_renderSubtreeIntoContainer`.
[#1200](https://github.com/sharetribe/flex-template-web/pull/1200)

[v3.5.1]: https://github.com/sharetribe/flex-template-web/compare/v3.5.0...v3.5.1

## [v3.5.0] 2019-08-29

- [change] Change the design of `BookingBreakdown` and add options to show only dates or booking
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "3.5.1",
"version": "3.6.0",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"query-string": "^5.1.1",
"raf": "^3.4.0",
"react": "^16.9.0",
"react-dates": "^20.3.0",
"react-dates": "^21.3.1",
"react-dom": "^16.9.0",
"react-final-form": "^6.3.0",
"react-final-form-arrays": "^3.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@
position: relative;
width: 100%;
}

& :global(.DayPickerNavigation__bottom) {
display: none;
&:first-of-type {
display: block;
}
}

& :global(.DayPickerNavigation_button__horizontal) {
padding: 6px 9px;
top: 21px;
Expand Down
2 changes: 1 addition & 1 deletion src/containers/ListingPage/SectionFeaturesMaybe.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const SectionFeaturesMaybe = props => {
</h2>
<PropertyGroup
id="ListingPage.amenities"
options={options}
options={selectedOptions}
selectedOptions={selectedOptions}
twoColumns={true}
/>
Expand Down
96 changes: 48 additions & 48 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1619,7 +1619,7 @@ agent-base@^4.3.0:
dependencies:
es6-promisify "^5.0.0"

airbnb-prop-types@^2.10.0, airbnb-prop-types@^2.12.0, airbnb-prop-types@^2.8.1:
airbnb-prop-types@^2.10.0:
version "2.13.2"
resolved "https://registry.yarnpkg.com/airbnb-prop-types/-/airbnb-prop-types-2.13.2.tgz#43147a5062dd2a4a5600e748a47b64004cc5f7fc"
integrity sha512-2FN6DlHr6JCSxPPi25EnqGaXC4OC3/B3k1lCd6MMYrZ51/Gf/1qDfaR+JElzWa+Tl7cY2aYOlsYJGFeQyVHIeQ==
Expand All @@ -1635,7 +1635,7 @@ airbnb-prop-types@^2.10.0, airbnb-prop-types@^2.12.0, airbnb-prop-types@^2.8.1:
prop-types-exact "^1.2.0"
react-is "^16.8.6"

airbnb-prop-types@^2.13.2:
airbnb-prop-types@^2.13.2, airbnb-prop-types@^2.14.0, airbnb-prop-types@^2.15.0:
version "2.15.0"
resolved "https://registry.yarnpkg.com/airbnb-prop-types/-/airbnb-prop-types-2.15.0.tgz#5287820043af1eb469f5b0af0d6f70da6c52aaef"
integrity sha512-jUh2/hfKsRjNFC4XONQrxo/n/3GG4Tn6Hl0WlFQN5PY9OMC9loSCoAYKnZsWaP8wEfd5xcrPloK0Zg6iS1xwVA==
Expand Down Expand Up @@ -3485,7 +3485,7 @@ deep-is@~0.1.3:
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=

deepmerge@^1.5.1:
deepmerge@^1.5.2:
version "1.5.2"
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-1.5.2.tgz#10499d868844cdad4fee0842df8c7f6f0c95a753"
integrity sha512-95k0GDqvBjZavkuvzx/YqVLv/6YYa17fz6ILMSf7neqQITCPbnfEnQvEgMPNjH4kgobe7+WIL0yJEHku+H3qtQ==
Expand Down Expand Up @@ -3617,10 +3617,10 @@ [email protected]:
arrify "^1.0.1"
path-type "^3.0.0"

direction@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/direction/-/direction-1.0.2.tgz#ac49c4699edf1283fd82f34e701ca668ea4883b9"
integrity sha512-hSKoz5FBn+zhP9vWKkVQaaxnRDg3/MoPdcg2au54HIUDR8MrP8Ah1jXSJwCXel6SV3Afh5DSzc8Uqv2r1UoQwQ==
direction@^1.0.2:
version "1.0.3"
resolved "https://registry.yarnpkg.com/direction/-/direction-1.0.3.tgz#5030e1e091e923904067d015dbaafd08f4d27d26"
integrity sha512-8bHRqMt4w/kND19KBksE4NOJo+gIOPuiZfxQvbd6xikfKbuNBYBdLIw0hA/4lWzBaDpwpW+Olmg1BjD9+0LU2w==

[email protected]:
version "1.0.0"
Expand Down Expand Up @@ -3674,7 +3674,7 @@ doctrine@^3.0.0:
dependencies:
esutils "^2.0.2"

document.contains@^1.0.0:
document.contains@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/document.contains/-/document.contains-1.0.1.tgz#a18339ec8e74f407fa34709b65f45605b38a3e1f"
integrity sha512-A1KqlZq1w605bwiiLqVZehWE9S9UYlUXPoduFWi64pNVNQ9vy6wwH/7BS+iEfSlF1YyZgcg5PZw5HqDi7FCrUw==
Expand Down Expand Up @@ -8943,7 +8943,7 @@ prop-types-exact@^1.2.0:
object.assign "^4.1.0"
reflect.ownkeys "^0.2.0"

[email protected], prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2:
[email protected], prop-types@^15.5.8, prop-types@^15.6.2, prop-types@^15.7.2:
version "15.7.2"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
Expand Down Expand Up @@ -9148,27 +9148,26 @@ react-app-polyfill@^1.0.2:
regenerator-runtime "0.13.3"
whatwg-fetch "3.0.0"

react-dates@^20.3.0:
version "20.3.0"
resolved "https://registry.yarnpkg.com/react-dates/-/react-dates-20.3.0.tgz#47c1549fa1566e7708d683faf9446a5ebc615a15"
integrity sha512-ZTTIOxD+VE5Ptzq8rjlHe3FH5adAhNVn0Wr08aekmkUvBY+1FpUcxU1jOb65jXH0ZmSyaL0ikjBHPL32KxXNtA==
react-dates@^21.3.1:
version "21.3.1"
resolved "https://registry.yarnpkg.com/react-dates/-/react-dates-21.3.1.tgz#7a5937b114611d375f58abacd287e66b04ff740c"
integrity sha512-dTEtelwNgu/BAkjlG93/oK1PheKW01ZE15M4hKTeg2zo/Gqyl8GB8FP+KNYYLmmZ7LtyRWsDkxqO6QSPueaW3Q==
dependencies:
"@babel/runtime" "^7.4.5"
airbnb-prop-types "^2.10.0"
airbnb-prop-types "^2.15.0"
consolidated-events "^1.1.1 || ^2.0.0"
enzyme-shallow-equal "^1.0.0"
is-touch-device "^1.0.1"
lodash "^4.1.1"
object.assign "^4.1.0"
object.values "^1.0.4"
prop-types "^15.6.1"
object.values "^1.1.0"
prop-types "^15.7.2"
raf "^3.4.1"
react-moment-proptypes "^1.6.0"
react-outside-click-handler "^1.2.0"
react-portal "^4.1.5"
react-with-direction "^1.3.0"
react-with-styles "^3.2.3"
react-with-styles-interface-css "^4.0.2"
react-outside-click-handler "^1.2.4"
react-portal "^4.2.0"
react-with-direction "^1.3.1"
react-with-styles "^4.1.0"
react-with-styles-interface-css "^6.0.0"

react-dev-utils@^9.0.3:
version "9.0.3"
Expand Down Expand Up @@ -9297,18 +9296,18 @@ react-moment-proptypes@^1.6.0:
dependencies:
moment ">=1.6.0"

react-outside-click-handler@^1.2.0:
version "1.2.3"
resolved "https://registry.yarnpkg.com/react-outside-click-handler/-/react-outside-click-handler-1.2.3.tgz#911a8b91ca947882156d2483450d8638324f3399"
integrity sha512-4orkx59ais0mM/j1Ekc5ewyRu5xNLX4a6pMs7RT8U7JkbPOlRsucE+190kXzYUUHsGfZvyAmsdQkL7lpqzMGBg==
react-outside-click-handler@^1.2.4:
version "1.3.0"
resolved "https://registry.yarnpkg.com/react-outside-click-handler/-/react-outside-click-handler-1.3.0.tgz#3831d541ac059deecd38ec5423f81e80ad60e115"
integrity sha512-Te/7zFU0oHpAnctl//pP3hEAeobfeHMyygHB8MnjP6sX5OR8KHT1G3jmLsV3U9RnIYo+Yn+peJYWu+D5tUS8qQ==
dependencies:
airbnb-prop-types "^2.12.0"
airbnb-prop-types "^2.15.0"
consolidated-events "^1.1.1 || ^2.0.0"
document.contains "^1.0.0"
document.contains "^1.0.1"
object.values "^1.1.0"
prop-types "^15.7.2"

react-portal@^4.1.5:
react-portal@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/react-portal/-/react-portal-4.2.0.tgz#5400831cdb0ae64dccb8128121cf076089ab1afd"
integrity sha512-Zf+vGQ/VEAb5XAy+muKEn48yhdCNYPZaB1BWg1xc8sAZWD8pXTgPtQT4ihBdmWzsfCq8p8/kqf0GWydSBqc+Eg==
Expand Down Expand Up @@ -9366,37 +9365,38 @@ react-test-renderer@^16.0.0-0, react-test-renderer@^16.9.0:
react-is "^16.9.0"
scheduler "^0.15.0"

react-with-direction@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/react-with-direction/-/react-with-direction-1.3.0.tgz#9885f5941aa986be753db95a41e8f3d8f8de97ff"
integrity sha512-2TflEebNckTNUybw3Rzqjg4BwM/H380ZL5lsbZ5f4UTY2JyE5uQdQZK5T2w+BDJSAMcqoA2RDJYa4e7Cl6C2Kg==
react-with-direction@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/react-with-direction/-/react-with-direction-1.3.1.tgz#9fd414564f0ffe6947e5ff176f6132dd83f8b8df"
integrity sha512-aGcM21ZzhqeXFvDCfPj0rVNYuaVXfTz5D3Rbn0QMz/unZe+CCiLHthrjQWO7s6qdfXORgYFtmS7OVsRgSk5LXQ==
dependencies:
airbnb-prop-types "^2.8.1"
airbnb-prop-types "^2.10.0"
brcast "^2.0.2"
deepmerge "^1.5.1"
direction "^1.0.1"
hoist-non-react-statics "^2.3.1"
deepmerge "^1.5.2"
direction "^1.0.2"
hoist-non-react-statics "^3.3.0"
object.assign "^4.1.0"
object.values "^1.0.4"
prop-types "^15.6.0"
prop-types "^15.6.2"

react-with-styles-interface-css@^4.0.2:
version "4.0.3"
resolved "https://registry.yarnpkg.com/react-with-styles-interface-css/-/react-with-styles-interface-css-4.0.3.tgz#c4a61277b2b8e4126b2cd25eca3ac4097bd2af09"
integrity sha512-wE43PIyjal2dexxyyx4Lhbcb+E42amoYPnkunRZkb9WTA+Z+9LagbyxwsI352NqMdFmghR0opg29dzDO4/YXbw==
react-with-styles-interface-css@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/react-with-styles-interface-css/-/react-with-styles-interface-css-6.0.0.tgz#b53da7fa8359d452cb934cface8738acaef7b5fe"
integrity sha512-6khSG1Trf4L/uXOge/ZAlBnq2O2PEXlQEqAhCRbvzaQU4sksIkdwpCPEl6d+DtP3+IdhyffTWuHDO9lhe1iYvA==
dependencies:
array.prototype.flat "^1.2.1"
global-cache "^1.2.1"

react-with-styles@^3.2.3:
version "3.2.3"
resolved "https://registry.yarnpkg.com/react-with-styles/-/react-with-styles-3.2.3.tgz#b058584065bb36c0d80ccc911725492692db8a61"
integrity sha512-MTI1UOvMHABRLj5M4WpODfwnveHaip6X7QUMI2x6zovinJiBXxzhA9AJP7MZNaKqg1JRFtHPXZdroUC8KcXwlQ==
react-with-styles@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/react-with-styles/-/react-with-styles-4.1.0.tgz#4bfc2daa92dd72033fc19fd861b90225a682a640"
integrity sha512-zp05fyA6XFetqr07ox/a0bCFyEj//gUozI9cC1GW59zaGJ38STnxYvzotutgpzMyHOd7TFW9ZiZeBKjsYaS+RQ==
dependencies:
airbnb-prop-types "^2.14.0"
hoist-non-react-statics "^3.2.1"
object.assign "^4.1.0"
prop-types "^15.6.2"
react-with-direction "^1.3.0"
prop-types "^15.7.2"
react-with-direction "^1.3.1"

react@^16.9.0:
version "16.9.0"
Expand Down

0 comments on commit 25a2355

Please sign in to comment.