@fluentui/react-datepicker-compat 0.3.21 → 0.4.0

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 +101 -5
  2. package/CHANGELOG.md +35 -6
  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 +10 -9
  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": "Thu, 12 Oct 2023 14:52:34 GMT",
5
+ "date": "Mon, 23 Oct 2023 09:48:54 GMT",
6
+ "tag": "@fluentui/react-datepicker-compat_v0.4.0",
7
+ "version": "0.4.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "esteban.230@hotmail.com",
12
+ "package": "@fluentui/react-datepicker-compat",
13
+ "commit": "626775836611bb51ca78425a52de8fc338b8b763",
14
+ "comment": "BREAKING: Update Datepicker to use react-calendar-compat and remove Calendar related exports."
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-datepicker-compat",
19
+ "comment": "Bump @fluentui/react-calendar-compat to v0.0.2",
20
+ "commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-datepicker-compat",
25
+ "comment": "Bump @fluentui/react-popover to v9.8.17",
26
+ "commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-datepicker-compat",
31
+ "comment": "Bump @fluentui/react-portal to v9.3.25",
32
+ "commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-datepicker-compat",
37
+ "comment": "Bump @fluentui/react-tabster to v9.14.1",
38
+ "commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Wed, 18 Oct 2023 17:54:08 GMT",
45
+ "tag": "@fluentui/react-datepicker-compat_v0.3.22",
46
+ "version": "0.3.22",
47
+ "comments": {
48
+ "patch": [
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui/react-datepicker-compat",
52
+ "comment": "Bump @fluentui/react-field to v9.1.38",
53
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui/react-datepicker-compat",
58
+ "comment": "Bump @fluentui/react-input to v9.4.48",
59
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "@fluentui/react-datepicker-compat",
64
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.18",
65
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-datepicker-compat",
70
+ "comment": "Bump @fluentui/react-popover to v9.8.16",
71
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-datepicker-compat",
76
+ "comment": "Bump @fluentui/react-portal to v9.3.24",
77
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui/react-datepicker-compat",
82
+ "comment": "Bump @fluentui/react-positioning to v9.9.21",
83
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
84
+ },
85
+ {
86
+ "author": "beachball",
87
+ "package": "@fluentui/react-datepicker-compat",
88
+ "comment": "Bump @fluentui/react-tabster to v9.14.0",
89
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
90
+ },
91
+ {
92
+ "author": "beachball",
93
+ "package": "@fluentui/react-datepicker-compat",
94
+ "comment": "Bump @fluentui/react-utilities to v9.15.1",
95
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
96
+ }
97
+ ]
98
+ }
99
+ },
100
+ {
101
+ "date": "Thu, 12 Oct 2023 14:55:44 GMT",
6
102
  "tag": "@fluentui/react-datepicker-compat_v0.3.21",
7
103
  "version": "0.3.21",
8
104
  "comments": {
@@ -11,25 +107,25 @@
11
107
  "author": "beachball",
12
108
  "package": "@fluentui/react-datepicker-compat",
13
109
  "comment": "Bump @fluentui/react-field to v9.1.37",
14
- "commit": "1a52f5b27e2f71f7257c470bc9c7552ea5e07867"
110
+ "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
15
111
  },
16
112
  {
17
113
  "author": "beachball",
18
114
  "package": "@fluentui/react-datepicker-compat",
19
115
  "comment": "Bump @fluentui/react-input to v9.4.47",
20
- "commit": "1a52f5b27e2f71f7257c470bc9c7552ea5e07867"
116
+ "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
21
117
  },
22
118
  {
23
119
  "author": "beachball",
24
120
  "package": "@fluentui/react-datepicker-compat",
25
121
  "comment": "Bump @fluentui/react-jsx-runtime to v9.0.17",
26
- "commit": "1a52f5b27e2f71f7257c470bc9c7552ea5e07867"
122
+ "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
27
123
  },
28
124
  {
29
125
  "author": "beachball",
30
126
  "package": "@fluentui/react-datepicker-compat",
31
127
  "comment": "Bump @fluentui/react-popover to v9.8.15",
32
- "commit": "1a52f5b27e2f71f7257c470bc9c7552ea5e07867"
128
+ "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
33
129
  }
34
130
  ]
