SmartClient のリリース

Released: Sep 4, 2024

V13.0p-2024-09-04 での更新項目

不具合の修正

  • Fixed the "minutes" value stored in Calendar-cell locator-strings - rows in Calendar views are not always 30-minutes long, depending on calendar.minutesPerRow.
  • Fixed an issue where the DateRangeItem based filter for a non-editable dataSource field would not allow the user to pick a date range for filtering.

Released: Sep 3, 2024

V13.0p-2024-09-03 での更新項目

不具合の修正

  • Fixed *When rule regression where rules were not being applied.
  • Fixed implicitCriteria to support a simple criterion that references valuePath updating criteria when the ruleContext changes.

Released: Aug 29, 2024

V13.0p-2024-08-29 での更新項目

機能

  • Enhanced the interaction of AdaptiveMenu and visibleWhen rules so that rules do not show a button hidden because of the layout.
  • Showing and hiding components based on visibleWhen rules also triggers a layout refresh.

Released: Aug 25, 2024

V13.0p-2024-08-25 での更新項目

機能

  • Added new notification method Calendar.eventSaveError(), which fires when an attempt to save an event results in an error-response from the server.

不具合の修正

  • Fixed so that returning false from a custom Calendar.eventClick() implementation prevents the click from bubbling to the grid-body and showing the eventDialog.

Released: Jun 13, 2024

V13.0p-2024-06-13 での更新項目

機能

  • Added new attribute calendar.otherDayClickNavigation, default true - when false, prevents the MonthView from changing months for otherDay clicks.
  • Added new attribute calendar.canCreateOtherDayEvents, default false - allows clicks in otherDays to show the popup event-editor (after changing months, if otherDayClickNavigation is also set).

Released: May 23, 2024

V13.0p-2024-05-23 での更新項目

機能

  • You can now have Time.setDefaultDisplayTimezone() allow the timezone descriptors supported by the JS "intl" object - those in the format "America/Los_Angeles" or "Europe/Paris".

Released: May 20, 2024

V13.0p-2024-05-20 での更新項目

機能

  • Added DataSource-level and operationBinding-level "forceSort" flags.

Released: May 17, 2024

V13.0p-2024-05-17 での更新項目

機能

  • Added DataSource-level "forceSort" option.

Released: Apr 23, 2024

V13.0p-2024-04-23 での更新項目

機能

  • Added some warning prompts for the case where groupByMaxRecords is exceeded. See ListGrid.disabledGroupByPrompt and ListGrid.groupByMaxRecordsExceededMessage.
  • Modified how ListGrid grouping interacts with progressive loading to avoid loading data in a series of fetches as the server reports larger and larger total lengths.

Released: Feb 28, 2024

V13.0p-2024-02-28 での更新項目

機能

  • Added support for batched multi-insert with Oracle database.
  • Enhanced batched multi-insert to support cache sync and automatic auditing for dataSources that do not have sequence fields.