Skip to content

Releases: Workiva/over_react

3.1.7

18 Dec 19:12
dff983d

Choose a tag to compare

Info

Build: https://ci.webfilings.com/build/2037868
Skynet Results: https://wf-skynet-hrd.appspot.com/apps/test/smithy/2037868/latest
Pipeline: https://w-rmconsole.appspot.com/release/pipeline/5550339795451904/
This patch release includes the following changes:

Bug Fixes

  • #435 CPLAT-8600: Unrecoverable ErrorBoundary Fix
    • CPLAT-8600 ErrorBoundary has blank previously rendered DOM

Miscellaneous

  • #428 Add Some New Examples

  • #433 CPLAT-7471 Refactor Prop Type Tests

    • CPLAT-7471 Refactor over_react PropType tests
  • #440 CPLAT-8834 fix tests for redux 7.1.3

    • CPLAT-8834 fix tests for redux 7.1.3
  • #442 CPLAT-8863 Remove Dart 2.4 from CI

    • CPLAT-8863 Remove Dart 2.4 from CI
  • #445 RM-63295 Release over_react 3.1.7

    • RM-63295 RELEASE over_react 3.1.7

Notes created on Wednesday, December 18 07:12 PM UTC

3.1.6

10 Dec 20:13
399ad47

Choose a tag to compare

Info

Build: https://ci.webfilings.com/build/2024642
Skynet Results: https://wf-skynet-hrd.appspot.com/results/smithy/2024642
Pipeline: https://w-rmconsole.appspot.com/release/pipeline/6175995164098560/
This patch release includes the following changes:

Miscellaneous

  • #430 Changed links from UiComponent to UiComponent2

  • #431 Fixed typo in builder README.md

  • #436 Remove dead code & help dart2js compile perf

  • #437 RM-62606 RM-62605 Release over_react 3.1.6

    • RM-62606 CONSUME over_react 3.1.6
    • RM-62605 RELEASE over_react 3.1.6

Notes created on Tuesday, December 10 08:13 PM UTC

3.1.5

27 Nov 17:12
911243f

Choose a tag to compare

Info

Build: https://ci.webfilings.com/build/2009146
Skynet Results: https://wf-skynet-hrd.appspot.com/results/smithy/2009146/latest
Pipeline: https://w-rmconsole.appspot.com/release/pipeline/5487556617830400/
This patch release includes the following changes:

Bug Fixes

  • #423 CPLAT-8499 OverReactRedux: fix bug and make error messages more verbose
    • CPLAT-8499 OverReactRedux: fix bug and make error messages more verbose
  • #432 CPLAT-8603 Add Multiple Error Check to ErrorBoundary
    • CPLAT-8603 Add Multiple Error Check to ErrorBoundary

Miscellaneous

  • #427 RM-61541 RM-61540 Release over_react 3.1.5
    • RM-61540 RELEASE over_react 3.1.5
    • RM-61541 CONSUME over_react 3.1.5

Notes created on Wednesday, November 27 05:12 PM UTC

3.1.4

12 Nov 19:17
15c6bb9

Choose a tag to compare

Info

Build: https://ci.webfilings.com/build/1983995
Skynet Results: https://wf-skynet-hrd.appspot.com/results/smithy/1983995/latest
Pipeline: https://w-rmconsole.appspot.com/release/pipeline/5282545044553728/
This patch release includes the following changes:

Miscellaneous

  • #421 RM-61406 Release over_react 3.1.4
    • RM-61406 RELEASE over_react 3.1.4

Notes created on Tuesday, November 12 07:17 PM UTC

3.1.3

11 Nov 17:29
136d522

Choose a tag to compare

Info

Build: https://ci.webfilings.com/build/1981134
Skynet Results: https://wf-skynet-hrd.appspot.com/results/smithy/1981134/latest
Pipeline: https://w-rmconsole.appspot.com/release/pipeline/5381966356807680/
This patch release includes the following changes:

