Skip to content

2.0.1

Latest

Choose a tag to compare

@bradyvercher bradyvercher released this 05 Dec 00:51
920dc61
  • Fixed the search functionality in the package selector sidebar. See [#223].
  • Switched to using thunks instead of generators in the React data stores.
  • Added psr/log to the built zip file for release. See [#215].
  • Prevented notices in the console from core React components. See [#222]. Props @thefrosty
  • Explicitly marked nullable types for PHP 8.4+ compatability. See [#221]. Props @andronocean
  • Prevented PHP deprecation notices caused by string interploation. See [#220]. Props @hirasso