fix 0.12.0 .... state is now shared between all tags under the same hr
0.12.0
- tag.session is deprecated, use tag.state : which is a dict from the hrenderer. - now, tag.state is always a dict (managed by the hrenderer), except in component init, or in components not runned in a hrenderer, where it's None.
A new "game changer" feature : [tag.update()](https://manatlan.github.io/htag/tag_update/) ;-)
It was dumb to not profit of bi-directionnal communication ... when using runners based on websockets. It was frustrating. Now : it's possible, and can only works with some runners : but it's possible, and can be really useful in some cases ;-)
What's Changed * Feature tag with update by manatlan in https://github.com/manatlan/htag/pull/14
- the `.serve(request, obj)` -> `.serve(request, obj, force=False)` : can force recreation of the instance (like in the past) - a "rerender" re-redenders now with a fresh session