Releases: mapswipe/mapswipe-web
Releases · mapswipe/mapswipe-web
v0.1.10
What's Changed
Fixes
- Write display name to username key in Firebase RTDB users entry
v0.1.9
What's Changed
Features
- Adds walk-through tutorials to projects of type Find, Compare and Validate
v0.1.8
What's Changed
Fixes
- Properly declare required props in components
- "Continue Mapping" button activates after finishing projects of type Validate with custom options
Features
- Write appVersion and clientType to results
v0.1.7
What's Changed
Fixes
- Correctly evaluate fallback information page content for Validate projects
- Adapt default options for Validate projects for consistency with mobile app
- Fix instructions for Find projects
v0.1.6
What's Changed
Features
- MapSwipe tutorial information pages are shown with project type specific user instructions on the project info dialog
- Selecting a project will always open project details
v0.1.5
What's Changed
Fixes
- Fixed tileSize calculation in the Find project view to ensure that the combined width of a row of image tiles never exceeds the available container width
- Adapted app attribution in footer
v0.1.4
What's Changed
Features
- Improved responsive design of Find project page: Better use of vertical window space, minimised need for scrolling.
Fixes
- Correctly displays project progress on Projects view
v0.1.3
What's Changed
Fixes
- The client now goes offline from Firebase during user contributions to prevent triggering new task assignments by updated finishedCounts on groups
- The client does not wait for updated user's project contributions when their submitted results are rejected by Firebase because of falling below the mapping speed threshold
v0.1.2
What's Changed
Features
- Changed text label on project selection button to "Contribute"
Fixes
- Set watcher to re-initialise results when new tasks are provided to and processed by the find project component. This avoids a type error occurring on appendColorAndLabel()
- Remove unintended slash symbol from divider element on profile view
v0.1.1
What's Changed
Features
- Added scale line to web maps in digitize and validate project components and in tile map.
Fixes
- Ensure scrollable project view for projects of type "Find" (#3)
- Added type, placeholder and auto-complete props to authentication inputs for better password manager compatibility