Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 8, 2024
1 parent 3effa74 commit 5703847
Show file tree
Hide file tree
Showing 62 changed files with 600 additions and 306 deletions.
5 changes: 0 additions & 5 deletions .changeset/six-buckets-unite.md

This file was deleted.

78 changes: 51 additions & 27 deletions contrib/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,75 +1,99 @@
## 6.1.11

### Patch Changes

- Updated dependencies [f84c61a]
- @fullcalendar/core@6.1.11
- @fullcalendar/resource@6.1.11
- @fullcalendar/resource-timegrid@6.1.11
- @fullcalendar/resource-timeline@6.1.11
- @fullcalendar/daygrid@6.1.11
- @fullcalendar/interaction@6.1.11
- @fullcalendar/list@6.1.11
v6.0.0-beta.3

---

v6.0.0-beta.3
-------------
- FEATURE: custom template rendering using ng-template (#204)
- FEATURE: expose events/eventSources/resources as top-level component inputs (#303)
- FIX: remove fast-deep-equals because Angular prefers ESM for tree shaking (#421)
- FIX: backwards incompatibility with Angular 14 types (#419)
- BREAKING: Minimum required Angular version is now 12

5.10.2 (2022-02-09)

---

5.10.2 (2022-02-09)
-------------------
- add Angular 13 support (#387)

5.7.1 (2021-06-02)

---

5.7.1 (2021-06-02)
------------------
- add Angular 12 support (#369)

5.5.0 (2020-12-19)

---

5.5.0 (2020-12-19)
------------------
- add Angular 11 support (#351, #352)

5.3.1 (2020-09-03)

---

5.3.1 (2020-09-03)
------------------
- add Angular 10 support

4.4.1 (2020-02-12)

---

4.4.1 (2020-02-12)
------------------
- fixed wrong @fullcalendar/core dependency version num

4.3.2 (2020-02-11)

---

4.3.2 (2020-02-11)
------------------
- compatible with angular 8 (#209)
- navLinks throws Cannot read property 'emit' of undefined (#229, #241)

4.3.1 (2019-08-10)

---

4.3.1 (2019-08-10)
------------------
- had references to wrong version of @fullcalendar/core

4.3.0 (2019-08-09)

---

4.3.0 (2019-08-09)
------------------
- fix ngOnDestroy undefined calendar (#212)

4.2.1 (2019-06-04)

---

4.2.1 (2019-06-04)
------------------
- fixed bug with event/resource-fetching *functions* not working
- fixed bug with event/resource-fetching _functions_ not working
- removed `deep-copy` as a dependency

4.2.0 (2019-06-02)

---

4.2.0 (2019-06-02)
------------------
- added missing properties (#197)
- responds to changes nested within input data structures
when `deepChangeDetection` is enabled (#171)
- added two small dependencies:

- `fast-deep-equal`
- `deep-copy`

4.1.1 (2019-04-24)

---

4.1.1 (2019-04-24)
------------------
fixes not accepting `googleCalendarApiKey` (#188)

## 4.1.0 (2019-03-19)

4.1.0 (2019-03-19)
------------------
First official release. Also fixed #175.
16 changes: 8 additions & 8 deletions contrib/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/angular",
"version": "6.1.10",
"version": "6.1.11",
"versionNote": [
"Keep lib/package.json synced!"
],
Expand All @@ -25,13 +25,13 @@
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/daygrid": "~6.1.10",
"@fullcalendar/interaction": "~6.1.10",
"@fullcalendar/list": "~6.1.10",
"@fullcalendar/resource": "~6.1.10",
"@fullcalendar/resource-timegrid": "~6.1.10",
"@fullcalendar/resource-timeline": "~6.1.10",
"@fullcalendar/core": "~6.1.11",
"@fullcalendar/daygrid": "~6.1.11",
"@fullcalendar/interaction": "~6.1.11",
"@fullcalendar/list": "~6.1.11",
"@fullcalendar/resource": "~6.1.11",
"@fullcalendar/resource-timegrid": "~6.1.11",
"@fullcalendar/resource-timeline": "~6.1.11",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Expand Down
31 changes: 14 additions & 17 deletions contrib/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
## 6.1.11

### Patch Changes

- Updated dependencies [f84c61a]
- @fullcalendar/core@6.1.11
v6.0.0-beta.3

---

v6.0.0-beta.3
-------------
FIX: content-injection functions not directly accepting jsx ([core-7034])

[core-7034]: https://github.com/fullcalendar/fullcalendar/issues/7034

## v5.11.1 (2022-04-20)

v5.11.1 (2022-04-20)
--------------------
FIX: restore accidentally-removed support for React 17 (#182)


v5.11.0 (2022-04-08)
--------------------
## v5.11.0 (2022-04-08)

- support for React 18
- fix CalendarContent crashes when suspended in concurrent mode (#177)


v5.4.0 (2020-11-11)
-------------------
## v5.4.0 (2020-11-11)

- react 17 support
- better compatibility with Webpack 5, deeming `resolve.fullySpecified` unnecessary ([core-5822])
Expand All @@ -28,21 +30,16 @@ v5.4.0 (2020-11-11)
[core-5822]: https://github.com/fullcalendar/fullcalendar/issues/5822
[core-5929]: https://github.com/fullcalendar/fullcalendar/issues/5929


...
... this changelog does not mention all releases.
... visit the github releases page as well as the main fullcalendar repo.
...


v5.2.0 (2020-07-30)
-------------------
## v5.2.0 (2020-07-30)

bugfix: dayMinWidth causes error "NowTimer(...): Nothing was returned from render..." (#80)


4.2.0 (2019-06-02)
------------------
## 4.2.0 (2019-06-02)

- bugfix: if `header`/`footer` were specified as object literals,
any change to ANY of the FullCalendar component's props would trigger
Expand Down
14 changes: 7 additions & 7 deletions contrib/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/react",
"version": "6.1.10",
"version": "6.1.11",
"title": "FullCalendar React Component",
"description": "The official React Component for FullCalendar",
"keywords": [
Expand All @@ -17,19 +17,19 @@
"url": "https://github.com/fullcalendar/fullcalendar-react.git"
},
"peerDependencies": {
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/core": "~6.1.11",
"react": "^16.7.0 || ^17 || ^18",
"react-dom": "^16.7.0 || ^17 || ^18"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/daygrid": "~6.1.10",
"@fullcalendar/list": "~6.1.10",
"@fullcalendar/resource": "~6.1.10",
"@fullcalendar/resource-timeline": "~6.1.10",
"@fullcalendar/core": "~6.1.11",
"@fullcalendar/daygrid": "~6.1.11",
"@fullcalendar/list": "~6.1.11",
"@fullcalendar/resource": "~6.1.11",
"@fullcalendar/resource-timeline": "~6.1.11",
"@rollup/plugin-babel": "^5.0.0",
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-json": "^4.0.3",
Expand Down
60 changes: 31 additions & 29 deletions contrib/vue2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## 6.1.11

v5.4.0 (2020-11-11)
-------------------
### Patch Changes

- Updated dependencies [f84c61a]
- @fullcalendar/core@6.1.11
v5.4.0 (2020-11-11)

---

- no longer expose component as 'fullcalendar' when used globally
- eventContent slot doesn't properly destroy the Vue components inside (#111)
Expand All @@ -12,65 +18,61 @@ v5.4.0 (2020-11-11)
[core-5822]: https://github.com/fullcalendar/fullcalendar/issues/5822
[core-5929]: https://github.com/fullcalendar/fullcalendar/issues/5929


...
... this changelog does not mention all releases.
... visit the github releases page as well as the main fullcalendar repo.
...


v5.2.0 (2020-07-30)
-------------------
## v5.2.0 (2020-07-30)

- pre-built release of the Vue component (#61)
- using the component through a CDN (#28)
- Build errors due to missing types in main.ts (#101)
- when appropriate, expose as 'fullcalendar' component, for DOM templates

4.3.1 (2019-08-12)

---

4.3.1 (2019-08-12)
------------------
fix regression where object props wrongly forcing rerenders (#11, #34)

## 4.2.2 (2019-06-04)

4.2.2 (2019-06-04)
------------------
Emergency bugfix: event objects with Date objects wouldn't render


4.2.1 (2019-06-04)
------------------
## 4.2.1 (2019-06-04)

Fixed bugs surfaced in issue #32:
- event/resource-fetching *functions* don't work
- event/resource *computed properties* don't work

- event/resource-fetching _functions_ don't work
- event/resource _computed properties_ don't work
- removed `deep-copy` as a dependency

4.2.0 (2019-06-02)

4.2.0 (2019-06-02)
------------------
---

- nested props data mutations, like events being updated,
will now be rendred on the calendar (#9)
- added missing props (#25, #29)
- the following emitted events are now deprecated.
use *props* instead. pass in a function as the prop:
- `datesRender`
- `datesDestroy`
- `dayRender`
- `eventRender`
- `eventDestroy`
- `viewSkeletonRender`
- `viewSkeletonDestroy`
- `resourceRender`
Allows returning false/DOM nodes (#27)
use _props_ instead. pass in a function as the prop:
- `datesRender`
- `datesDestroy`
- `dayRender`
- `eventRender`
- `eventDestroy`
- `viewSkeletonRender`
- `viewSkeletonDestroy`
- `resourceRender`
Allows returning false/DOM nodes (#27)
- no unnecessary rerendering of calendar caused by header/footer
props being specified as literals (#11)
- new dependency: fast-deep-equal
automatically bundled with UMD dist

4.1.1 (2019-05-14)

4.1.1 (2019-05-14)
------------------
---

Fix missing option `googleCalendarApiKey` (#12)
14 changes: 7 additions & 7 deletions contrib/vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/vue",
"version": "6.1.10",
"version": "6.1.11",
"title": "FullCalendar Vue 2 Component",
"description": "The official Vue 2 component for FullCalendar",
"keywords": [
Expand All @@ -18,19 +18,19 @@
"url": "https://github.com/fullcalendar/fullcalendar-vue2.git"
},
"peerDependencies": {
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/core": "~6.1.11",
"vue": "^2.6.12"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.8.4",
"@babel/runtime": "^7.12.1",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/daygrid": "~6.1.10",
"@fullcalendar/interaction": "~6.1.10",
"@fullcalendar/resource": "~6.1.10",
"@fullcalendar/resource-timeline": "~6.1.10",
"@fullcalendar/core": "~6.1.11",
"@fullcalendar/daygrid": "~6.1.11",
"@fullcalendar/interaction": "~6.1.11",
"@fullcalendar/resource": "~6.1.11",
"@fullcalendar/resource-timeline": "~6.1.11",
"@vue/test-utils": "^1.0.3",
"babel-loader": "^8.1.0",
"concurrently": "^5.3.0",
Expand Down
Loading

0 comments on commit 5703847

Please sign in to comment.