Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Releases: kiwicom/mobile

f480bf45

26 Jun 11:50
Compare
Choose a tag to compare
Upgrade dependencies

52c2d7cb

26 Jun 14:09
Compare
Choose a tag to compare
Release v47

bd32e9c2

25 Jun 05:48
Compare
Choose a tag to compare
Upgrade @kiwicom/universal-components to v0.0.17

It was necessary to:
- add [email protected] as a dependency since it's become a peer dependency to Universal Components,
- stub .ttf font files as tests would fail otherwise; it's most likely because of the introduction of a ThemeProvider in Universal Components which explicitly imports the font files)

e2e tests passed on iPhone and iPad (couldn't get it to work on Android somehow)
tested manually on Android emulator

bbc25ba7

25 Jun 07:55
Compare
Choose a tag to compare
Upgrade dependencies

b8bfb913

21 Jun 11:21
Compare
Choose a tag to compare
Shared: Add swipe-away functionality to toast

a8952b99

21 Jun 12:10
Compare
Choose a tag to compare
Release v45

68a838a7

21 Jun 10:32
Compare
Choose a tag to compare
Hotels: Fix performance issue on list page

Rendering is slow because list view renders, and map view renders
even if only list view is visible. Changing behaviour to hide
map view, then show spinner until it is loaded entirely

4db6e52f

21 Jun 15:21
Compare
Choose a tag to compare
Release v46

3ae45e76

21 Jun 15:30
Compare
Choose a tag to compare
Release v46

8fe766c9

20 Jun 12:41
Compare
Choose a tag to compare
Refactor hotels form context to use hooks