Miscellaneous

  • #420 RM-61380 Release over_react 3.1.3 (Allow UiComponent2 to subtype UiComponent)
    • RM-61380 RELEASE over_react 3.1.3

Notes created on Monday, November 11 05:29 PM UTC

3.1.2

09 Nov 00:17
d7d57fd

Choose a tag to compare

Info

Build: https://ci.webfilings.com/build/1980456
Skynet Results: https://wf-skynet-hrd.appspot.com/results/smithy/1980456/latest
Pipeline: https://w-rmconsole.appspot.com/release/pipeline/5194045834133504/
This patch release includes the following changes:

Miscellaneous

  • #418 RM-61377 Release over_react 3.1.2
    • RM-61377 RELEASE over_react 3.1.2

Notes created on Saturday, November 09 12:17 AM UTC

3.1.1

08 Nov 23:35
672a3e1

Choose a tag to compare

Info

Build: https://ci.webfilings.com/build/1980418
Skynet Results: https://wf-skynet-hrd.appspot.com/results/smithy/1980418/latest
Pipeline: https://w-rmconsole.appspot.com/release/pipeline/5895995290550272/
This patch release includes the following changes:

Miscellaneous

  • #417 RM-61371 Release over_react 3.1.1 (Restore accidentally removed SvgProps members)
    • RM-61371 RELEASE over_react 3.1.1

Notes created on Friday, November 08 11:35 PM UTC

3.1.0

08 Nov 22:34
3b284a5

Choose a tag to compare

Info

Build: https://ci.webfilings.com/build/1980258
Skynet Results: https://wf-skynet-hrd.appspot.com/results/smithy/1980258/latest
Pipeline: https://w-rmconsole.appspot.com/release/pipeline/5906201315639296/
This minor release includes the following changes:

New Features and Improvements

  • #293 CPLAT-5397: Add isErrorBoundary argument to the @Component2 annotation
    • CPLAT-5397 Add isErrorBoundary argument to the @Component2 annotation
  • #298 CPLAT-5037 Finish error boundary componentry
    • CPLAT-5037 Add error boundary bindings to ErrorBoundary HOC
  • #299 CPLAT-5720 Add short circuit for cloneElement and increase test coverage for Component2
    • CPLAT-5720 cloneElement compatibility with Component2
  • #301 CPLAT-4843 Check for Legacy Lifecycle Methods in Component2 Declaration
    • CPLAT-4843 UiComponent2 builder: fail when unsupported lifecycle methods are used
  • #303 CPLAT-4304 Expose React Fragments
    • CPLAT-4304 Implement/Expose React 16 Fragment Component
  • #305 CPLAT-2281 optimize copy unconsumed props
    • CPLAT-2281 Optimize copyUnconsumedProps
  • #319 CPLAT-6480 Improve componentFactory getter/setter
    • CPLAT-6480 Improve componentFactory getter/setter
  • #320 CPLAT-6376 Add helpful error message when @Component() is used with UiComponent2
    • CPLAT-6376 Add helpful error message when @Component() is used with UiComponent2
  • #324 CPLAT-6477 Update Snippets for React 16
    • CPLAT-6477 Update OverReact IDE Snippets for Component2
  • #331 CPLAT-6596 Add JsBackedMap Assert in Props Setter
    • CPLAT-6596 Add helpful error message when props/state is assigned to a non-JsBackedMap
  • #349 CPLAT-7557 Update Component References to Component2
    • CPLAT-7557 Update over_react README/markdown and example dir to use UiComponent2
  • #362 CPLAT-7561 Add missing DomProps and SvgProps fields
    • CPLAT-7561 Add missing fields to DomProps/SvgProps
  • #374 [3.1.0] CPLAT-7837 Add error logging to ErrorBoundary
    • CPLAT-7837 [3.1.0] Log caught errors by default in ErrorBoundary
  • #377 CPLAT-7558 Add Component2 Documentation
    • CPLAT-7558 over_react README: document UiComponent2 changes, breakages, and upgrade guide
  • #394 CPLAT-6121 Add OverReact Redux Docs
    • CPLAT-6121 Documentation for OverReactRedux
  • #414 CPLAT-8024 Shorten propTypes boilerplate
    • CPLAT-8024 Shorten propTypes boilerplate

