Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initialValue, delayUpdates to allow components to eagerly render. #329

Merged
merged 17 commits into from
Sep 19, 2023
Merged

Add initialValue, delayUpdates to allow components to eagerly render. #329

merged 17 commits into from
Sep 19, 2023

Commits on Sep 7, 2023

  1. Add initialValue, delayRendering and setStateProxy

    Linting on utils
    ospfranco committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    56e6f84 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    d5de1d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72d4a17 View commit details
    Browse the repository at this point in the history
  3. Fix utils comparisson

    ospfranco committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4396283 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. PR comments

    ospfranco committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3452854 View commit details
    Browse the repository at this point in the history
  2. Update snippet on README

    ospfranco committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    95cd779 View commit details
    Browse the repository at this point in the history
  3. Revert linting on README

    ospfranco committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    30cc1f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    c51841b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into osp/report-screen-optimizations

    # Conflicts:
    #	lib/Onyx.js
    ospfranco committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8f6a5b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d5e11a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    d17c74f View commit details
    Browse the repository at this point in the history
  2. Remove options object from withOnyx, replace with a single boolean fl…

    …ag for shouldDelayUpdates
    ospfranco committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1b92d73 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Update tests/unit/withOnyxTest.js

    Co-authored-by: Tim Golen <[email protected]>
    ospfranco and tgolen authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    9fcd0e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Update PR

    ospfranco committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    eb78258 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into osp/report-screen-optimizations

    # Conflicts:
    #	API.md
    #	lib/Onyx.js
    ospfranco committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    7499568 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge branch 'main' into osp/report-screen-optimizations

    # Conflicts:
    #	lib/Onyx.js
    #	lib/storage/providers/IDBKeyVal.js
    #	lib/utils.js
    ospfranco committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    5e3da59 View commit details
    Browse the repository at this point in the history
  2. Fix fast merge function

    ospfranco committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    d689261 View commit details
    Browse the repository at this point in the history