1 |
|
2 | v5.4.0 (2020-11-11)
|
3 | -------------------
|
4 |
|
5 | - no longer expose component as 'fullcalendar' when used globally
|
6 | - eventContent slot doesn't properly destroy the Vue components inside (#111)
|
7 | - global mixins, directives, filters & components work inside slots (#105)
|
8 | - better compatibility with Webpack 5, deeming `resolve.fullySpecified` unnecessary ([core-5822])
|
9 | - dist files now include a CJS file. ESM is still used by default in most environments ([core-5929])
|
10 | - webpack upgrade note: use style-loader instead of vue-style-loader
|
11 |
|
12 | [core-5822]: https://github.com/fullcalendar/fullcalendar/issues/5822
|
13 | [core-5929]: https://github.com/fullcalendar/fullcalendar/issues/5929
|
14 |
|
15 |
|
16 | ...
|
17 | ... this changelog does not mention all releases.
|
18 | ... visit the github releases page as well as the main fullcalendar repo.
|
19 | ...
|
20 |
|
21 |
|
22 | v5.2.0 (2020-07-30)
|
23 | -------------------
|
24 |
|
25 | - pre-built release of the Vue component (#61)
|
26 | - using the component through a CDN (#28)
|
27 | - Build errors due to missing types in main.ts (#101)
|
28 | - when appropriate, expose as 'fullcalendar' component, for DOM templates
|
29 |
|
30 |
|
31 | 4.3.1 (2019-08-12)
|
32 | ------------------
|
33 | fix regression where object props wrongly forcing rerenders (#11, #34)
|
34 |
|
35 |
|
36 | 4.2.2 (2019-06-04)
|
37 | ------------------
|
38 | Emergency bugfix: event objects with Date objects wouldn't render
|
39 |
|
40 |
|
41 | 4.2.1 (2019-06-04)
|
42 | ------------------
|
43 |
|
44 | Fixed bugs surfaced in issue #32:
|
45 | - event/resource-fetching *functions* don't work
|
46 | - event/resource *computed properties* don't work
|
47 | - removed `deep-copy` as a dependency
|
48 |
|
49 |
|
50 | 4.2.0 (2019-06-02)
|
51 | ------------------
|
52 |
|
53 | - nested props data mutations, like events being updated,
|
54 | will now be rendred on the calendar (#9)
|
55 | - added missing props (#25, #29)
|
56 | - the following emitted events are now deprecated.
|
57 | use *props* instead. pass in a function as the prop:
|
58 | - `datesRender`
|
59 | - `datesDestroy`
|
60 | - `dayRender`
|
61 | - `eventRender`
|
62 | - `eventDestroy`
|
63 | - `viewSkeletonRender`
|
64 | - `viewSkeletonDestroy`
|
65 | - `resourceRender`
|
66 | Allows returning false/DOM nodes (#27)
|
67 | - no unnecessary rerendering of calendar caused by header/footer
|
68 | props being specified as literals (#11)
|
69 | - new dependency: fast-deep-equal
|
70 | automatically bundled with UMD dist
|
71 |
|
72 |
|
73 | 4.1.1 (2019-05-14)
|
74 | ------------------
|
75 |
|
76 | Fix missing option `googleCalendarApiKey` (#12)
|