35
131
  }
package/CHANGELOG.md CHANGED
@@ -1,20 +1,49 @@
1
1
  # Change Log - @fluentui/react-datepicker-compat
2
2
 
3
- This log was last generated on Thu, 12 Oct 2023 14:52:34 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 Oct 2023 09:48:54 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.0)
8
+
9
+ Mon, 23 Oct 2023 09:48:54 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.3.22..@fluentui/react-datepicker-compat_v0.4.0)
11
+
12
+ ### Minor changes
13
+
14
+ - 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)
15
+ - Bump @fluentui/react-calendar-compat to v0.0.2 ([commit](https://github.com/microsoft/fluentui/commit/e4ef1febe8a185dddc10f8936944d177d50bc396) by beachball)
16
+ - Bump @fluentui/react-popover to v9.8.17 ([commit](https://github.com/microsoft/fluentui/commit/e4ef1febe8a185dddc10f8936944d177d50bc396) by beachball)
17
+ - Bump @fluentui/react-portal to v9.3.25 ([commit](https://github.com/microsoft/fluentui/commit/e4ef1febe8a185dddc10f8936944d177d50bc396) by beachball)
18
+ - Bump @fluentui/react-tabster to v9.14.1 ([commit](https://github.com/microsoft/fluentui/commit/e4ef1febe8a185dddc10f8936944d177d50bc396) by beachball)
19
+
20
+ ## [0.3.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.3.22)
21
+
22
+ Wed, 18 Oct 2023 17:54:08 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.3.21..@fluentui/react-datepicker-compat_v0.3.22)
24
+
25
+ ### Patches
26
+
27
+ - Bump @fluentui/react-field to v9.1.38 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
28
+ - Bump @fluentui/react-input to v9.4.48 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
29
+ - Bump @fluentui/react-jsx-runtime to v9.0.18 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
30
+ - Bump @fluentui/react-popover to v9.8.16 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
31
+ - Bump @fluentui/react-portal to v9.3.24 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
32
+ - Bump @fluentui/react-positioning to v9.9.21 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
33
+ - Bump @fluentui/react-tabster to v9.14.0 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
34
+ - Bump @fluentui/react-utilities to v9.15.1 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
35
+
7
36
  ## [0.3.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.3.21)
8
37
 
9
- Thu, 12 Oct 2023 14:52:34 GMT
38
+ Thu, 12 Oct 2023 14:55:44 GMT
10
39
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.3.20..@fluentui/react-datepicker-compat_v0.3.21)
11
40
 
12
41
  ### Patches
13
42
 
14
- - Bump @fluentui/react-field to v9.1.37 ([PR #29488](https://github.com/microsoft/fluentui/pull/29488) by beachball)
15
- - Bump @fluentui/react-input to v9.4.47 ([PR #29488](https://github.com/microsoft/fluentui/pull/29488) by beachball)
16
- - Bump @fluentui/react-jsx-runtime to v9.0.17 ([PR #29488](https://github.com/microsoft/fluentui/pull/29488) by beachball)
17
- - Bump @fluentui/react-popover to v9.8.15 ([PR #29488](https://github.com/microsoft/fluentui/pull/29488) by beachball)
43
+ - Bump @fluentui/react-field to v9.1.37 ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by beachball)
44
+ - Bump @fluentui/react-input to v9.4.47 ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by beachball)
45
+ - Bump @fluentui/react-jsx-runtime to v9.0.17 ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by beachball)
46
+ - Bump @fluentui/react-popover to v9.8.15 ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by beachball)
18
47
 
19
48
  ## [0.3.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.3.20)
20
49