Skip to content

Latest commit

 

History

History
100 lines (80 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

100 lines (80 loc) · 10.2 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Generated by auto-changelog.

v0.7.0 - 2018-07-22

Commits

  • feat: disable, minDate, maxDate attributes af0d3a9
  • feat: add initialDate attribute 23e8008
  • docs: correct README 273d8eb
  • chore: remove propTypes from production build e3f7820
  • fix(DatesRangeInput): clear selected range if value is empty 3b57013

v0.6.0 - 2018-06-30

Merged

  • fix: #13 input element updates only on value prop change #14

Commits

  • fix: doesn't work with React 15 40dd5df
  • feat: close popup on date/time selected 9cc79c0

v0.5.0 - 2018-06-11

Commits

  • refactor: lift state to input elements 513d7f5
  • refactor: updateProptypes b747b26
  • fix: IE Event constructor 74ee3a4
  • fix: DateInput invalid date parsing 380f644
  • fix: TimeInput switch modes 9b48376

v0.4.6 - 2018-06-05

Merged

  • Typescript definitions #10
  • add unhandled props to callback data #12
  • fix: correctly parse custom dateFormats in DateInput and DateTimeInput #9
  • feat: inline inputs #8
  • feat: startMode support on Date/DateTimePicker #7
  • fix: #4 input value formatting using props #5
  • breaking: change input elements onChange callbacks #3

Commits

  • fix: fill dates range input with empty string when it's empty 3297836
  • perf: avoid unnecessary Picker update b883413
  • fix: popup content goes outside it's border 068789c
  • docs: change examples in README 7a393bd
  • chore: split assets building on subtasks 9e3cdb6
  • fix: update type definitions 3915378
  • refactor: use one tick delay instead of controlled popup 31c87e5
  • fix: popup doesn't close on click in IE 11 3d47765
  • fix: popup does not close on scroll 819bc06
  • fix: doesn't switch years on next/prev btn click in month mode fc2c374
  • fix: popup doesn't close on document click 92abd5f
  • refactor: get rid of BasePicker 2a42230
  • chore: update dependencies 0c75da9
  • feat: switch mode on header click a3bbfc2
  • fix: does not work on IE 11 8f6244b
  • chore: update version 187d1d7
  • fix: nested tables 9a27ec1
  • feat: add popupPosition prop to input elements 90d60ac
  • refactor: move shared pickers methods in BasePicker class 819fbc0
  • feat: MonthInput 517f6ae
  • feat: YearPicker 792e916
  • chore: update version cd5c49b
  • refactor: make input components interface more resembling SUIR Input's interface b5160ff
  • chore: update version 9211f27
  • merge dateRange ecb0896
  • add: DatesRangeInput ddf34b1
  • fix: #1 timepicker popup closes automatically before a value is accepted 068de87
  • fix: cant fill input field using keyboard or erase it 11cc759
  • refactor: use getUnhandledProps to pass unhandled props down 730f476
  • docs: ad d js syntax highlighting to README 4303665
  • docs: update README 08efe06
  • add: form input examples 3a1f962
  • add: DateInput TimeInput DateTimeInput 55e22de
  • fix: DateTimePicker's prev/next buttons dont work e0a040e
  • add: DatePicker TimePicker DateTimePicker d911f09
  • chore: update package.json 87bafd0
  • add: build script c832768
  • add: CalendarContainer f10fed3
  • add: css bbe9e30
  • update(Calendar): complete component's interface 2d83c7d
  • Create README.md 5df3058
  • Initial commit 0d101f9
  • add: Calendar component 186490b
  • initial 995c011