over_react
over_react copied to clipboard
A library for building statically-typed React UI components using Dart.
## Motivation We needed some documentation on required props and how they relate to null safety. We also need to update code blocks in documentation to use null safety. ##...
## Motivation ## Changes #### Release Notes ## Review _[See CONTRIBUTING.md][contributing-review-types] for more details on review types (+1 / QA +1 / +10) and code review process._ Please review: ###...
Pull Requests included in release: * [Allow consumption of null-safe over_react and over_react_test versions](https://github.com/Workiva/over_react/pull/905) * [FEDX-689 : GHA OSS changes](https://github.com/Workiva/over_react/pull/908) * [FED-2136 Deprecate optional value argument in useRef hook &...
In order to help with build times and ease null safety migration, we've opted to replace mockito with mocktail. This batch runs the codemod to swap things out, but may...
This is an example of how long CI would take on a tag commit to master
## Motivation ## Changes #### Release Notes ## Review _[See CONTRIBUTING.md][contributing-review-types] for more details on review types (+1 / QA +1 / +10) and code review process._ Please review: ###...
## Motivation https://github.com/Workiva/react-dart/pull/384 adds a new typedef that is an alias for `Object?`. We should use it! ## Changes Use it where appropriate #### Release Notes ## Review _[See CONTRIBUTING.md][contributing-review-types]...
## Motivation ## Changes #### Release Notes ## Review _[See CONTRIBUTING.md][contributing-review-types] for more details on review types (+1 / QA +1 / +10) and code review process._ Please review: ###...
## Motivation The OSS release process for over_React is manual currently, let's automate that. ## Changes - Add workflow to publish over_react to OSS pub.dev #### Release Notes - Add...
_(to support `NavItem`, `MenuItem`, etc.)_. Not a big deal, but will save us a lot of time in support lol