v2.2.0 #3433
t83714
announced in
Announcements
v2.2.0
#3433
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's New
Since Magda v2.2.0, users can load more than one "Extra Visualisation Section" type Magda UI Plugin Components. To allow this, the component is required to be packaged as a library and exported to global scope MagdaPluginComponentExtraVisualisationSection.xxxx. Here, MagdaPluginComponentExtraVisualisationSection should be an object with key xxxx set to the plugin component. e.g. the DAP image gallery plugin choose to export itself to MagdaPluginComponentExtraVisualisationSection.DAPImageGallery.
More information, please refer to how-to-customise-ui doc and magda-plugin-ui-component-examples
To assist UI plugin component development, we also start to publish @magda/external-ui-plugin-sdk from this release.
Changes since v2.1.0
long
type to support possible larger numbersfalse
unconditional decision.merge
option #3420 addmerge
option support to PUT record APImerge
option of the PUT record APIaspects
field as the part of the context data created by RegistryExternalInterfaceread
operation on datasets not assigned to an orgUnit #3426 People with orgUnit constraint permission should only be able to perform read operation on datasets not assigned to an orgUnitorder by
field for API /auth/roles/:roleId/permissions #3424 Set the default order by field for APIsThis discussion was created from the release v2.2.0.
Beta Was this translation helpful? Give feedback.
All reactions