Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.59 KB

File metadata and controls

36 lines (23 loc) · 1.59 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • @itwin/itwinui-react peer dependency has been upgraded to ^3.0.0.
  • @itwin/presentation-components peer dependency has been upgraded to ^5.0.0.
  • All other @itwin peer dependencies have been upgraded to ^4.0.0.
  • react and react-dom peer dependencies have been upgraded to ^18.0.0.
  • monaco-editor peer dependency has been upgraded to ^0.52.0.
  • Update package dependencies.

Added

  • Table: React component that displays properties of selected elements and reacts to the ruleset changes.

0.1.1 - 2023-02-13

Changed

  • @itwin peer dependencies now accept a range of ^3.2.6.

0.1.0 - 2022-04-04

Added

  • EditableRuleset: Represents a ruleset with dynamic content. It acts as the main communication channel between different components in this package.
  • SoloRulesetEditor: Represents a single monaco editor instance that is used to edit an associated ruleset.
  • PropertyGrid: React component that displays properties of selected elements and reacts to the ruleset changes.
  • Tree: React component that displays a tree hierarchy defined by a Presentation ruleset and reacts to the ruleset changes.