Skip to content

Commit 4f15a05

Browse files
rahmanunvergjulivan
authored andcommitted
feat(calendar-web): update changelog, set sp category, structure mode text position
1 parent 71c2a4c commit 4f15a05

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/pluggableWidgets/calendar-web/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9-
### Added
9+
### Breaking changes
1010

11-
- initial version of calendar widget.
11+
- Initial version of Calendar pluggable widget.
12+
13+
- Upgrading from any v1.x to v2.0.0 preview requires re-configuring the widget in Studio Pro. The property panel has been reorganised (e.g. View settings, Custom work-week options) and missing/renamed properties will be reset to their defaults. After installing v2.0.0 open each Calendar instance, review the settings and re-select the desired values.

packages/pluggableWidgets/calendar-web/src/Calendar.editorConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export function getPreview(_values: CalendarPreviewProps, isDarkMode: boolean):
8181
borders: true
8282
})(
8383
rowLayout({
84-
columnSize: "grow",
84+
columnSize: "fixed",
8585
padding: 6
8686
})(
8787
{

packages/pluggableWidgets/calendar-web/src/Calendar.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<widget id="com.mendix.widget.web.calendar.Calendar" pluginWidget="true" offlineCapable="true" supportedPlatform="Web" xmlns="http://www.mendix.com/widget/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mendix.com/widget/1.0/ ../node_modules/mendix/custom_widget.xsd">
33
<name>Calendar</name>
44
<description>Calendar</description>
5+
<studioProCategory>Display</studioProCategory>
56
<studioCategory>Display</studioCategory>
67
<helpUrl>https://docs.mendix.com/appstore/widgets/calendar</helpUrl>
78
<properties>

0 commit comments

Comments
 (0)