Skip to content

Releases: AtlasOfLivingAustralia/ecodata-client-plugin

v7.0

27 Sep 05:47
2cfef75
Compare
Choose a tag to compare

This release upgrades to grails 6 and includes a few bug fixes and enhancements

#256 - Fix view mode for select2Many when using id/label pairs for constraints
#258 - Fix styling for the multi-input component
AtlasOfLivingAustralia/fieldcapture#3244 #255 - Upgrade to grails 6
#252 #254 - Chromedriver/test libs update

v6.4.1

04 Jun 01:59
1d001d8
Compare
Choose a tag to compare

#252 - Updated chromedriver

v6.4

04 Jun 00:43
babb205
Compare
Choose a tag to compare

#247 - Prevent NPE when a view model item that (incorrectly) doesn't reference a data model item but uses a behaviour that will trigger an isReadOnly check
#248 - Indicate unmatched species with a ? icon in speciesSelect component

v6.3

24 Apr 03:41
4d39719
Compare
Choose a tag to compare

#242 - The allowRowDelete attribute now works for lists inside of other lists.
#243 - Support an order-insensitive comparison of arrays when using deepEquals in an expression

Full Changelog: v6.2...v6.3

v6.2

20 Mar 20:50
f7175ee
Compare
Choose a tag to compare

What's Changed

The focus of this release is to support the creation of the MERIT NHT Output Report. To that end, most of the changes fall into the following two categories:

  • Fixes/improvements for the readOnly attribute and better support for data types other than string/number in expressions and validation.
  • Support for triggering the pre-populate routine when a value changes

#236 - Users can now specify if they want trailing zeros displayed up to the number of specified decimal places. (Default is false as per previous versions)
#232 - The computedValidation binding (and hence validate attribute with expressions in the data model) now supports custom validation error messages
#231 - Dates can be formatted in an expression so they can be used in computed validation (e.g. future[someOtherField]). Dates with popups are rendered with the autocomplete="off" hint so the browser autocomplete doesn't interfere with the popup.
#230 - Computed values can specify number of decimal places
#225 - Readonly now works better for selectOne and date data types
#222 - Fixed issue when computed fields need nested quotes, for example when using an array operation with an expression.
AtlasOfLivingAustralia/fieldcapture#3095 - Set the element as the default dropzone for the photoPointUpload binding to prevent it being the whole page
#228 - Fixed double event listener on next map invocation after the cancel or 'x' button is used to dismiss the map
#219 - Forms can use the pre-populate behaviour to load data when a selection changes
#212 - Support computed stringList data types and display in "select2Many" view
#216 - Support expression based filtering of pre-pop constraints (also AtlasOfLivingAustralia/fieldcapture#3005 / AtlasOfLivingAustralia/fieldcapture#3011)
#214 - JS library (inc. chromedriver / test dependencies) update
AtlasOfLivingAustralia/fieldcapture#3000 - Support for non-project document owners in document binding

AtlasOfLivingAustralia/fieldcapture#3068 - Minor grails version update

Full Changelog: v6.1.3...v6.2

v6.1.3

27 Nov 06:27
d0073ce
Compare
Choose a tag to compare

Changes to support Amazon Cognito authentication & chromedriver upgrades

What's Changed

Full Changelog: v6.1.2...v6.1.3

v6.1.2

12 Oct 00:47
cc4195e
Compare
Choose a tag to compare

This release allows the owner properties of an attached document to be supplied by the config instead of assuming a projectId is present. The projectId is still used if the config does not exist or is null.

v6.1.1

20 Sep 05:32
Compare
Choose a tag to compare

v6.1

09 Aug 23:20
3a0e07f
Compare
Choose a tag to compare

#189 - When using a select2 or multiSelect2 binding on a component inside a table with % column widths, you can use the preserveColumnWidth:true option to attach a resize listener that will prevent large selections from causing the column to expand to match the width of the selected option.
#193 - Added a search method to the ActivtityFormService (used by MERIT)
#195 - Updated gradle-build-action (for github actions) to 2.4.2
#205 - Update chromedriver and test dependency

v6.0

13 Apr 06:23
Compare
Choose a tag to compare

AtlasOfLivingAustralia/biocollect#537 - improved geomap to support bulk import of data from spreadsheet
AtlasOfLivingAustralia/biocollect#1361 - fixes site zooming to selected site
AtlasOfLivingAustralia/biocollect#1352 - fixes issue with form uploading images with only text
AtlasOfLivingAustralia/biocollect#1436 - fixes issue with species alert not sending email
#177 - Apply include/exclude support to other constraint types
#187 - Coverage change
#184 - Added chrome 111/selenium workaround and removed phantomjs
#181 - Upgrade to Grails 5, jdk 11, jacoco
#176 - Add score/behaviour support to species fields
#172 - updated chromedriver/npm audit fix
updated user profile attribute ala-auth:5.1.1
Bump ua-parser-js from 0.7.31 to 0.7.33
Bump json5 from 2.2.0 to 2.2.3
fixed issue with publishing artefact