- use formset:added for inline add detection (instead of unstable dom dependant click events) - github actions, among other things, to catch up with things (last release 2019, uuhhh)
0.0.8
- correct regressions for multi widgets
0.0.7
- more robust field selection for show/hide: using a fallback on the label. m2m with filter_horizontal now work, for example. - removing an old css hack for inlines
0.0.6
- convenience: if specifying a normal (more advanced) stash, explicitly not defined values of the dropdown are now falling back to the dropdowns value, ie behaving like when defining a single stash.
0.0.5
- when using a modelform, the needed attrs can now be "calculated" with helper functions - django 1.11+ support from now on