Releases: mendixlabs/CalendarWidget
Releases · mendixlabs/CalendarWidget
App Store v4.4 release
- 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
- 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
- Removed gcal.js as it was resulting in issue with dojo build. Nothing was depending on this library.
App Store v4.2.3 Release
- 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
- 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
- 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
- Fixed filename for css file
App Store v4.2 Release
- Fixed file naming issue causing problems in cloud nodes
- Calendar edit/selectable option is derived from editable configuration
App Store v4.1 Release
- Fixed timezone issue
App Store v4.0 Release
- 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