Skip to content

Enonic Admin UI Lib v4.0.0

Compare
Choose a tag to compare
@jsi jsi released this 11 Jun 13:19
· 1674 commits to master since this release

Changelog

Features

  • Implement length counter for TextLine and TextArea (#1817).

Improvements

  • Improve styling of max-length countdown for TextLine/TextArea (#1819).

Bugs

  • Option Set - uploaded image inside deselected option are not cleared after saving the changes (#1758).
  • Apply button should not submit invalid config form (#1815).
  • Console error after selected content in selector gets updated on the server (#1771).
  • Default selection in an option-set is not working when number of allowed options is unlimited (#1396).
  • Disabled or hidden element might get focused in a modal dialog (#1689).
  • Display Name input is not focused in the wizard (#1859).
  • Display-name expression breaks when content type has a Content Selector (#1902).
  • Don't auto expand filtered grid nodes for toolbar toggler selection (#1776).
  • Dropzone icon remains visible after the image is removed from one of several image selectors (#1932).
  • Errors when opening a content with an option-set that is missing selected option (#1857).
  • Exclude non-existing values when calculating a number of allowed selected options (#1861).
  • Filtering selector by parent display name doesn't work if the name contains spaces (#1846).
  • Fix space and button label for item-/option- set occurrences (#1837).
  • Image selector - the first item gets checked after scrolling options in the list (#1628).
  • Incorrect behaviour of occurrence title generation in a single-select option-set (#1787).
  • Incorrect behaviour of validation of inputs with default values (#1887).
  • Incorrect highlighting of required item/option-set occurrence (#1789).
  • Incorrect label resolution of an option-set inside an item-set (#1788).
  • Input validation check is triggered multiple times (#1821).
  • Inspect Panel - images are not displayed in the Image Component's descriptor selector (#1851).
  • Invalid Option Set is not highlighted when saved in a new content (#1952).
  • Labels of required fields are missing asterisk (#1785).
  • Layout of the Wizard Panel is resolved before edit permissions check (#1842).
  • Lazy rendering doesn't work for Item/option sets inside site config modal window (#1898).
  • Option Set - Incorrect radio button behavior in multi selection (#1878).
  • Option Set - labels should be sanitized (#1751).
  • Option Set in modal dialog - changes are not applied after deleting an occurrence (#1907).
  • Parent content gets collapsed after adding a child item in filtered grid (#1682).
  • Paste inside a content selector's filter won't trigger search (#1778).
  • Save button remains enabled after saving new content with a TextLine or a TextArea (#1849).
  • Selected option in an Option Set remains highlighted in the dropdown after reset (#1949).
  • Site/Provider configurator - menu button is not displayed in occurrence view (#1822).
  • Skip notification about failed Websockets connection when XP is unavailable (#1946).
  • Tabbing out of the Online from/to field in the Content Wizard modifies content (#1739).
  • Validation in the Insert Link dialog won't allow 2 letter long domains (#1943).
  • Wizard toolbar doesn't fold when needed (#1793).

Refactorings

  • BrowsePanel: unify handling of TreeGrid data change event throughout all BrowsePanel inheritors (#1627).
  • Implement FormView.whenLayoutFinished (#1937).
  • Option.ts: set default values for boolean types (#1559).
  • TreeGrid: new data api methods (#1714).