@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.
- package/CHANGELOG.json +101 -5
- package/CHANGELOG.md +35 -6
- package/dist/index.d.ts +5 -917
- package/lib/components/DatePicker/DatePicker.types.js.map +1 -1
- package/lib/components/DatePicker/defaults.js +1 -1
- package/lib/components/DatePicker/defaults.js.map +1 -1
- package/lib/components/DatePicker/useDatePicker.js +1 -2
- package/lib/components/DatePicker/useDatePicker.js.map +1 -1
- package/lib/index.js +0 -2
- package/lib/index.js.map +1 -1
- package/lib-commonjs/components/DatePicker/defaults.js +2 -2
- package/lib-commonjs/components/DatePicker/defaults.js.map +1 -1
- package/lib-commonjs/components/DatePicker/useDatePicker.js +5 -6
- package/lib-commonjs/components/DatePicker/useDatePicker.js.map +1 -1
- package/lib-commonjs/index.js +0 -77
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +10 -9
- package/lib/Calendar.js +0 -1
- package/lib/Calendar.js.map +0 -1
- package/lib/CalendarDay.js +0 -1
- package/lib/CalendarDay.js.map +0 -1
- package/lib/CalendarDayGrid.js +0 -1
- package/lib/CalendarDayGrid.js.map +0 -1
- package/lib/CalendarMonth.js +0 -1
- package/lib/CalendarMonth.js.map +0 -1
- package/lib/CalendarPicker.js +0 -1
- package/lib/CalendarPicker.js.map +0 -1
- package/lib/CalendarYear.js +0 -1
- package/lib/CalendarYear.js.map +0 -1
- package/lib/components/Calendar/Calendar.js +0 -302
- package/lib/components/Calendar/Calendar.js.map +0 -1
- package/lib/components/Calendar/Calendar.types.js +0 -10
- package/lib/components/Calendar/Calendar.types.js.map +0 -1
- package/lib/components/Calendar/defaults.js +0 -2
- package/lib/components/Calendar/defaults.js.map +0 -1
- package/lib/components/Calendar/index.js +0 -4
- package/lib/components/Calendar/index.js.map +0 -1
- package/lib/components/Calendar/useCalendarStyles.styles.js +0 -167
- package/lib/components/Calendar/useCalendarStyles.styles.js.map +0 -1
- package/lib/components/CalendarDay/CalendarDay.js +0 -111
- package/lib/components/CalendarDay/CalendarDay.js.map +0 -1
- package/lib/components/CalendarDay/CalendarDay.types.js +0 -1
- package/lib/components/CalendarDay/CalendarDay.types.js.map +0 -1
- package/lib/components/CalendarDay/index.js +0 -3
- package/lib/components/CalendarDay/index.js.map +0 -1
- package/lib/components/CalendarDay/useCalendarDayStyles.styles.js +0 -180
- package/lib/components/CalendarDay/useCalendarDayStyles.styles.js.map +0 -1
- package/lib/components/CalendarDayGrid/CalendarDayGrid.js +0 -168
- package/lib/components/CalendarDayGrid/CalendarDayGrid.js.map +0 -1
- package/lib/components/CalendarDayGrid/CalendarDayGrid.types.js +0 -1
- package/lib/components/CalendarDayGrid/CalendarDayGrid.types.js.map +0 -1
- package/lib/components/CalendarDayGrid/CalendarGridDayCell.js +0 -164
- package/lib/components/CalendarDayGrid/CalendarGridDayCell.js.map +0 -1
- package/lib/components/CalendarDayGrid/CalendarGridRow.js +0 -26
- package/lib/components/CalendarDayGrid/CalendarGridRow.js.map +0 -1
- package/lib/components/CalendarDayGrid/CalendarMonthHeaderRow.js +0 -36
- package/lib/components/CalendarDayGrid/CalendarMonthHeaderRow.js.map +0 -1
- package/lib/components/CalendarDayGrid/index.js +0 -4
- package/lib/components/CalendarDayGrid/index.js.map +0 -1
- package/lib/components/CalendarDayGrid/useCalendarDayGridStyles.styles.js +0 -437
- package/lib/components/CalendarDayGrid/useCalendarDayGridStyles.styles.js.map +0 -1
- package/lib/components/CalendarDayGrid/useWeekCornerStyles.styles.js +0 -98
- package/lib/components/CalendarDayGrid/useWeekCornerStyles.styles.js.map +0 -1
- package/lib/components/CalendarDayGrid/useWeeks.js +0 -45
- package/lib/components/CalendarDayGrid/useWeeks.js.map +0 -1
- package/lib/components/CalendarMonth/CalendarMonth.js +0 -263
- package/lib/components/CalendarMonth/CalendarMonth.js.map +0 -1
- package/lib/components/CalendarMonth/CalendarMonth.types.js +0 -1
- package/lib/components/CalendarMonth/CalendarMonth.types.js.map +0 -1
- package/lib/components/CalendarMonth/index.js +0 -3
- package/lib/components/CalendarMonth/index.js.map +0 -1
- package/lib/components/CalendarMonth/useCalendarMonthStyles.js +0 -8
- package/lib/components/CalendarMonth/useCalendarMonthStyles.js.map +0 -1
- package/lib/components/CalendarPicker/CalendarPicker.types.js +0 -1
- package/lib/components/CalendarPicker/CalendarPicker.types.js.map +0 -1
- package/lib/components/CalendarPicker/index.js +0 -2
- package/lib/components/CalendarPicker/index.js.map +0 -1
- package/lib/components/CalendarPicker/useCalendarPickerStyles.styles.js +0 -371
- package/lib/components/CalendarPicker/useCalendarPickerStyles.styles.js.map +0 -1
- package/lib/components/CalendarYear/CalendarYear.js +0 -298
- package/lib/components/CalendarYear/CalendarYear.js.map +0 -1
- package/lib/components/CalendarYear/CalendarYear.types.js +0 -1
- package/lib/components/CalendarYear/CalendarYear.types.js.map +0 -1
- package/lib/components/CalendarYear/index.js +0 -3
- package/lib/components/CalendarYear/index.js.map +0 -1
- package/lib/components/CalendarYear/useCalendarYearStyles.styles.js +0 -10
- package/lib/components/CalendarYear/useCalendarYearStyles.styles.js.map +0 -1
- package/lib/utils/animations.js +0 -97
- package/lib/utils/animations.js.map +0 -1
- package/lib/utils/constants.js +0 -62
- package/lib/utils/constants.js.map +0 -1
- package/lib/utils/dateFormatting/dateFormatting.defaults.js +0 -95
- package/lib/utils/dateFormatting/dateFormatting.defaults.js.map +0 -1
- package/lib/utils/dateFormatting/dateFormatting.types.js +0 -1
- package/lib/utils/dateFormatting/dateFormatting.types.js.map +0 -1
- package/lib/utils/dateFormatting/index.js +0 -2
- package/lib/utils/dateFormatting/index.js.map +0 -1
- package/lib/utils/dateGrid/dateGrid.types.js +0 -1
- package/lib/utils/dateGrid/dateGrid.types.js.map +0 -1
- package/lib/utils/dateGrid/findAvailableDate.js +0 -22
- package/lib/utils/dateGrid/findAvailableDate.js.map +0 -1
- package/lib/utils/dateGrid/getBoundedDateRange.js +0 -18
- package/lib/utils/dateGrid/getBoundedDateRange.js.map +0 -1
- package/lib/utils/dateGrid/getDateRangeTypeToUse.js +0 -16
- package/lib/utils/dateGrid/getDateRangeTypeToUse.js.map +0 -1
- package/lib/utils/dateGrid/getDayGrid.js +0 -71
- package/lib/utils/dateGrid/getDayGrid.js.map +0 -1
- package/lib/utils/dateGrid/index.js +0 -5
- package/lib/utils/dateGrid/index.js.map +0 -1
- package/lib/utils/dateGrid/isAfterMaxDate.js +0 -9
- package/lib/utils/dateGrid/isAfterMaxDate.js.map +0 -1
- package/lib/utils/dateGrid/isBeforeMinDate.js +0 -9
- package/lib/utils/dateGrid/isBeforeMinDate.js.map +0 -1
- package/lib/utils/dateGrid/isContiguous.js +0 -18
- package/lib/utils/dateGrid/isContiguous.js.map +0 -1
- package/lib/utils/dateGrid/isRestrictedDate.js +0 -15
- package/lib/utils/dateGrid/isRestrictedDate.js.map +0 -1
- package/lib/utils/dateMath/dateMath.js +0 -339
- package/lib/utils/dateMath/dateMath.js.map +0 -1
- package/lib/utils/dateMath/index.js +0 -1
- package/lib/utils/dateMath/index.js.map +0 -1
- package/lib/utils/dom.js +0 -8
- package/lib/utils/dom.js.map +0 -1
- package/lib/utils/focus.js +0 -26
- package/lib/utils/focus.js.map +0 -1
- package/lib/utils/index.js +0 -7
- package/lib/utils/index.js.map +0 -1
- package/lib-commonjs/Calendar.js +0 -6
- package/lib-commonjs/Calendar.js.map +0 -1
- package/lib-commonjs/CalendarDay.js +0 -6
- package/lib-commonjs/CalendarDay.js.map +0 -1
- package/lib-commonjs/CalendarDayGrid.js +0 -6
- package/lib-commonjs/CalendarDayGrid.js.map +0 -1
- package/lib-commonjs/CalendarMonth.js +0 -6
- package/lib-commonjs/CalendarMonth.js.map +0 -1
- package/lib-commonjs/CalendarPicker.js +0 -6
- package/lib-commonjs/CalendarPicker.js.map +0 -1
- package/lib-commonjs/CalendarYear.js +0 -6
- package/lib-commonjs/CalendarYear.js.map +0 -1
- package/lib-commonjs/components/Calendar/Calendar.js +0 -311
- package/lib-commonjs/components/Calendar/Calendar.js.map +0 -1
- package/lib-commonjs/components/Calendar/Calendar.types.js +0 -21
- package/lib-commonjs/components/Calendar/Calendar.types.js.map +0 -1
- package/lib-commonjs/components/Calendar/defaults.js +0 -12
- package/lib-commonjs/components/Calendar/defaults.js.map +0 -1
- package/lib-commonjs/components/Calendar/index.js +0 -15
- package/lib-commonjs/components/Calendar/index.js.map +0 -1
- package/lib-commonjs/components/Calendar/useCalendarStyles.styles.js +0 -339
- package/lib-commonjs/components/Calendar/useCalendarStyles.styles.js.map +0 -1
- package/lib-commonjs/components/CalendarDay/CalendarDay.js +0 -120
- package/lib-commonjs/components/CalendarDay/CalendarDay.js.map +0 -1
- package/lib-commonjs/components/CalendarDay/CalendarDay.types.js +0 -6
- package/lib-commonjs/components/CalendarDay/CalendarDay.types.js.map +0 -1
- package/lib-commonjs/components/CalendarDay/index.js +0 -8
- package/lib-commonjs/components/CalendarDay/index.js.map +0 -1
- package/lib-commonjs/components/CalendarDay/useCalendarDayStyles.styles.js +0 -357
- package/lib-commonjs/components/CalendarDay/useCalendarDayStyles.styles.js.map +0 -1
- package/lib-commonjs/components/CalendarDayGrid/CalendarDayGrid.js +0 -179
- package/lib-commonjs/components/CalendarDayGrid/CalendarDayGrid.js.map +0 -1
- package/lib-commonjs/components/CalendarDayGrid/CalendarDayGrid.types.js +0 -6
- package/lib-commonjs/components/CalendarDayGrid/CalendarDayGrid.types.js.map +0 -1
- package/lib-commonjs/components/CalendarDayGrid/CalendarGridDayCell.js +0 -173
- package/lib-commonjs/components/CalendarDayGrid/CalendarGridDayCell.js.map +0 -1
- package/lib-commonjs/components/CalendarDayGrid/CalendarGridRow.js +0 -35
- package/lib-commonjs/components/CalendarDayGrid/CalendarGridRow.js.map +0 -1
- package/lib-commonjs/components/CalendarDayGrid/CalendarMonthHeaderRow.js +0 -45
- package/lib-commonjs/components/CalendarDayGrid/CalendarMonthHeaderRow.js.map +0 -1
- package/lib-commonjs/components/CalendarDayGrid/index.js +0 -22
- package/lib-commonjs/components/CalendarDayGrid/index.js.map +0 -1
- package/lib-commonjs/components/CalendarDayGrid/useCalendarDayGridStyles.styles.js +0 -890
- package/lib-commonjs/components/CalendarDayGrid/useCalendarDayGridStyles.styles.js.map +0 -1
- package/lib-commonjs/components/CalendarDayGrid/useWeekCornerStyles.styles.js +0 -105
- package/lib-commonjs/components/CalendarDayGrid/useWeekCornerStyles.styles.js.map +0 -1
- package/lib-commonjs/components/CalendarDayGrid/useWeeks.js +0 -54
- package/lib-commonjs/components/CalendarDayGrid/useWeeks.js.map +0 -1
- package/lib-commonjs/components/CalendarMonth/CalendarMonth.js +0 -272
- package/lib-commonjs/components/CalendarMonth/CalendarMonth.js.map +0 -1
- package/lib-commonjs/components/CalendarMonth/CalendarMonth.types.js +0 -6
- package/lib-commonjs/components/CalendarMonth/CalendarMonth.types.js.map +0 -1
- package/lib-commonjs/components/CalendarMonth/index.js +0 -8
- package/lib-commonjs/components/CalendarMonth/index.js.map +0 -1
- package/lib-commonjs/components/CalendarMonth/useCalendarMonthStyles.js +0 -14
- package/lib-commonjs/components/CalendarMonth/useCalendarMonthStyles.js.map +0 -1
- package/lib-commonjs/components/CalendarPicker/CalendarPicker.types.js +0 -4
- package/lib-commonjs/components/CalendarPicker/CalendarPicker.types.js.map +0 -1
- package/lib-commonjs/components/CalendarPicker/index.js +0 -7
- package/lib-commonjs/components/CalendarPicker/index.js.map +0 -1
- package/lib-commonjs/components/CalendarPicker/useCalendarPickerStyles.styles.js +0 -742
- package/lib-commonjs/components/CalendarPicker/useCalendarPickerStyles.styles.js.map +0 -1
- package/lib-commonjs/components/CalendarYear/CalendarYear.js +0 -307
- package/lib-commonjs/components/CalendarYear/CalendarYear.js.map +0 -1
- package/lib-commonjs/components/CalendarYear/CalendarYear.types.js +0 -6
- package/lib-commonjs/components/CalendarYear/CalendarYear.types.js.map +0 -1
- package/lib-commonjs/components/CalendarYear/index.js +0 -8
- package/lib-commonjs/components/CalendarYear/index.js.map +0 -1
- package/lib-commonjs/components/CalendarYear/useCalendarYearStyles.styles.js +0 -14
- package/lib-commonjs/components/CalendarYear/useCalendarYearStyles.styles.js.map +0 -1
- package/lib-commonjs/utils/animations.js +0 -154
- package/lib-commonjs/utils/animations.js.map +0 -1
- package/lib-commonjs/utils/constants.js +0 -92
- package/lib-commonjs/utils/constants.js.map +0 -1
- package/lib-commonjs/utils/dateFormatting/dateFormatting.defaults.js +0 -116
- package/lib-commonjs/utils/dateFormatting/dateFormatting.defaults.js.map +0 -1
- package/lib-commonjs/utils/dateFormatting/dateFormatting.types.js +0 -4
- package/lib-commonjs/utils/dateFormatting/dateFormatting.types.js.map +0 -1
- package/lib-commonjs/utils/dateFormatting/index.js +0 -7
- package/lib-commonjs/utils/dateFormatting/index.js.map +0 -1
- package/lib-commonjs/utils/dateGrid/dateGrid.types.js +0 -4
- package/lib-commonjs/utils/dateGrid/dateGrid.types.js.map +0 -1
- package/lib-commonjs/utils/dateGrid/findAvailableDate.js +0 -29
- package/lib-commonjs/utils/dateGrid/findAvailableDate.js.map +0 -1
- package/lib-commonjs/utils/dateGrid/getBoundedDateRange.js +0 -23
- package/lib-commonjs/utils/dateGrid/getBoundedDateRange.js.map +0 -1
- package/lib-commonjs/utils/dateGrid/getDateRangeTypeToUse.js +0 -20
- package/lib-commonjs/utils/dateGrid/getDateRangeTypeToUse.js.map +0 -1
- package/lib-commonjs/utils/dateGrid/getDayGrid.js +0 -76
- package/lib-commonjs/utils/dateGrid/getDayGrid.js.map +0 -1
- package/lib-commonjs/utils/dateGrid/index.js +0 -10
- package/lib-commonjs/utils/dateGrid/index.js.map +0 -1
- package/lib-commonjs/utils/dateGrid/isAfterMaxDate.js +0 -15
- package/lib-commonjs/utils/dateGrid/isAfterMaxDate.js.map +0 -1
- package/lib-commonjs/utils/dateGrid/isBeforeMinDate.js +0 -15
- package/lib-commonjs/utils/dateGrid/isBeforeMinDate.js.map +0 -1
- package/lib-commonjs/utils/dateGrid/isContiguous.js +0 -28
- package/lib-commonjs/utils/dateGrid/isContiguous.js.map +0 -1
- package/lib-commonjs/utils/dateGrid/isRestrictedDate.js +0 -21
- package/lib-commonjs/utils/dateGrid/isRestrictedDate.js.map +0 -1
- package/lib-commonjs/utils/dateMath/dateMath.js +0 -308
- package/lib-commonjs/utils/dateMath/dateMath.js.map +0 -1
- package/lib-commonjs/utils/dateMath/index.js +0 -6
- package/lib-commonjs/utils/dateMath/index.js.map +0 -1
- package/lib-commonjs/utils/dom.js +0 -18
- package/lib-commonjs/utils/dom.js.map +0 -1
- package/lib-commonjs/utils/focus.js +0 -31
- package/lib-commonjs/utils/focus.js.map +0 -1
- package/lib-commonjs/utils/index.js +0 -12
- 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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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
|
|
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:
|
|
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 #
|
|
15
|
-
- Bump @fluentui/react-input to v9.4.47 ([PR #
|
|
16
|
-
- Bump @fluentui/react-jsx-runtime to v9.0.17 ([PR #
|
|
17
|
-
- Bump @fluentui/react-popover to v9.8.15 ([PR #
|
|
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
|
|