Skip to content

Releases: fullcalendar/fullcalendar-workspace

v4.0.0-beta.2

06 Feb 05:16
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release
version 4.0.0-beta.2

v4.0.0-alpha.4

11 Jan 16:59
Compare
Choose a tag to compare
v4.0.0-alpha.4 Pre-release
Pre-release
  • eventDrop callback, access old resource (#39):
    two new properties available: oldResource and newResource
  • fixed regression #484

v4.0.0-alpha.3

22 Dec 02:40
Compare
Choose a tag to compare
v4.0.0-alpha.3 Pre-release
Pre-release

Supports the large internal refactor present since core version v4.0.0-alpha.2.

Compatible with core v4.0.0-alpha.3

Known regressions from v3:

  • #482, #481, #480, #479, core-4420
  • In vertical resource view, after initial rendering, but before the resources load,
    date columns (minus resources) used to be rendered. Now, no columns render.

More info:
https://fullcalendar.io/blog/2018/12/alpha-release-scheduler-support
https://fullcalendar.io/docs/v4/release-notes

v4.0.0-alpha.2

13 Apr 19:01
Compare
Choose a tag to compare

v1.9.4

28 Mar 18:53
Compare
Choose a tag to compare

Require fullcalendar 3.9.x, solving core-4089

v1.9.3

05 Mar 03:33
Compare
Choose a tag to compare
  • error second time changing to timeline view with resource-specific business hours (#414)
  • typescript definition doesn't expose OptionsInput (#421)
  • expose typescript defs for ResourceInput & ResourceSourceInput

v1.9.2

29 Jan 04:24
Compare
Choose a tag to compare

Bugfixes:

  • fix event resize highlight not being unrendered (#406)
  • vert resource view fast navigation with refetchResourcesOnNavigate, breaks (core-4009)
  • long-press touch selecting one event after another, gets confused (#410)
  • firstDay option not considered when slotLabelInterval is days (#408)
  • Typescript definition file not compatible with noImplicitAny (#405)

v1.9.1

18 Dec 06:03
Compare
Choose a tag to compare
  • exposed MAX_TIMELINE_SLOTS (#47)
  • TypeScript definition file (scheduler.d.ts) included in npm package (#213)
  • CoffeeScript within codebase converted to TypeScript
  • more robust testing environment

v1.9.0

14 Nov 00:20
Compare
Choose a tag to compare

Bugfixes:

  • when navigating prev/next using resource column grouping, renders duplicate resources (#380)
  • when navigating prev/next, prevent unnecessary resource rerenders (introduced in v1.8.0)
  • addResource with parentId does not render with correct nesting (#379)
  • resourcesInitiallyExpanded not compatible with resource groups (#378)
  • switching to view with async resources, nowIndicator causes JS error (core-3918)

v1.8.1

24 Oct 02:19
Compare
Choose a tag to compare

Bugfixes:

  • resourceGroupField not working (#370)
  • timeline slot headers would not render in localized text (#367)
  • fc-content-skeleton DOM element would repeatedly render on navigation in
    vertical resource view (#363)