@fluentui/react-datepicker-compat 0.3.22 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/CHANGELOG.json +97 -1
  2. package/CHANGELOG.md +31 -2
  3. package/dist/index.d.ts +5 -917
  4. package/lib/components/DatePicker/DatePicker.types.js.map +1 -1
  5. package/lib/components/DatePicker/defaults.js +1 -1
  6. package/lib/components/DatePicker/defaults.js.map +1 -1
  7. package/lib/components/DatePicker/useDatePicker.js +1 -2
  8. package/lib/components/DatePicker/useDatePicker.js.map +1 -1
  9. package/lib/index.js +0 -2
  10. package/lib/index.js.map +1 -1
  11. package/lib-commonjs/components/DatePicker/defaults.js +2 -2
  12. package/lib-commonjs/components/DatePicker/defaults.js.map +1 -1
  13. package/lib-commonjs/components/DatePicker/useDatePicker.js +5 -6
  14. package/lib-commonjs/components/DatePicker/useDatePicker.js.map +1 -1
  15. package/lib-commonjs/index.js +0 -77
  16. package/lib-commonjs/index.js.map +1 -1
  17. package/package.json +9 -8
  18. package/lib/Calendar.js +0 -1
  19. package/lib/Calendar.js.map +0 -1
  20. package/lib/CalendarDay.js +0 -1
  21. package/lib/CalendarDay.js.map +0 -1
  22. package/lib/CalendarDayGrid.js +0 -1
  23. package/lib/CalendarDayGrid.js.map +0 -1
  24. package/lib/CalendarMonth.js +0 -1
  25. package/lib/CalendarMonth.js.map +0 -1
  26. package/lib/CalendarPicker.js +0 -1
  27. package/lib/CalendarPicker.js.map +0 -1
  28. package/lib/CalendarYear.js +0 -1
  29. package/lib/CalendarYear.js.map +0 -1
  30. package/lib/components/Calendar/Calendar.js +0 -302
  31. package/lib/components/Calendar/Calendar.js.map +0 -1
  32. package/lib/components/Calendar/Calendar.types.js +0 -10
  33. package/lib/components/Calendar/Calendar.types.js.map +0 -1
  34. package/lib/components/Calendar/defaults.js +0 -2
  35. package/lib/components/Calendar/defaults.js.map +0 -1
  36. package/lib/components/Calendar/index.js +0 -4
  37. package/lib/components/Calendar/index.js.map +0 -1
  38. package/lib/components/Calendar/useCalendarStyles.styles.js +0 -167
  39. package/lib/components/Calendar/useCalendarStyles.styles.js.map +0 -1
  40. package/lib/components/CalendarDay/CalendarDay.js +0 -111
  41. package/lib/components/CalendarDay/CalendarDay.js.map +0 -1
  42. package/lib/components/CalendarDay/CalendarDay.types.js +0 -1
  43. package/lib/components/CalendarDay/CalendarDay.types.js.map +0 -1
  44. package/lib/components/CalendarDay/index.js +0 -3
  45. package/lib/components/CalendarDay/index.js.map +0 -1
  46. package/lib/components/CalendarDay/useCalendarDayStyles.styles.js +0 -180
  47. package/lib/components/CalendarDay/useCalendarDayStyles.styles.js.map +0 -1
  48. package/lib/components/CalendarDayGrid/CalendarDayGrid.js +0 -168
  49. package/lib/components/CalendarDayGrid/CalendarDayGrid.js.map +0 -1
  50. package/lib/components/CalendarDayGrid/CalendarDayGrid.types.js +0 -1
  51. package/lib/components/CalendarDayGrid/CalendarDayGrid.types.js.map +0 -1
  52. package/lib/components/CalendarDayGrid/CalendarGridDayCell.js +0 -164
  53. package/lib/components/CalendarDayGrid/CalendarGridDayCell.js.map +0 -1
  54. package/lib/components/CalendarDayGrid/CalendarGridRow.js +0 -26
  55. package/lib/components/CalendarDayGrid/CalendarGridRow.js.map +0 -1
  56. package/lib/components/CalendarDayGrid/CalendarMonthHeaderRow.js +0 -36
  57. package/lib/components/CalendarDayGrid/CalendarMonthHeaderRow.js.map +0 -1
  58. package/lib/components/CalendarDayGrid/index.js +0 -4
  59. package/lib/components/CalendarDayGrid/index.js.map +0 -1
  60. package/lib/components/CalendarDayGrid/useCalendarDayGridStyles.styles.js +0 -437
  61. package/lib/components/CalendarDayGrid/useCalendarDayGridStyles.styles.js.map +0 -1
  62. package/lib/components/CalendarDayGrid/useWeekCornerStyles.styles.js +0 -98
  63. package/lib/components/CalendarDayGrid/useWeekCornerStyles.styles.js.map +0 -1
  64. package/lib/components/CalendarDayGrid/useWeeks.js +0 -45
  65. package/lib/components/CalendarDayGrid/useWeeks.js.map +0 -1
  66. package/lib/components/CalendarMonth/CalendarMonth.js +0 -263
  67. package/lib/components/CalendarMonth/CalendarMonth.js.map +0 -1
  68. package/lib/components/CalendarMonth/CalendarMonth.types.js +0 -1
  69. package/lib/components/CalendarMonth/CalendarMonth.types.js.map +0 -1
  70. package/lib/components/CalendarMonth/index.js +0 -3
  71. package/lib/components/CalendarMonth/index.js.map +0 -1
  72. package/lib/components/CalendarMonth/useCalendarMonthStyles.js +0 -8
  73. package/lib/components/CalendarMonth/useCalendarMonthStyles.js.map +0 -1
  74. package/lib/components/CalendarPicker/CalendarPicker.types.js +0 -1
  75. package/lib/components/CalendarPicker/CalendarPicker.types.js.map +0 -1
  76. package/lib/components/CalendarPicker/index.js +0 -2
  77. package/lib/components/CalendarPicker/index.js.map +0 -1
  78. package/lib/components/CalendarPicker/useCalendarPickerStyles.styles.js +0 -371
  79. package/lib/components/CalendarPicker/useCalendarPickerStyles.styles.js.map +0 -1
  80. package/lib/components/CalendarYear/CalendarYear.js +0 -298
  81. package/lib/components/CalendarYear/CalendarYear.js.map +0 -1
  82. package/lib/components/CalendarYear/CalendarYear.types.js +0 -1
  83. package/lib/components/CalendarYear/CalendarYear.types.js.map +0 -1
  84. package/lib/components/CalendarYear/index.js +0 -3
  85. package/lib/components/CalendarYear/index.js.map +0 -1
  86. package/lib/components/CalendarYear/useCalendarYearStyles.styles.js +0 -10
  87. package/lib/components/CalendarYear/useCalendarYearStyles.styles.js.map +0 -1
  88. package/lib/utils/animations.js +0 -97
  89. package/lib/utils/animations.js.map +0 -1
  90. package/lib/utils/constants.js +0 -62
  91. package/lib/utils/constants.js.map +0 -1
  92. package/lib/utils/dateFormatting/dateFormatting.defaults.js +0 -95
  93. package/lib/utils/dateFormatting/dateFormatting.defaults.js.map +0 -1
  94. package/lib/utils/dateFormatting/dateFormatting.types.js +0 -1
  95. package/lib/utils/dateFormatting/dateFormatting.types.js.map +0 -1
  96. package/lib/utils/dateFormatting/index.js +0 -2
  97. package/lib/utils/dateFormatting/index.js.map +0 -1
  98. package/lib/utils/dateGrid/dateGrid.types.js +0 -1
  99. package/lib/utils/dateGrid/dateGrid.types.js.map +0 -1
  100. package/lib/utils/dateGrid/findAvailableDate.js +0 -22
  101. package/lib/utils/dateGrid/findAvailableDate.js.map +0 -1
  102. package/lib/utils/dateGrid/getBoundedDateRange.js +0 -18
  103. package/lib/utils/dateGrid/getBoundedDateRange.js.map +0 -1
  104. package/lib/utils/dateGrid/getDateRangeTypeToUse.js +0 -16
  105. package/lib/utils/dateGrid/getDateRangeTypeToUse.js.map +0 -1
  106. package/lib/utils/dateGrid/getDayGrid.js +0 -71
  107. package/lib/utils/dateGrid/getDayGrid.js.map +0 -1
  108. package/lib/utils/dateGrid/index.js +0 -5
  109. package/lib/utils/dateGrid/index.js.map +0 -1
  110. package/lib/utils/dateGrid/isAfterMaxDate.js +0 -9
  111. package/lib/utils/dateGrid/isAfterMaxDate.js.map +0 -1
  112. package/lib/utils/dateGrid/isBeforeMinDate.js +0 -9
  113. package/lib/utils/dateGrid/isBeforeMinDate.js.map +0 -1
  114. package/lib/utils/dateGrid/isContiguous.js +0 -18
  115. package/lib/utils/dateGrid/isContiguous.js.map +0 -1
  116. package/lib/utils/dateGrid/isRestrictedDate.js +0 -15
  117. package/lib/utils/dateGrid/isRestrictedDate.js.map +0 -1
  118. package/lib/utils/dateMath/dateMath.js +0 -339
  119. package/lib/utils/dateMath/dateMath.js.map +0 -1
  120. package/lib/utils/dateMath/index.js +0 -1
  121. package/lib/utils/dateMath/index.js.map +0 -1
  122. package/lib/utils/dom.js +0 -8
  123. package/lib/utils/dom.js.map +0 -1
  124. package/lib/utils/focus.js +0 -26
  125. package/lib/utils/focus.js.map +0 -1
  126. package/lib/utils/index.js +0 -7
  127. package/lib/utils/index.js.map +0 -1
  128. package/lib-commonjs/Calendar.js +0 -6
  129. package/lib-commonjs/Calendar.js.map +0 -1
  130. package/lib-commonjs/CalendarDay.js +0 -6
  131. package/lib-commonjs/CalendarDay.js.map +0 -1
  132. package/lib-commonjs/CalendarDayGrid.js +0 -6
  133. package/lib-commonjs/CalendarDayGrid.js.map +0 -1
  134. package/lib-commonjs/CalendarMonth.js +0 -6
  135. package/lib-commonjs/CalendarMonth.js.map +0 -1
  136. package/lib-commonjs/CalendarPicker.js +0 -6
  137. package/lib-commonjs/CalendarPicker.js.map +0 -1
  138. package/lib-commonjs/CalendarYear.js +0 -6
  139. package/lib-commonjs/CalendarYear.js.map +0 -1
  140. package/lib-commonjs/components/Calendar/Calendar.js +0 -311
  141. package/lib-commonjs/components/Calendar/Calendar.js.map +0 -1
  142. package/lib-commonjs/components/Calendar/Calendar.types.js +0 -21
  143. package/lib-commonjs/components/Calendar/Calendar.types.js.map +0 -1
  144. package/lib-commonjs/components/Calendar/defaults.js +0 -12
  145. package/lib-commonjs/components/Calendar/defaults.js.map +0 -1
  146. package/lib-commonjs/components/Calendar/index.js +0 -15
  147. package/lib-commonjs/components/Calendar/index.js.map +0 -1
  148. package/lib-commonjs/components/Calendar/useCalendarStyles.styles.js +0 -339
  149. package/lib-commonjs/components/Calendar/useCalendarStyles.styles.js.map +0 -1
  150. package/lib-commonjs/components/CalendarDay/CalendarDay.js +0 -120
  151. package/lib-commonjs/components/CalendarDay/CalendarDay.js.map +0 -1
  152. package/lib-commonjs/components/CalendarDay/CalendarDay.types.js +0 -6
  153. package/lib-commonjs/components/CalendarDay/CalendarDay.types.js.map +0 -1
  154. package/lib-commonjs/components/CalendarDay/index.js +0 -8
  155. package/lib-commonjs/components/CalendarDay/index.js.map +0 -1
  156. package/lib-commonjs/components/CalendarDay/useCalendarDayStyles.styles.js +0 -357
  157. package/lib-commonjs/components/CalendarDay/useCalendarDayStyles.styles.js.map +0 -1
  158. package/lib-commonjs/components/CalendarDayGrid/CalendarDayGrid.js +0 -179
  159. package/lib-commonjs/components/CalendarDayGrid/CalendarDayGrid.js.map +0 -1
  160. package/lib-commonjs/components/CalendarDayGrid/CalendarDayGrid.types.js +0 -6
  161. package/lib-commonjs/components/CalendarDayGrid/CalendarDayGrid.types.js.map +0 -1
  162. package/lib-commonjs/components/CalendarDayGrid/CalendarGridDayCell.js +0 -173
  163. package/lib-commonjs/components/CalendarDayGrid/CalendarGridDayCell.js.map +0 -1
  164. package/lib-commonjs/components/CalendarDayGrid/CalendarGridRow.js +0 -35
  165. package/lib-commonjs/components/CalendarDayGrid/CalendarGridRow.js.map +0 -1
  166. package/lib-commonjs/components/CalendarDayGrid/CalendarMonthHeaderRow.js +0 -45
  167. package/lib-commonjs/components/CalendarDayGrid/CalendarMonthHeaderRow.js.map +0 -1
  168. package/lib-commonjs/components/CalendarDayGrid/index.js +0 -22
  169. package/lib-commonjs/components/CalendarDayGrid/index.js.map +0 -1
  170. package/lib-commonjs/components/CalendarDayGrid/useCalendarDayGridStyles.styles.js +0 -890
  171. package/lib-commonjs/components/CalendarDayGrid/useCalendarDayGridStyles.styles.js.map +0 -1
  172. package/lib-commonjs/components/CalendarDayGrid/useWeekCornerStyles.styles.js +0 -105
  173. package/lib-commonjs/components/CalendarDayGrid/useWeekCornerStyles.styles.js.map +0 -1
  174. package/lib-commonjs/components/CalendarDayGrid/useWeeks.js +0 -54
  175. package/lib-commonjs/components/CalendarDayGrid/useWeeks.js.map +0 -1
  176. package/lib-commonjs/components/CalendarMonth/CalendarMonth.js +0 -272
  177. package/lib-commonjs/components/CalendarMonth/CalendarMonth.js.map +0 -1
  178. package/lib-commonjs/components/CalendarMonth/CalendarMonth.types.js +0 -6
  179. package/lib-commonjs/components/CalendarMonth/CalendarMonth.types.js.map +0 -1
  180. package/lib-commonjs/components/CalendarMonth/index.js +0 -8
  181. package/lib-commonjs/components/CalendarMonth/index.js.map +0 -1
  182. package/lib-commonjs/components/CalendarMonth/useCalendarMonthStyles.js +0 -14
  183. package/lib-commonjs/components/CalendarMonth/useCalendarMonthStyles.js.map +0 -1
  184. package/lib-commonjs/components/CalendarPicker/CalendarPicker.types.js +0 -4
  185. package/lib-commonjs/components/CalendarPicker/CalendarPicker.types.js.map +0 -1
  186. package/lib-commonjs/components/CalendarPicker/index.js +0 -7
  187. package/lib-commonjs/components/CalendarPicker/index.js.map +0 -1
  188. package/lib-commonjs/components/CalendarPicker/useCalendarPickerStyles.styles.js +0 -742
  189. package/lib-commonjs/components/CalendarPicker/useCalendarPickerStyles.styles.js.map +0 -1
  190. package/lib-commonjs/components/CalendarYear/CalendarYear.js +0 -307
  191. package/lib-commonjs/components/CalendarYear/CalendarYear.js.map +0 -1
  192. package/lib-commonjs/components/CalendarYear/CalendarYear.types.js +0 -6
  193. package/lib-commonjs/components/CalendarYear/CalendarYear.types.js.map +0 -1
  194. package/lib-commonjs/components/CalendarYear/index.js +0 -8
  195. package/lib-commonjs/components/CalendarYear/index.js.map +0 -1
  196. package/lib-commonjs/components/CalendarYear/useCalendarYearStyles.styles.js +0 -14
  197. package/lib-commonjs/components/CalendarYear/useCalendarYearStyles.styles.js.map +0 -1
  198. package/lib-commonjs/utils/animations.js +0 -154
  199. package/lib-commonjs/utils/animations.js.map +0 -1
  200. package/lib-commonjs/utils/constants.js +0 -92
  201. package/lib-commonjs/utils/constants.js.map +0 -1
  202. package/lib-commonjs/utils/dateFormatting/dateFormatting.defaults.js +0 -116
  203. package/lib-commonjs/utils/dateFormatting/dateFormatting.defaults.js.map +0 -1
  204. package/lib-commonjs/utils/dateFormatting/dateFormatting.types.js +0 -4
  205. package/lib-commonjs/utils/dateFormatting/dateFormatting.types.js.map +0 -1
  206. package/lib-commonjs/utils/dateFormatting/index.js +0 -7
  207. package/lib-commonjs/utils/dateFormatting/index.js.map +0 -1
  208. package/lib-commonjs/utils/dateGrid/dateGrid.types.js +0 -4
  209. package/lib-commonjs/utils/dateGrid/dateGrid.types.js.map +0 -1
  210. package/lib-commonjs/utils/dateGrid/findAvailableDate.js +0 -29
  211. package/lib-commonjs/utils/dateGrid/findAvailableDate.js.map +0 -1
  212. package/lib-commonjs/utils/dateGrid/getBoundedDateRange.js +0 -23
  213. package/lib-commonjs/utils/dateGrid/getBoundedDateRange.js.map +0 -1
  214. package/lib-commonjs/utils/dateGrid/getDateRangeTypeToUse.js +0 -20
  215. package/lib-commonjs/utils/dateGrid/getDateRangeTypeToUse.js.map +0 -1
  216. package/lib-commonjs/utils/dateGrid/getDayGrid.js +0 -76
  217. package/lib-commonjs/utils/dateGrid/getDayGrid.js.map +0 -1
  218. package/lib-commonjs/utils/dateGrid/index.js +0 -10
  219. package/lib-commonjs/utils/dateGrid/index.js.map +0 -1
  220. package/lib-commonjs/utils/dateGrid/isAfterMaxDate.js +0 -15
  221. package/lib-commonjs/utils/dateGrid/isAfterMaxDate.js.map +0 -1
  222. package/lib-commonjs/utils/dateGrid/isBeforeMinDate.js +0 -15
  223. package/lib-commonjs/utils/dateGrid/isBeforeMinDate.js.map +0 -1
  224. package/lib-commonjs/utils/dateGrid/isContiguous.js +0 -28
  225. package/lib-commonjs/utils/dateGrid/isContiguous.js.map +0 -1
  226. package/lib-commonjs/utils/dateGrid/isRestrictedDate.js +0 -21
  227. package/lib-commonjs/utils/dateGrid/isRestrictedDate.js.map +0 -1
  228. package/lib-commonjs/utils/dateMath/dateMath.js +0 -308
  229. package/lib-commonjs/utils/dateMath/dateMath.js.map +0 -1
  230. package/lib-commonjs/utils/dateMath/index.js +0 -6
  231. package/lib-commonjs/utils/dateMath/index.js.map +0 -1
  232. package/lib-commonjs/utils/dom.js +0 -18
  233. package/lib-commonjs/utils/dom.js.map +0 -1
  234. package/lib-commonjs/utils/focus.js +0 -31
  235. package/lib-commonjs/utils/focus.js.map +0 -1
  236. package/lib-commonjs/utils/index.js +0 -12
  237. package/lib-commonjs/utils/index.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,103 @@
2
2
  "name": "@fluentui/react-datepicker-compat",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 18 Oct 2023 17:47:37 GMT",
5
+ "date": "Sat, 28 Oct 2023 23:32:06 GMT",
6
+ "tag": "@fluentui/react-datepicker-compat_v0.4.1",
7
+ "version": "0.4.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-datepicker-compat",
13
+ "comment": "Bump @fluentui/react-calendar-compat to v0.0.3",
14
+ "commit": "555b0fae3ec7f052e765557ae243c58000514f92"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-datepicker-compat",
19
+ "comment": "Bump @fluentui/react-field to v9.1.39",
20
+ "commit": "555b0fae3ec7f052e765557ae243c58000514f92"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-datepicker-compat",
25
+ "comment": "Bump @fluentui/react-input to v9.4.49",
26
+ "commit": "555b0fae3ec7f052e765557ae243c58000514f92"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-datepicker-compat",
31
+ "comment": "Bump @fluentui/react-popover to v9.8.18",
32
+ "commit": "555b0fae3ec7f052e765557ae243c58000514f92"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-datepicker-compat",
37
+ "comment": "Bump @fluentui/react-portal to v9.3.26",
38
+ "commit": "555b0fae3ec7f052e765557ae243c58000514f92"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-datepicker-compat",
43
+ "comment": "Bump @fluentui/react-positioning to v9.9.22",
44
+ "commit": "555b0fae3ec7f052e765557ae243c58000514f92"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-datepicker-compat",
49
+ "comment": "Bump @fluentui/react-shared-contexts to v9.11.0",
50
+ "commit": "555b0fae3ec7f052e765557ae243c58000514f92"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-datepicker-compat",
55
+ "comment": "Bump @fluentui/react-tabster to v9.14.2",
56
+ "commit": "555b0fae3ec7f052e765557ae243c58000514f92"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Mon, 23 Oct 2023 09:51:55 GMT",
63
+ "tag": "@fluentui/react-datepicker-compat_v0.4.0",
64
+ "version": "0.4.0",
65
+ "comments": {
66
+ "minor": [
67
+ {
68
+ "author": "esteban.230@hotmail.com",
69
+ "package": "@fluentui/react-datepicker-compat",
70
+ "commit": "626775836611bb51ca78425a52de8fc338b8b763",
71
+ "comment": "BREAKING: Update Datepicker to use react-calendar-compat and remove Calendar related exports."
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-datepicker-compat",
76
+ "comment": "Bump @fluentui/react-calendar-compat to v0.0.2",
77
+ "commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui/react-datepicker-compat",
82
+ "comment": "Bump @fluentui/react-popover to v9.8.17",
83
+ "commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
84
+ },
85
+ {
86
+ "author": "beachball",
87
+ "package": "@fluentui/react-datepicker-compat",
88
+ "comment": "Bump @fluentui/react-portal to v9.3.25",
89
+ "commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
90
+ },
91
+ {
92
+ "author": "beachball",
93
+ "package": "@fluentui/react-datepicker-compat",
94
+ "comment": "Bump @fluentui/react-tabster to v9.14.1",
95
+ "commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
96
+ }
97
+ ]
98
+ }
99
+ },
100
+ {
101
+ "date": "Wed, 18 Oct 2023 17:54:08 GMT",
6
102
  "tag": "@fluentui/react-datepicker-compat_v0.3.22",
7
103
  "version": "0.3.22",
8
104
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,41 @@
1
1
  # Change Log - @fluentui/react-datepicker-compat
2
2
 
3
- This log was last generated on Wed, 18 Oct 2023 17:47:37 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 28 Oct 2023 23:32:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.1)
8
+
9
+ Sat, 28 Oct 2023 23:32:06 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.0..@fluentui/react-datepicker-compat_v0.4.1)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-calendar-compat to v0.0.3 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball)
15
+ - Bump @fluentui/react-field to v9.1.39 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball)
16
+ - Bump @fluentui/react-input to v9.4.49 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball)
17
+ - Bump @fluentui/react-popover to v9.8.18 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball)
18
+ - Bump @fluentui/react-portal to v9.3.26 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball)
19
+ - Bump @fluentui/react-positioning to v9.9.22 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball)
20
+ - Bump @fluentui/react-shared-contexts to v9.11.0 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball)
21
+ - Bump @fluentui/react-tabster to v9.14.2 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball)
22
+
23
+ ## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.0)
24
+
25
+ Mon, 23 Oct 2023 09:51:55 GMT
26
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.3.22..@fluentui/react-datepicker-compat_v0.4.0)
27
+
28
+ ### Minor changes
29
+
30
+ - BREAKING: Update Datepicker to use react-calendar-compat and remove Calendar related exports. ([PR #29587](https://github.com/microsoft/fluentui/pull/29587) by esteban.230@hotmail.com)
31
+ - Bump @fluentui/react-calendar-compat to v0.0.2 ([commit](https://github.com/microsoft/fluentui/commit/e4ef1febe8a185dddc10f8936944d177d50bc396) by beachball)
32
+ - Bump @fluentui/react-popover to v9.8.17 ([commit](https://github.com/microsoft/fluentui/commit/e4ef1febe8a185dddc10f8936944d177d50bc396) by beachball)
33
+ - Bump @fluentui/react-portal to v9.3.25 ([commit](https://github.com/microsoft/fluentui/commit/e4ef1febe8a185dddc10f8936944d177d50bc396) by beachball)
34
+ - Bump @fluentui/react-tabster to v9.14.1 ([commit](https://github.com/microsoft/fluentui/commit/e4ef1febe8a185dddc10f8936944d177d50bc396) by beachball)
35
+
7
36
  ## [0.3.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.3.22)
8
37
 
9
- Wed, 18 Oct 2023 17:47:37 GMT
38
+ Wed, 18 Oct 2023 17:54:08 GMT
10
39
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.3.21..@fluentui/react-datepicker-compat_v0.3.22)
11
40
 
12
41
  ### Patches