Skip to content

Latest commit

 

History

History
90 lines (51 loc) · 2.98 KB

CHANGELOG.md

File metadata and controls

90 lines (51 loc) · 2.98 KB

2.2.1 (2020-04-22)

Bug Fixes

  • call preventDefault method of event object properly (#188) (614c194)

2.2.0 (2020-04-20)

Features

  • move react and react-dom to devDependencies (#185) (15f0ed0)

2.1.0 (2020-03-23)

Features

  • notice: recreate notice component with a render prop approach (#141) (5b86b65)

2.0.0 (2020-02-22)

Bug Fixes

Features

  • day: isolate logic and render prop on the day level (#135) (e5b5fa7)

BREAKING CHANGES

  • day: Render prop of Day has been changed.

1.9.4 (2020-02-08)

Bug Fixes

Changelog simple-react-calendar

Unreleased

1.9.2

  • Issue with lib folder creation

1.9.1

  • Remove string refs

1.9.0

  • Add custom render functions

1.8.0

Chore

  • Remove Test build settings from webpack
  • Update jest-context to get rid of installation warning
  • Simplify Day Component
  • Integrate Jest for unit testing
  • Update Webpack and Babel
  • Add Storybook for demo page
  • Update Babel and Webpack
  • Add local Development environment
  • Update Storybook
  • Update Jest
  • Update eslint

1.7.0

Fixes

  • Fix Readme.md syntax

Features

  • Add React 16 support
  • Add Github templates (Contribute, issue, PR)
  • Add Changelog
  • Add Prettier

< 1.7.0

  • See commit history for changes in previous versions of simple-react-calendar.