Releases
1.0.0b0
Compare
Sorry, something went wrong.
No results found
Changed
Rename reactor.component.send_to_group to reactor.broadcast
Open the reactor channel after all HTML5 elements are created.
Improve reconnect timing logic.
When an event is sent to the back-end and the event originates from a form or inside of it, just the form data is serialized and sent to the back-end.
Added
Django settings REACTOR_AUTO_BROADCAST = True will trigger broadcast updates when models instances are manipulated.
Add a component for authenticated user only and staff component: AuthComponent and StaffComponent
Add debounce function to send events to the backend.
Add directive reactor-once when an element is market with it, it will not be updated.
Add ReactorChannel.reconnect, closes the connection and reopens it.
Add public parameter to class inheritance, so you can decide if the element is exposed or not.
You can’t perform that action at this time.