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

react-day-picker

Package Overview
Dependencies
Maintainers
1
Versions
251
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-day-picker - npm Package Versions

1
25

2.3.3

Diff

Changelog

Source

v2.3.3

Release date: 2016-07-04

Fixed props warnings in React 15.2.0 (#191).

gpbl
published 2.3.2 •

Changelog

Source

v2.3.2

Release date: 2016-07-01

Removed superfluous deprecation warnings.

gpbl
published 2.3.1 •

gpbl
published 2.3.0 •

Changelog

Source

v2.3.0

Release Date: 2016-06-30

  • Added navbarElement and weekdayElement prop (#179 by boatkorachal).
  • Added onDayFocus prop (#185 by johannesd).

Deprecation notice

navbarComponent and weekdayComponent props are deprecated. Please use navbarElement and weekdayElement:

- <DayPicker navbarComponent={ MyCustomNavbar } weekdayComponent={ MyCustomWeekday } />
+ <DayPicker navbarElement={ <MyCustomNavbar/> } weekdayElement={ <MyCustomWeekday /> } />
gpbl
published 2.2.0 •

Changelog

Source

v2.2.0

Release Date: 2016-06-09

Added fixedWeeks prop (#176 by fcsonline). Use this prop to always display 6 weeks per month: example.

gpbl
published 2.1.1 •

Changelog

Source

v2.1.1

Release date: 2016-06-06

Fixed compatibility with IE11 (#175 by davidspiess).

gpbl
published 2.1.0 •

Changelog

Source

v2.1.0

Release Date: 2016-06-02

gpbl
published 2.0.3 •

Changelog

Source

v2.0.3

Release date: 2016-05-24

Included the dist version in the npm package.

gpbl
published 2.0.2 •

Changelog

Source

v2.0.2

Release date: 2016-05-24

Fixed a bug when canChangeMonth is set to true (#168).

gpbl
published 2.0.1 •

Changelog

Source

v2.0.1

Release date: 2016-05-15

Fix npm release.

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