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

Change is-hidden to vertical-timeline-is-hidden to avoid naming conflict #97

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Dec 24, 2020

  1. Update dependencies

    Most versions were updated to their latest with the exception of `react` and `react-dom`.  This was to satisfy some version constraints imposed by other packages.  Even though everything would likely work nicely with React 17, I upped to the latest version of React 16 to play it safe.
    
    This removes one dependency, `@babel/preset-es2015`.  It gives the following message: "We've deprecated any official yearly presets in 6.x in favor or babel-preset-env. For 7.x it would be @babel/preset-env."
    
    This also adds one dependency, `eslint-plugin-react-hooks`.  This is to satisfy a new constraint imposed by `eslint-config-airbnb`.
    dbudwin committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    2887cc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cc4356 View commit details
    Browse the repository at this point in the history
  3. Change is-hidden to vertical-timeline-is-hidden to avoid naming conflict

    This issue stemmed from bug stephane-monnot#95 related to jumping scrolling in SPA's that use Bulma.  This is implementing the suggested fix.
    
    Co-authored-by: Stéphane Monnot <[email protected]>
    dbudwin and stephane-monnot committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    3b05163 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08c8cbb View commit details
    Browse the repository at this point in the history