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

Conversation

dbudwin
Copy link

@dbudwin dbudwin commented Dec 24, 2020

This issue stemmed from bug #95 related to jumping scrolling in SPA's that use Bulma. This is implementing the suggested fix.

This changes the major version from 3 to 4. I figured it could be considered a breaking change if users of this package are relying upon the old is-hidden CSS property.

Co-authored-by: Stéphane Monnot [email protected]

dbudwin and others added 4 commits December 24, 2020 13:23
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`.
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]>
@codecov-io
Copy link

Codecov Report

Merging #97 (08c8cbb) into master (9524971) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #97   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           14        14           
  Branches         5         5           
=========================================
  Hits            14        14           
Impacted Files Coverage Δ
src/VerticalTimelineElement.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9524971...08c8cbb. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants