Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 3 roky
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. # History
  2. 3.7.2 / 2019-08-28
  3. ---------------------------
  4. - Fix React lifecycle wanring. #163
  5. 3.7.0 / 2019-06-13
  6. ---------------------------
  7. - Improve accessibility. #153
  8. 3.6.0
  9. ---------------------------
  10. - Refacotr dom structure.
  11. 3.5.0 / 2018-12-23
  12. ---------------------------
  13. - Add `popupStyle`
  14. - Add `onAmPmChange`
  15. - Add Typescript definition
  16. 3.4.0 / 2018-08-13
  17. ---------------------------
  18. - Add `inputIcon`
  19. 3.3.0 / 2018-02-08
  20. ---------------------------
  21. - Add `inputReadOnly`
  22. 3.2.0 / 2017-11-15
  23. ---------------------------
  24. - Add `blur()` and `autoFocus`.
  25. 3.1.0 / 2017-11-02
  26. ---------------------------
  27. - Upgrade to `rc-trigger@2.x`.
  28. 3.0.0 / 2017-10-22
  29. ---------------------------
  30. - Support React 16.
  31. - Add `onKeydown`.
  32. - Add `focusOnOpen`.
  33. - Add `hourStep` `minuteStep` `secondStep`.
  34. - Fix disabled style.
  35. - Use `this.xxx` to replace `this.refs.xxx`.
  36. 2.4.0 / 2017-05-02
  37. ---------------------------
  38. Add `popupClassName` prop.
  39. 2.3.0 / 2017-03-08
  40. ---------------------------
  41. Add `use12Hours` prop.
  42. 2.2.0 / 2016-11-11
  43. ---------------------------
  44. Add `showMinute` prop.
  45. 2.1.0 / 2016-10-25
  46. ---------------------------
  47. Add `addon` prop.
  48. 2.0.0 / 2016-08-04
  49. ---------------------------
  50. goodbye gregorian-calendar, hello moment
  51. 1.1.0 / 2016-01-14
  52. ---------------------------
  53. remove gregorianCalendarLocale prop, move to locale.calendar
  54. 1.0.0 / 2015-12-21
  55. -------------------------
  56. release!
  57. 1.0.0-alpha9 / 2015-12-16
  58. ------------------
  59. `fixed` update bugs when value empty.
  60. 1.0.0-alpha7 / 2015-12-12
  61. ------------------
  62. `new` add options `disabledHours`, `disabledMinutes`, `disabledSeconds` and `hideDisabledOptions`.
  63. `remove` remove options `hourOptions`, `minuteOptions` and `secondOptions`.
  64. 1.0.0-alpha2 / 2015-12-03
  65. ------------------
  66. `fixed` IE8 compatible.
  67. `new` add test users.
  68. 0.7.1 / 2015-11-20
  69. ------------------
  70. `fixed` change value to null when clear input content to remove the react warning.
  71. 0.7.0 / 2015-11-20
  72. ------------------
  73. `update` change the className of panel and its container.
  74. 0.5.6 / 2015-11-19
  75. ------------------
  76. `fixed` use another method to change time and fix the bug about value.getTime().
  77. 0.5.4 / 2015-11-19
  78. ------------------
  79. `update` change value prop to defaultValue.
  80. 0.5.2 / 2015-11-19
  81. ------------------
  82. `update` renew placements config.
  83. 0.5.1 / 2015-11-19
  84. ------------------
  85. `update` change the className of select panel container.
  86. 0.5.0 / 2015-11-19
  87. ------------------
  88. `update` clear input content and close select panel when click [x] on select panel.
  89. `new` can custom input className now.
  90. 0.4.0 / 2015-11-18
  91. ------------------
  92. `update` clear input content when click [x] on select panel.
  93. 0.3.3 / 2015-11-17
  94. ------------------
  95. `fixed` fix some bugs.
  96. 0.3.0 / 2015-11-17
  97. ------------------
  98. `update` remove TimePanel and merge it to TimePicker.
  99. 0.2.0 / 2015-11-16
  100. ------------------
  101. `update` rename the component, update document.
  102. 0.1.0 / 2015-11-12
  103. ------------------
  104. `new` [#305](https://github.com/ant-design/ant-design/issues/305#issuecomment-147027817) release 0.1.0 ([@wuzhao](https://github.com/wuzhao)\)