mirror of
https://github.com/flarum/core.git
synced 2025-07-10 03:16:22 +02:00
* fix: breaking change in search component's public api * fix: add setter * feat: add deprecation warning helper This reduces bundle size as a result of deprecation warning in our JS, as well as maintaining a consistent format across warnings. * feat: fire deprecation warning on usage of `Search.state` * chore: use consistent deprecation warning across core * fix: `/pull` not `/issue` * chore: format