Skip to content

v1.19.0

Compare
Choose a tag to compare
@birdofpreyru birdofpreyru released this 23 Aug 13:24
· 172 commits to master since this release

Breaking Change

  • [#257] Adds CSRF protection to the server(). If you do any HTTP requsts to the app server, beside GET, HEAD, and OPTIONS, you should update them to include SCRF token, as per the updated server() documentation, otherwise they'll be rejected with 403 error starting with this react-utils version.

Other Updates

  • [#256] Updates Input component to forward React ref (if given) to the underlying <input> element. This allows, for example, to focus / blur the input, etc.
  • [#255] Updates default Button theme for the disabled button state, to ensure disabled buttons are not "visually pressed" in response to pointer presses. Also, the blue "focus" border is now applied to focused / active buttons (which might look less appealing visually, but correctly represent the actual UI state after the press).
  • Updates dependencies.