Skip to content

3.6.0

Compare
Choose a tag to compare
@rmconsole-wf rmconsole-wf released this 29 Jun 17:55
0f6d8dd
  • Add OverReact Analyzer Plugin (beta) ⚡️

    A Dart analyzer plugin for OverReact, bringing analysis-time checks and behavior to IDEs using the Dart Analysis Server (including JetBrains IDEs and VS Code).

    Functionality includes checking for issues that cause React warnings/errors at runtime, linting for best practices, adding "assists" for common edits to component syntax and boilerplate, and more!

  • #498 Fix missing allowInterop call in OverReactReduxDevToolsMiddleware.handleEventFromRemote

  • Documentation updates

    • #489 Docs: Update FluxUiPropsMixin example
    • #492 Docs: Note that props can only be declared in mixins