Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Oblosys/react-lifecycle-visualizer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.12
Choose a base ref
...
head repository: Oblosys/react-lifecycle-visualizer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 9 commits
  • 20 files changed
  • 1 contributor

Commits on Apr 9, 2021

  1. Update demo dependencies

    Oblosys committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    567bd99 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Remove deprecated instance methods & clearInstanceIdCounters

    BREAKING CHANGE:
    These deprectated methods & function have been removed:
    - this.LifecyclePanel (replaced by this.props.LifecyclePanel)
    - this.trace  (replaced by this.props.trace)
    - clearInstanceIdCounters (replaced by resetInstanceIdCounters)
    Oblosys committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    c9e6ea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61bf0ff View commit details
    Browse the repository at this point in the history
  3. Drop redundant @hot-loader/react-dom package

    Hot reloading is already set up correctly in the webpack configuration, so we don't need this package (which keeps React pinned to older versions due to strict peer-dependency constraints and laggging releases). In a future update, maybe we should use Fast Refresh for hot reloading instead (see https://github.com/pmmmwh/react-refresh-webpack-plugin).
    Oblosys committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    b5f59fc View commit details
    Browse the repository at this point in the history
  4. Update all dependencies to latest

    Enzyme kept React at v16 because of the still missing v17 adapter, and @hot-loader/react-dom kept React at 17.0.1 because the 17.0.2 isn't released yet. With these dependencies gone, all dependencies can now be updated to latest.
    
    NOTE: webpack-dev-server is incorrectly reported as outdated by npm due to incorrect tagging of the 4.0.0-beta.N releases as latest.
    Oblosys committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    0f7e741 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3805b92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae06d7f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    adcea82 View commit details
    Browse the repository at this point in the history
  8. Release 3.0.0

    Oblosys committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    f4aabe5 View commit details
    Browse the repository at this point in the history
Loading