Skip to content

2.0.10

Choose a tag to compare

@VassilIordanov VassilIordanov released this 30 Jan 15:59
· 14153 commits to main since this release
c03c11e

Enhancements:

#387: Validate email addresses on sending report or rollup (#425)

Implements #387

Bug fixes:

Hot fix to 2.0.9 (#410)
#311: Fix use of dictionary fields (#420)

This changes the implementation of the DictionaryField HOC so that it is
no longer defined in the render method, as that was resulting in
recreating the component on each render and losing state.

#361: Do case-insensitive validation of email domains (#424)

Fixes #361

GH 311 Fixes related to DictionaryField use (#423)
#417: Fix print preview (#418)

Fixes #417

Fix pagesize of lists on authorization group details page (#413)

Framework improvements:

Gh 120 - Containerize ANET (#422)

travis script not tested as it is hard to do w/o checking in.

container images work well, docker compose still needs some work, to be finished once travis starts deploying properly

#382: Replace deprecated guid with uuid (#415)