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

Release/scientific salamander #231

Merged
merged 17 commits into from Jul 16, 2019
Merged

Commits on Jun 20, 2019

  1. break: rename useParcelForm onChange to onSubmit

    Also onChangeUseResult > onSubmitUseResult
    and onChangeStatus > submitStatus
    
    The reason is because the action is being referred to as submit
    everywhere else. Even the function that triggers the submit is
    called "submit". This was called onChange, because according to
    the internal useParcelState hook it is just a change, but the
    name should really reflect how its used
    dxinteractive committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    b45918f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9eb879 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a71bc4 View commit details
    Browse the repository at this point in the history
  4. build: regen lock files

    dxinteractive committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    854a239 View commit details
    Browse the repository at this point in the history
  5. refactor: lastOriginId replaced by more generic frameMeta

    frameMetas job is to hold data that should only exist
    until the next change occurs (the current parcel frame)
    
    lastOriginId requires that same data lifespan
    
    lastOriginId was a concept that only react-dataparcels
    was interested in, and probably shouldnt have been put
    in plain dataparcels
    dxinteractive committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    91c670e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aec77de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0437e38 View commit details
    Browse the repository at this point in the history
  8. build: regen lock files

    dxinteractive committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    4cfa0a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Merge pull request #229 from blueflag/feature/on-submit

    Feature/on submit
    dxinteractive committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    94c3a83 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. fix: useParcelBuffer buffer should clear when replacing inner from props

    replacing the inner parcel from props is intended to be a complete reset,
    so the buffer should also be emptied
    dxinteractive committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    af9b05b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. Configuration menu
    Copy the full SHA
    d336fbf View commit details
    Browse the repository at this point in the history
  2. add: allow useParcelBuffer to rebase

    when no rebasing and new data is received from props, buffer is wiped and buffers state is replaced with data from props
    when rebasing and new data is received from props, buffers state is replaced with data from props with buffer applied to it
    also fixed a wrong test that was relying on incorrect cachebehaviour in a change request
    dxinteractive committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    5028f16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1c66d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. docs: update roadmap

    dxinteractive committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    58ee37e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1a8898 View commit details
    Browse the repository at this point in the history
  3. build: regen lock file

    dxinteractive committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    ddd3b6a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #230 from blueflag/feature/merge-mode

    Refactor lastOriginId and add mergeMode
    dxinteractive committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    afddc35 View commit details
    Browse the repository at this point in the history