Skip to content

Latest commit

 

History

History
176 lines (101 loc) · 9.25 KB

CHANGELOG.md

File metadata and controls

176 lines (101 loc) · 9.25 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.2.5 (2020-07-31)

Bug Fixes

  • Editing multiselect fields with single values shouldn't cause (85c4dbc)
  • Fix flow types not being correctly removed from compiled code (cc2cfb5)

3.2.4 (2020-07-16)

Bug Fixes

  • Fix flow types not being correctly removed from compiled code (cc2cfb5)

3.2.3 (2020-07-14)

Bug Fixes

  • fix failing test for converting btween non-string values and labels (79561db)
  • Fix number fields to always return number not string (01968ca)
  • Select should properly respect value/label objects for options (60aeb28)

3.2.2 (2020-07-09)

Bug Fixes

  • Ensure TextField fallback has handleChange property (801dfcd)
  • SelectMultiple should not throw errors in console (f5a219d)

3.2.1 (2020-07-09)

Bug Fixes

  • Don't automatically expand filters by default (162722b)

3.2.0 (2020-07-09)

Features

  • use @material-ui/lab/Autocomplete for SelectMultiple (aced10d)

3.1.0 (2020-07-09)

Features

  • Support localized type fields (9dba6f1)
  • Support singleline text fields (67295b1)

3.0.0 (2019-11-25)

Bug Fixes

  • Change label from "created" to "date of observation" (607bcd0)

3.0.0-beta.15 (2019-11-23)

Bug Fixes

  • Fix filter bug (can't return to show all) when filtering by two or more fields (69a8aa3)

3.0.0-beta.14 (2019-11-18)

Bug Fixes

  • Translate Delete Observation menu item (9faeec9)

3.0.0-beta.13 (2019-11-12)

Features

  • Add read-only select_multiple field support (0fc88e3)

3.0.0-beta.12 (2019-10-31)

Features

  • Add delete observation action (9688317)

Bug Fixes

  • Remove unused IntlProvider in MapView (fa5c45b)

3.0.0-beta.11 (2019-10-08)

Bug Fixes

3.0.0-beta.10 (2019-10-08)

Bug Fixes

  • broken image color (85005b3)
  • don't move map if initialMapPosition is set (526a5ef)
  • Don't show option to hide categoryId and notes from reports (79d1fa4)
  • Fix date filter not including max day (dd52013)
  • fix hiding fields in Report view (24e3d44)
  • Fix report toolbar positioning (0516d07)
  • forward map ref (005a454)
  • Min/max date always less than / greater than other (1cc7a27)
  • sort media (most recent first) (3f999c1)
  • Sort presets by sort field, then by name (d64312d)
  • Support textarea fields (legacy support for iD presets) (08e86c4)
  • Temp fix - allow wider field names in hidden fields dialog (a7a6169)
  • Use @material-ui/core styles - fixes styling issues e.g. report printing (1957010)

Features

  • Don't show notes or categoryId in additional detail (dba51e7)

3.0.0-beta.9 (2019-10-06)

Bug Fixes

  • Don't show preset fields in "additional fields" (9170100)
  • Report toolbar positioning (eeb3691)
  • Support textarea fields (multi-line text fields) as well as just 'text' (7febef4)

3.0.0-beta.8 (2019-10-06)

Bug Fixes

  • more hacky, more better (e7a7df7)
  • report layout with scrollbars (cf3e204)

Features

  • Add Spanish translations (d69b68b)
  • build translations and include in npm publish (496dda1)

3.0.0-beta.7 (2019-10-02)

Bug Fixes

3.0.0-beta.6 (2019-10-02)

Bug Fixes

3.0.0-beta.5 (2019-10-02)

Bug Fixes

  • Fix print view crash on print (a35eb84)
  • remove shadow on toolbar (9c2dc1c)

3.0.0-beta.4 (2019-10-02)

Bug Fixes

  • remove paper styling for filter pane (fd25320)

3.0.0-beta.3 (2019-10-02)

3.0.0-beta.2 (2019-10-02)

Bug Fixes

  • wrap filterpanel with picker utils (87727d6)

3.0.0-beta.1 (2019-10-02)

Bug Fixes