Skip to content

Version 1

Compare
Choose a tag to compare
@edelvalle edelvalle released this 18 Jun 10:01
· 327 commits to master since this release

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.