Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-calendar-timeline

Package Overview
Dependencies
Maintainers
2
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-calendar-timeline - npm Package Versions

1
14

0.26.3

Diff

Changelog

Source

0.26.3

  • add documentation for onItemDeselect #350 @ilaiwi
  • solve a bug where onItemDeselect is not triggered as expected for several item clicks #350 @ilaiwi
  • fix row height on browser scaling #615 @gaston-niglia

Packages

update to node-sass@4.12.0 for newer versions of node.

ilaiwi
published 0.26.2 •

Changelog

Source

0.26.2

  • render the items layer after columns and rows for layring @ilaiwi
ilaiwi
published 0.26.1 •

Changelog

Source

0.26.1

  • fix issue where mouse down gets stuck when scrolling the timeline #526 @KhalidArdah

you can as well solve the issue without upgrading by adding the following style

.react-calendar-timeline .rct-horizontal-lines {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}

as here

ilaiwi
published 0.26.1-beta-2 •

ilaiwi
published 0.26.1-beta •

ilaiwi
published 0.26.0 •

Changelog

Source

0.26.0

Added
  • Add onItemDrag prop to <Timeline /> #517 @bettymakes
  • Upgrade to Babel 7.5.0, Jest 24.8.0, Enzyme 3.10.0 @trevdor
Breaking
  • Removed <InfoLabel /> in favour of allowing for custom component to be rendered on move or resize. Check out the demo in demo/app/demo-custom-info-label for an example on how to display your own custom info label or this example.
ilaiwi
published 0.26.0-beta •

ilaiwi
published 0.25.5-beta •

ilaiwi
published 0.25.4 •

Changelog

Source

0.25.4

  • Move classnames to a production dependency
ilaiwi
published 0.25.3 •

Changelog

Source

0.25.3

  • Fixed the undefined classnames in TimelineHeaders #566 @trevdor
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc