Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Latest commit

 

History

History
297 lines (179 loc) · 13.3 KB

CHANGELOG.md

File metadata and controls

297 lines (179 loc) · 13.3 KB

Change Log

v5.0.17 (2024-07-09)

Full Changelog

New features:

v5.0.16 (2020-04-27)

Full Changelog

New features:

  • Style.scss imports a file that does not exist in recent versions of react-flexview #167
  • Placeholder not showing #162
  • Disable user input? #149

Fixes (bugs & defects):

  • fix onChange typings for DatePickerInput: it should accept a second argument "formatteDate: string" #159

v5.0.14 (2019-04-23)

Full Changelog

New features:

  • Allow already-working "placeholder" props in typings #161
  • Logo Design for rc-datepicker #154

v5.0.13 (2018-04-30)

Full Changelog

Fixes (bugs & defects):

  • @types/react should not be a dependency #146

v5.0.12 (2018-03-23)

Full Changelog

Fixes (bugs & defects):

  • String refs are deprecated #144

v5.0.11 (2018-02-26)

Full Changelog

Fixes (bugs & defects):

  • Add react16 to list of peerDependencies #142

v5.0.10 (2017-10-13)

Full Changelog

Fixes (bugs & defects):

  • Typescript: void as state complains #136

v5.0.9 (2017-08-28)

Full Changelog

Fixes (bugs & defects):

  • replace t.ReactChildren with exported ReactChildren #131

v5.0.8 (2017-06-20)

Full Changelog

Fixes (bugs & defects):

  • [.d.ts] onChange first param should be a Date #129
  • Ci is failing with Error: Missing description for prop 'startDate' in 'DatePickerInput'. #126

v5.0.7 (2017-05-29)

Full Changelog

New features:

  • backport scriptoni@0.6 #124
  • Add the ability to specify the initial visible date #122

v5.0.6 (2017-05-05)

Full Changelog

New features:

  • typescript support #105

v5.0.5 (2017-04-26)

Full Changelog

Fixes (bugs & defects):

  • DatePickerInput is ignoring locale when initialized #114
  • Can not find lib/style.css. #111

v5.0.4 (2017-03-08)

Full Changelog

New features:

  • DatePickerInput: add ability to open the popup on top #112

v5.0.3 (2017-03-06)

Full Changelog

v5.0.2 (2017-03-01)

Full Changelog

New features:

  • add "disabled" functionality to DatePickerInput #109

v5.0.1 (2017-01-02)

Full Changelog

Fixes (bugs & defects):

  • style.css is not fully compiled in lib folder #102

v5.0.0 (2016-12-29)

Full Changelog

New features:

  • [style] update style with new mockup #98
  • [style] improve UI following styleguide #81
  • React 15.x compatibility #78
  • datepicker layout may break with different fonts #68

v5.0.0-beta2 (2016-06-06)

Full Changelog

New features:

  • Find an alternative to valueLink #88

v5.0.0-beta1 (2016-05-30)

Full Changelog

New features:

  • [style] improve picker style #86
  • [style] improve button style #82

Fixes (bugs & defects):

  • [IE] datepicker returns InvalidDate at first click #83

v4.0.0 (2016-04-21)

Full Changelog

v3.1.2 (2016-03-30)

Full Changelog

Fixes (bugs & defects):

  • January calendar wrong with moment 2.11+ #65

v3.1.1 (2016-03-23)

Full Changelog

Fixes (bugs & defects):

  • 3.1.0 break change mode button #75
  • closeOnClickOutside not triggered when clicking into another DatePickerInput #69

New features:

  • Update lodash to ^4 #73
  • use Popover from buildo-react-components #61
  • improve DatePicker and DatePickerInput API #39
  • Drop Travis and Coveralls in favor of Bamboo and Codecov #11

v3.0.2 (2016-01-27)

Full Changelog

New features:

  • temporarily use moment@2.10.6 #66

v3.0.1 (2015-12-22)

Full Changelog

New features:

  • add clearable #62
  • fix YearPickerTop propTypes #60

v3.0.0 (2015-10-12)

Full Changelog

Breaking:

  • separate format in displayFormat and returnFormat #57

New features:

  • handle undefined value #55

v2.0.0 (2015-08-10)

Full Changelog

Fixes (bugs & defects):

  • DatePickerInput does not close if same date is inserted #48

New features:

  • remove unused and unwanted initialDate in componentWillRecieveProps of DatePickerInput #40
  • should we introduce t-comb for prop and type checking? #38
  • safer import of lodash #35
  • add support for valueLink #13

v1.3.0 (2015-07-23)

Full Changelog

New features:

  • add onShow and onHide callbacks to DatePickerInput #36

v1.2.0 (2015-07-16)

Full Changelog

Fixes (bugs & defects):

  • CI is failing due to lint error #30
  • remove window.onclick listener in componentWillUnmount #29

New features:

  • in the last release (v1.1.0) there is a console.log #28
  • Type in closeOnClickOutiside prop. #25
  • Rename to "rc-datepicker"? #16

v1.1.0 (2015-07-06)

Full Changelog

New features:

  • Should log a warning if required locale is not available #22
  • Add a screenshot in the README #17
  • change repo name (remove "semantic") #14
  • Add example project for quicker development #7

Fixes (bugs & defects):

  • the calendar doesn't close when you click outside #20

v1.0.3 (2015-06-29)

Full Changelog

v1.0.2 (2015-06-29)

Full Changelog

v1.0.0 (2015-06-26)

Full Changelog

New features:

  • New build system based on karma/webpack/babel #8
  • Improve build system to produce minified version #3

v0.2.0 (2015-04-22)

Full Changelog

New features:

  • Add 'name' prop to DatePickerInput #5

v0.1.4 (2015-04-22)

Full Changelog

New features:

  • Present date picker on input field focus #4

v0.1.3 (2015-04-20)

Full Changelog

Fixes (bugs & defects):

  • When setting minDate the wrong bounds are set for 'year' mode #1

v0.1.2 (2015-04-11)

Full Changelog

v0.1.1 (2015-04-10)

Full Changelog

Fixes (bugs & defects):

  • dateString shouldn't be set if date is undefined #2

v0.1.0 (2015-04-10)