Skip to content

Releases: mendixlabs/CalendarWidget

App Store v5.2.1 release

28 Mar 08:20
Compare
Choose a tag to compare
  • Minor fix in PR #47

App Store v5.2.0 release

13 Dec 23:25
Compare
Choose a tag to compare
  • Code cleanup
  • #38 fixed, we include the scheduler (needs License key, as this is a commercial product)

App Store v5.1.1 release

08 Nov 12:27
Compare
Choose a tag to compare
  • Fix #41 and #42, ticket 45312

App Store v5.1.0 release

24 Jun 09:57
Compare
Choose a tag to compare
  • PR #37 Fullcalendar update to 2.8.0
  • PR #35 Add 'four weeks' view
  • Small code fixes and removing some residual logging.

App Store v5.0.0 release

11 May 16:41
Compare
Choose a tag to compare
  • Update version number to be even with AppStore
  • Add CalendarJS 2.7.1 (stable)
  • Fix #32 add Touch support

App Store v4.5.3 release

13 Apr 08:27
Compare
Choose a tag to compare
  • Add PR #33, fixing the "no constructor found" issue

App Store v4.5.2 release

04 Dec 12:45
Compare
Choose a tag to compare

Fix #27 Constructor error when specifying time and/or date format in … …Extra Agenda views

App Store v4.5.1 release

13 Nov 10:01
Compare
Choose a tag to compare
  • Add context fix
  • Add guid fix (not being able to parse them)
  • Add scrollTime option

App Store v4.5.1 release (pre)

03 Nov 15:38
Compare
Choose a tag to compare

Fix issue "Mfs On-view-change and Microflow with context object (Retrieve events for each view) do not trigger in calendar widget"

App Store v4.5 release

07 Oct 11:49
Compare
Choose a tag to compare
  • Fixed issue where the On View Change microflow wouldn't trigger if a new ViewRender object had to be created.
  • Updated readme to more clearly specify that the new retrieve per view change still uses the same Dataview data source microflow.
  • Removed the check for an object in update so that FetchObjects is now always triggered. This prevented calendars without a dataview context from retrieving their events.
  • Fixed issue where the View Change microflow wasn't being triggered anymore. On View Change now only works with a Dataview Context object. It receives this in the microflow and uses the reference to the View Render to set the values on that object.