- Optimise `instance` and `run` queries - Replace CSS dropdown with JS, to fix issue with dropdown not opening on Safari, and improve keyboard navigation
1.2.4
========================
- Use `__str__` to calculate the BaseInstance display name This enables BaseInstance subclasses to customise how names are displayed more easily
1.2.3
=======================
- Merge v0.61 hotfix for remove player mutation
1.2.2
=======================
- Return min/max players in UpdateBalancing mutation
- Require graphene-django<3
1.2.1
====================
- Upgrade node-fetch version for security reasons.