213dd529bf
* make `disposables` consistent Also added a `group` function, this allows us to spawn a _sub_ disposables group that can be disposed on its own, but will also be disposed the moment the "parent" is disposed. * ensure Transition component works when nothing is transitioning * update changelog