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

react-calendar-timeline

Package Overview
Dependencies
Maintainers
6
Versions
134
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.17.2

Diff

Changelog

Source

0.17.2

Added

  • support passing style prop from item - #347
  • selected is provided to itemRenderer - #348
  • simplify logic for calculate dimensions and prevent item width and left properties from being unbounded - (refactoring)
mcmickjuice
published 0.18.0-beta.2 •

mcmickjuice
published 0.18.0-beta.1 •

mcmickjuice
published 0.17.1 •

Changelog

Source

0.17.1

Added

  • pass canvasTimeStart/End via timelineContext to the itemRenderer prop
mcmickjuice
published 0.18.0-beta.0 •

mcmickjuice
published 0.17.0 •

Changelog

Source

0.17.0

Breaking

  • throw more descriptive error if visibleTimeStart/End and defaultTimeStart/End are not passed as props. Timeline no longer calculates visibleTime start and end from items. Removed onTimeInit prop as it no longer serves a purpose. - #299
  • interactjs is a peerDependency (wasn't previously). Upped version to 1.3.4 to fix issue #297

Fixed

  • fix for issue where NaN is returned in onItemMove if the startTime is not unix timestamp #300
mcmickjuice
published 0.16.3 •

Changelog

Source

0.16.3

Fixed

  • tap on canvas now dispatches onCanvasClicked - #168
  • regression bug related to touch zoom
  • code cleanup and refactoring around group rows
mcmickjuice
published 0.16.2 •

Changelog

Source

0.16.2

Fixed

  • clicking on canvas when item is selected now calls onCanvasClicked - #312
mcmickjuice
published 0.16.1 •

Changelog

Source

0.16.1

Added

  • added stickyHeader to disable/enable timeline header sticking on scroll.
  • removed fullUpdate prop and functionality. Labels rely on position: sticky to show for items that start before visibleTimeStart. This (should) greatly improve scroll performance.
  • removed extraneous css such as text-align: center on .rct-item, .rct-item-overflow to simplify the dom structure of Item.tsx
  • added headerRef callback to receive a reference to the header element. Due to the change in how the header positioning is implemented (i.e. using position: sticky), there is a need to use a polyfill in certain browsers that don't support position: sticky. With a reference to the header dom element, you can use a polyfill to apply sticky behavior.
  • minimumWidthForItemContentVisibility prop to control at what width inner item content is rendered.

Breaking

  • removed fixedHeader prop in favor of using position: sticky by default
  • removed import of stylesheets in library code, put onus on user to handle this stylesheet
mcmickjuice
published 0.16.0-beta.4 •

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