Lancements de Infragistics Professional

Released: Aug 30, 2024

Mises à jour de Ignite UI for Web Components 5.0.1

Fonctionnalités

  • Checkbox, Radio, and Switch - Exported the CheckboxChangeEventArgs and RadioChangeEventArgs types for public use, providing more flexibility and control over event handling.

Correctifs

  • Select - Resolved an issue where pressing the Tab key while a Select component's dropdown was open would incorrectly return focus to the document. Now, focus is correctly returned to the Select component after closing the dropdown.
  • Radio - Prevented form submission if a Radio component/group is...

Released: Aug 27, 2024

Mises à jour de Ignite UI for Web Components 5.0.0

Fonctionnalités

  • Icon Registry - You can now register and replace icons by reference via the setIconRef function. All components now use icons by reference internally so that it's easy to replace them without explicitly providing custom templates.
  • Breaking Changes:
    • Removed igcFocus and igcBlur events from buttons and inputs - Button, Icon Button, Checkbox, Switch, Combo, Date Time Input, Input, Mask Input, Radios, Select, Textarea. Use the native focus & blur events instead.
    • Checkbox and...

Released: Aug 26, 2024

Mises à jour de Ignite UI for Angular 18.2.0

Fonctionnalités

  • Scrollbar: New CSS variables
    • Introduced new CSS variables to allow for more customizable scrollbars. This enhancement utilizes the available WebKit pseudo-selectors such as ::-webkit-scrollbar-track. However, please note that these pseudo-selectors are prefixed with -webkit- and are only supported in WebKit-based browsers (e.g., Chrome, Safari).
    • List of Available CSS Variables for -webkit- browsers:
      • --sb-size: Adjusts the scrollbar size (width and height).
      • --sb-track-bg-color...

Released: Aug 9, 2024

Mises à jour de Ultimate UI for Windows Forms 24.1.13

Fonctionnalités

  • UltraDataPieChart - The UltraDataPieChart is a new component that renders a pie chart. This component works similarly to the UltraCategoryChart, in that it will automatically detect the properties on your underlying data model while allowing selection, highlighting, animation and legend support via the ItemLegend component.
  • Data Legend and Data Tooltip Grouping - A new UltraDataChart grouping feature added. The property GroupRowVisible toggles grouping with each series opting in...

Released: Aug 8, 2024

Mises à jour de Ultimate UI for WPF 24.1.20

Fonctionnalités

  • XamDataPieChart - The XamDataPieChart is a new component that renders a pie chart. This component works similarly to the XamCategoryChart, in that it will automatically detect the properties on your underlying data model while allowing selection, highlighting, animation and legend support via the ItemLegend component.
  • Data Legend and Data Tooltip Grouping - A new XamDataChart grouping feature added. The property GroupRowVisible toggles grouping with each series opting in can...

Released: Jul 11, 2024

Mises à jour de Ignite UI for React 18.6.1

Fonctionnalités

  • General
    • IgrInput and IgrTextarea - Exposed ValidateOnly to enable validation rules being enforced without restricting user input.
    • IgrDropdown - positionStrategy property has been deprecated. The dropdown now uses the IgrPopover API to render its container in the top layer of the browser viewport, making the property obsolete.
    • IgrDockManager - IgrSplitPane isMaximized has been deprecated. Having isMaximized set to true on a split pane level has no real effect as split panes serve...

Released: Jul 9, 2024

Mises à jour de Ignite UI for Angular 18.1.0

Fonctionnalités

  • IgxPivotGrid
    • Added horizontal layout for row dimensions. Can be configured through the pivotUI rowLayout property.
    • Added horizontalSummary property for each IPivotDimension, enabling summary row when using horizontal layout.
    • Added the horizontalSummariesPosition property to the pivotUI, configuring horizontal summaries position.
    • Keyboard navigation can now move in to row headers back and forth from any row dimension headers or column headers.
    • Added keyboard interactions for row...

Released: Jul 3, 2024

Mises à jour de Ignite UI for Web Components 4.11.0

Fonctionnalités

  • Changed the Toast Component Indigo Theme.
  • Changed the Rating Component Indigo Theme.
  • Changed the Stepper Component Indigo Theme.

Released: Jul 3, 2024

Mises à jour de Ignite UI for Web Components 4.11.1

Correctifs

  • Fixed issue with Stepper Design in vertical mode.

Released: Jul 1, 2024

Mises à jour de Ignite UI for Web Components 4.10.0

Fonctionnalités

  • Added a new Banner component.
  • Added a new Divider component.
  • Added a new Date picker component.
  • Radio group - You can now bind underlying radio components name and checked state through the radio group.
  • Added support for VSCode custom data intellisense (both HTML and CSS).
  • Added support for JetBrains editors WebTypes intellisense.
  • Deprecated the Input inputmode property. It is now aligned with the native inputMode DOM property instead.

Correctifs

  • Mask input - After a form reset...