Miscellaneous

  • #289 CPLAT-5211 Add @Component2 annotation

  • #300 CPLAT-5909 Update error boundary component to use the init method

    • CPLAT-5909 Update the error boundary componentry to use the init lifecycle method
  • #307 CPLAT 6157 Add pointer event callbacks to prop mixins

    • CPLAT-6157 Add Pointer Event Callbacks to over_react prop mixins
  • #315 3.1.0 wip component factory setter

  • #316 CPLAT 6300 React forwardRef

    • CPLAT-6300 Implement/Expose React 16 forwardRef in over_react
  • #317 CPLAT-4887: propTypes in Component2

    • CPLAT-4887 Implement prop validation using propTypes bindings in Component2
  • #321 CPLAT-6510 Finalize UiComponent2 - part 1 of X

    • CPLAT-6510 Finalize UiComponent2 - PR # 1
  • #322 CPLAT-2779 / CPLAT-6555: Over_React_Redux Finalization

    • CPLAT-6555 Expose Context object with over_react componentry in over_react
    • CPLAT-2779 Spike: Targeted updates for Redux Components (react-redux port)
  • #326 CPLAT-2277 Finalize / clean up UiComponent2 API

    • CPLAT-2277 Finalize ComponentV2 / UiComponentV2 APIs
  • #336 CPLAT-7367 Remove Implementation via the On Key Word

    • CPLAT-7367 Fix State Implementation
  • #338 CPLAT-7460 Component2 utilities coverage, fix getProps, createRef chaining

    • CPLAT-7460 Component2 utilities coverage, fix getProps, createRef chaining
  • #340 Fix uncovertJsProps calls

  • #341 Export TypedSnapshot

  • #348 CPLAT-7684: Finalize UiComponent2 Tests

    • CPLAT-7684 Finalize UiComponent2 Tests
  • #353 CPLAT-7608 [3.1.0] Improve handling of repeat errors thrown from components wrapped by an ErrorBoundary

    • CPLAT-7608 [over_react 3.1.0] Repeated errors thrown by components wrapped by ErrorBoundary locks up main thread
  • #376 Update Component2 web example components

  • #415 CPLAT-2276 Finalize UiComponent2 test coverage

    • CPLAT-2276 Finalize ComponentV2 / UiComponentV2 Tests
  • #416 RM-58642 Release over_react 3.1.0

    • RM-58642 RELEASE over_react 3.1.0

Notes created on Friday, November 08 10:34 PM UTC

3.0.2+dart2

06 Nov 02:10
e7b7035

Choose a tag to compare

Info

Build: https://ci.webfilings.com/build/1973979
Skynet Results: https://wf-skynet-hrd.appspot.com/results/smithy/1973979/latest
Pipeline: https://w-rmconsole.appspot.com/release/pipeline/4582158729740288/
This patch release includes the following changes:

Miscellaneous

  • #412 RM-60496 RM-60495 Release over_react 3.0.2+dart2
    • RM-60495 RELEASE over_react 3.0.2+dart2
    • RM-60496 CONSUME over_react 3.0.2+dart2

Notes created on Wednesday, November 06 02:10 AM UTC

3.0.2+dart1

06 Nov 02:11
2b6dfd5

Choose a tag to compare

Info

Build: https://ci.webfilings.com/build/1973980
Skynet Results: https://wf-skynet-hrd.appspot.com/results/smithy/1973980/latest
Pipeline: No Pipeline
This patch release includes the following changes:

Miscellaneous

  • #413 RM-61028 RM-61027 Release over_react 3.0.2+dart1
    • RM-61027 RELEASE over_react 3.0.2+dart1
    • RM-61028 CONSUME over_react 3.0.2+dart1

Notes created on Wednesday, November 06 02:11 AM UTC