UNPKG

9.42 kBMarkdownView Raw
1# Changelog
2
3## [1.188.0] - 2019-06-16
4### Added
5- src/expandableCalendar/AgendaList.js - invoking used SectionList's events.
6### Removed
7- example/src/screens/ExpandableCalendar.js - removing unnecessary 'data' prop sent to AgendaList.
8
9
10## [1.189.0] - 2019-06-24
11### Bug Fix
12- CalendarProvider - fix for 'date' prop update.
13
14## [1.190.0] - 2019-06-24
15### Added
16- CalendarContext - 'disabledOpacity' prop to control the opacity of the today button when it is disabled (default is now undefined, meaning no opacity).
17- src/style.js - adding support for today button's font size, weight, family.
18### Bug Fix
19- CalendarContext - fix for today button's width to allow button to take content's width.
20
21## [1.191.0] - 2019-06-24
22### Bug Fix
23- ExpandableCalendar - limit calendar min height to closed height.
24
25## [1.192.0] - 2019-06-25
26### Fix
27- CalendarProvider - fix for warning on Image 'source' type.
28- ExpandableCalendar - fix shadow/elevation style.
29
30## [1.193.0] - 2019-06-26
31### Bug Fix
32- ExpandableCalendar - fix for week paddings. Changing knob container height and weekDays style.
33- CalendarList/item - limit 'headerStyle' to horizontal only.
34
35## [1.194.0] - 2019-06-30
36### Added
37- CalendarProvider - 'onMonthChange' event returning date object and updateSource.
38
39## [1.195.0] - 2019-07-04
40### Changed
41- Components' props comment format.
42
43## [1.196.0] - 2019-07-04
44### Added
45- CalendarList - passing 'testID' to static CalendarHeader.
46
47## [1.197.0] - 2019-07-14
48### Added
49- asCalendarConsumer - hoist non-react statics.
50
51## [1.198.0] - 2019-07-14
52### Fix
53- ExpandableCalendar - fix example screen.
54
55## [1.199.0] - 2019-07-18
56### Changed
57- CalendarHeader - editing 'testID' for static CalendarHeader.
58
59## [1.200.0] - 2019-07-18
60### Added
61- ExpandableCalendar - adding 'testID' for knob.
62
63## [1.201.0] - 2019-07-25
64### Changed
65- eslint - updating to version 6.1.0.
66- lodash - importing library instead of sub-libraries.
67
68## [1.202.0] - 2019-07-25
69### Added
70- CalendarHeader - adding 'firstDay' (PR #826), 'monthFormat' (PR #787) and 'weekNumbers' to shouldComponentUpdate.
71- Agenda - adding support for weekdays name's 'fontSize', 'fontFamily' and 'fontWeight' (PR #711).
72- ReservationList - adding support for Day number's 'fontFamily', and to Day text's 'fontFamily' and 'fontWeight' (PR #711).
73
74## [1.203.0] - 2019-07-31
75### Fix
76- ExpandableCalendar - fix for vertical open height.
77
78## [1.204.0] - 2019-08-6
79### Fix
80- CalendarProvider - adding 'buttonTopPosition' prop to control the button's y position.
81
82## [1.205.0] - 2019-08-15
83### Fix
84- Week - fix for style - removing width to allow flex.
85
86## [1.206.0] - 2019-08-15
87### Fix
88- CalendarProvider - fix header in vertical mode when initial position is 'open'.
89
90## [1.207.0] - 2019-08-15
91### Added
92- CalendarProvider - 'todayButtonStyle' prop to allow passing style to the today button.
93
94## [1.208.0] - 2019-08-15
95### Added
96- CalendarProvider - today button size for tablet.
97 Passing style prop to a container View.
98- ExpandableCalendar - adjusting vertical mode open height for tablet in both orientations.
99
100## [1.209.0] - 2019-08-20
101### Fix
102- CalendarProvider - fix for children wrapper view.
103
104## [1.213.0] - 2019-11-13
105### Changed
106- Upgrading react-native to version 61.4.0.
107
108## [1.214.0] - 2019-12-12
109### Fix
110- Agenda - fix typo on 'scrollEnable' prop.
111- ExpandableCalendar - fix passed props to CalendarList.
112
113## [1.215.0] - 2019-12-23
114### Added
115- ExpandableCalendar - adding week scroll to closed position.
116
117## [1.216.0] - 2019-12-24
118### Fix
119- Week - moving width style to style file.
120
121## [1.217.0] - 2019-12-24
122### Fix
123- Week - moving width style to WeekCalendar.
124
125## [1.218.0] - 2020-1-12
126### Added
127- AgendaList - allow text transform override for section header text.
128
129## [1.221.0] - 2020-1-16
130### Bug Fix
131- ExpandableCalendar - fix 'renderArrow' (PR #1037).
132
133## [1.223.0] - 2020-1-16
134### Added
135- WeekCalendar - new component.
136
137## [1.224.0] - 2020-1-16
138### Added
139- AgendaList - allow passing 'keyExtractor'.
140
141## [1.225.0] - 2020-1-19
142### Bug Fix
143- package.json - adding 'hoist-non-react-statics' dependency (fix issue #900).
144
145## [1.226.0] - 2020-1-19
146### Added
147- Life cycle methods - renaming with UNSAFE_ prefix 'componentWillMount()' and 'componentWillReceiveProps()'.
148
149## [1.227.0] - 2020-1-19
150### Added
151- AgendaList - allow passing 'stickySectionHeadersEnabled' (PR #1004).
152
153## [1.228.0] - 2020-1-19
154### Bug Fix
155- Day custom - fix for 'selectedDayTextColor' not working (PR #995).
156
157## [1.229.0] - 2020-1-19
158### Added
159- Calendar - adding ref to CalendarHeader (PR #986).
160
161## [1.230.0] - 2020-1-19
162### Fix
163- Agenda - fix for calendar offset (PR #953).
164
165## [1.231.0] - 2020-1-19
166### Change
167- Agenda - use 'initialScrollPadPosition()' (PR #948).
168
169## [1.232.0] - 2020-1-19
170### Bug Fix
171- Day components - fix for 'disableTouchEvent' marking to disable interactions for all marking types.
172
173## [1.233.0] = 2020-1-19
174### Added
175- Calendar - update when 'displayLoadingIndicator' changes (PR #939).
176
177## [1.234.0] - 2020-1-19
178### Fix
179- Calendar and README - typo (PR #).
180
181## [1.235.0] - 2020-1-19
182### Fix
183- README - typo (Pr #912).
184
185## [1.236.0] - 2020-1-20
186### Changed
187- Agenda - 'scrollEventThrottle' from 1 to 8 (Pr #908).
188
189## [1.237.0] - 2020-1-20
190### Added
191- CalendarHeader - re-render when 'renderArrow' changes (PR #907).
192
193## [1.238.0] - 2020-1-20
194### Added
195- CalendarList - pass 'onEndReached' and 'onEndReachedThreshold' to FlatList (PR #893).
196
197## [1.239.0] - 2020-1-20
198### Added
199- CalendarList - pass 'keyExtractor' (PR #883).
200
201## [1.240.0] - 2020-1-20
202### Added
203- Day - adding 'onLongPress' support to type multi-period.
204
205## [1.241.0] - 2020-1-20
206### Fix
207- README - add 'disabledByDefault' prop (Pr #774).
208
209## [1.242.0] - 2020-1-20
210### Added
211- Agenda - invoking 'onVisibleMonthsChange()' directly (PR #746).
212
213## [1.243.0] - 2020-1-20
214### Added
215- Calendar - adding 'disableArrowLeft' and 'disableArrowRight' (PR #530).
216
217## [1.244.0] - 2020-1-20
218### Added
219- Agenda - allow showing extra days (by passing hideExtraDays={false}).
220
221### Changed
222- Calendars screen - remove redundant prop.
223
224## [1.245.0] - 2020-1-21
225### Changed
226- README - editing.
227
228## [1.246.0] - 2020-1-21
229### Changed
230- Example - refresh demo app style.
231
232## [1.247.0] - 2020-1-22
233### Added
234- iOS - app icon.
235
236## [1.248.0] - 2020-1-22
237### Changed
238- iOS - demo app name.
239
240## [1.249.0] - 2020-1-22
241### Added
242- CalendarList - passing 'keyboardShouldPersistTaps' to FlatList.
243
244## [1.250.0] - 2020-1-22
245### Added
246- Agenda - passing 'testId' to knob.
247
248## [1.251.0] - 2020-1-22
249### Bug Fix
250- CalendarList - 'keyboardShouldPersistTaps' PropTypes.
251
252## [1.252.0] - 2020-1-22
253### Changed
254- Agenda - Animated.ScrollView invoke 'scrollTo' using ref.getNode() for RN62 compatibility (PR #1040).
255
256## [1.253.0] - 2020-1-23
257### Added
258- CalendarHeader - 'aria-level' for web accessability support (PR #792).
259
260## [1.254.0] - 2020-1-23
261### Added
262- ExpandableCalendar - default value to height style to avoid NaN value (PR #1044).
263
264## [1.255.0] - 2020-1-23
265### Added
266- .eslintrc - new roles.
267- src files - fix lint errors.
268
269## [1.256.0] - 2020-1-23
270### Fix
271- README - fix examples.
272
273## [1.257.0] - 2020-1-23
274### Bug fix
275- Reservation - secure calls to prop functions to avoid crashes.
276
277## [1.258.0] - 2020-1-25
278### Fix
279- file cosmetics.
280
281## [1.259.0] - 2020-1-25
282### Added
283- Android - app icon and demo app name.
284
285## [1.260.0] - 2020-2-3
286### Fix
287- Fix app icon.
288
289## [1.261.0] - 2020-2-5
290### Added
291- Calendar - adding accessibility features.
292
293## [1.262.0] - 2020-2-18
294### Added
295- Agenda - adding scroll events callbacks (PR #1063).
296
297## [1.263.0] - 2020-2-18
298### Added
299- Calendar - passing testID to header (PR #1058).
300
301## [1.264.0] - 2020-3-3
302### Bug fix
303- CalendarListItem - fix previous months bug (PR #1069).
304
305## [1.265.0] - 2020-3-12
306### Added
307- Setup Detox for e2e tests (iOS).
308
309## [1.282.0] - 2020-6-04
310### New Feature
311- Calendar - Enable swipe.
312
313## [1.291.0] - 2020-6-10
314### New Feature
315- Calendar - Render custom header.
316
317## [1.292.0] - 2020-6-10
318### New Feature
319- Calendar - Show should show six weeks by passing 'showSixWeeks'.
320
321## [1.297.0] - 2020-6-17
322### Bug fix
323- Calendar isn't getting re-rendered if the first day prop is changed.
324
325## [1.298.0] - 2020-6-17
326### New Feature
327- Calendar - Control the swipe with new 'enableSwipeMonths' prop.
328
329## [1.299.0] - 2020-8-5
330### Fix
331- Android RNN version and configuration (PR #1251).
332
333## [1.300.0] - 2020-8-5
334### Fix
335- ExpandableCalendar and AgendaList RTL style.
336
337## [1.309.0] - 2020-8-12
338### Fix
339- AgendaList - Check 'dayFormat' prop before passing to XDate.toString().
340
341## [1.310.0] - 2020-8-13
342### Fix
343- Calendar - Remove default gesture wrapper (PR #1248).
344
345## [1.311.0] - 2020-8-13
346### Fix
347- Fix E2E tests (PR #1255).
348
349## [1.312.0] - 2020-8-13
350### Added
351- Test E2E on CI (PR #1264).
352
353## [1.313.0] - 2020-8-16
354### Added
355- Prettier (PR #1265).
356
357## [1.314.0] - 2020-8-16
358### Fix
359- Fix iOS example bundle identifier.
360- ExpandableCalendar style - using I18nManager from common constants.
361### Added
362- Updating CHANGELOG.
363- Configuring github stale bot.
364
365## [1.315.0] - 2020-8-23
366### Added
367- AgendaList - adding 'useMoment' to allow using moment.js for section header's date string formatting.
368
369## [1.316.0] - 2020-8-27
370### Fix
371- Calendar Header - Fixed issue on react-native-web where the calendar arrows were not appearing (PR #934).
372
373## [1.317.0] - 2020-8-29
374### Fix
375- Calendar Header style - fix for arrows not showing in mobile due to PR #934.