Skip to content

Commit

Permalink
Updated change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
William Troup committed Jul 11, 2024
1 parent c37b636 commit 0a1dcbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/CHANGE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
- Added dialog moving support via the title bar. When the dialog is moved, it is locked until closed (no over elements will open/update the dialog).

#### **Start() > Options:**
- Added option "showIdOrNameInTitle" (defaults to false), which states if showing the Name/ID of element in the title of the dialog is enabled.
- Added option "showIdOrNameInTitle" (defaults to false), which states if showing the Name/ID of the element in the title of the dialog is enabled.

#### **Configuration:**
- Added configuration option "classesText" (defaults to "Classes"), which states the text to use for the "Classes" title.
- Added configuration option "noClassesAvailableText" (defaults to "No classes are available."), which states the text to show when now classes are available.
- Added configuration option "noClassesAvailableText" (defaults to "No classes are available."), which states the text to show when no classes are available.

#### **Adjustments:**
- Renamed the small Copy, Paste, and Remove button CSS classes to "copy-small", "paste-small", and "remove-small".
- Removed deprecated "cancelBubble" usages and replaced them with "stopPropagation()".

#### **Fixes:**
- Fixed an issue with checking ignore states for elements.
- Fixed a fault that caused the "Paste" and "Remove" buttons being visible when "allowEditing" is set to false.
- Fixed a fault that caused the "Paste" and "Remove" buttons to be visible when "allowEditing" is set to false.
- Fixed missing types across the project code.

<br>
Expand Down

0 comments on commit 0a1dcbf

Please sign in to comment.