diff --git a/docs/CHANGE_LOG.md b/docs/CHANGE_LOG.md index b8277f4..7af4287 100755 --- a/docs/CHANGE_LOG.md +++ b/docs/CHANGE_LOG.md @@ -9,11 +9,11 @@ - 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". @@ -21,7 +21,7 @@ #### **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.