Skip to content

Releases: mendixlabs/CalendarWidget

App Store v4.4 release

24 Aug 14:45
Compare
Choose a tag to compare
  • Fixed issue where the View Change microflow wasn't being triggered anymore.
  • On View Change microflow now only works with a Dataview Context object. It receives the Dataview object in the microflow and uses the reference to the View Render to set the values on that object.
  • Fixed an issue where no events were retrieved if you used the widget without a Dataview context

App Store v4.3 Release

21 Aug 14:25
Compare
Choose a tag to compare
  • Fixed the dependency including to work with the newer Mendix 5.16 and higher.
  • Fixed an issue where using the widget would not work properly when running in the Mendix Cloud
  • Added feature to filter/retrieve events per view change to help with loading times when you have a lot of objects (Thanks @ArjenLammers!)

App Store v4.2.4 Release

18 Jun 11:01
Compare
Choose a tag to compare
  • Removed gcal.js as it was resulting in issue with dojo build. Nothing was depending on this library.

App Store v4.2.3 Release

17 Jun 11:59
Compare
Choose a tag to compare
  • Fixed issue with jumping to startpositon date, while no context object was available. This resulted in the calendar not being rendered.

App Store v4.2.2.1 Release

16 Jun 12:00
Compare
Choose a tag to compare
  • Show weekends configurable from attribute
  • First day configurable from attribute
  • Subscribed to start position attribute so calendar is rerendered when start position of context object changes
  • Height of calendar defaults to zero which is interpreted as 'auto'.

App Store v4.2.2 Release

15 Jun 14:00
Compare
Choose a tag to compare
  • Added property for time format on vertical Axis of agenda views, thanks @shott
  • Fixed issue of calendar not jumping to start position on 'update'
  • Upgraded used fullcalendar library to v2.3.2

App Store v4.2.1 Release

17 Apr 14:07
Compare
Choose a tag to compare
  • Fixed filename for css file

App Store v4.2 Release

14 Apr 09:32
Compare
Choose a tag to compare
  • Fixed file naming issue causing problems in cloud nodes
  • Calendar edit/selectable option is derived from editable configuration

App Store v4.1 Release

09 Apr 13:31
Compare
Choose a tag to compare
  • Fixed timezone issue

App Store v4.0 Release

16 Mar 09:55
Compare
Choose a tag to compare
  • AMD rewrite.
  • Language packs added.
  • Fixed issue about calendar not rendering well in tabcontainer
  • Fixed compatibility with Moments. Time and Date formats have changed, please refer to the fullcalendar docs for a full list of changes.
  • Added property: Business hours.
  • Start time and End time no longer create the same behavior; they are now used to highlight the business hours.
  • Added view render support(see http://fullcalendar.io docs)
  • Added event limit support