Releases: ordercloud-api/angular-cms-components
Releases · ordercloud-api/angular-cms-components
Fix bug: ordercloud plugin doesn't load
We need to call instance methods on window object tinymce instead of importing
Bug fixes to page renderer
- now reacts to changes on pageDoc input
- no longer throws error when removing robots tag
Track character count if wordcount is included in plugin
fires off an event emitter from cms-html-editor to handle character count limiting in parent component
Set isLocked attribute value on Active/Disabled inputs on asset details
1.0.0-beta.27 :bookmark: 1.0.0-beta.27
AssetInputComponent
1.0.0-beta.26 :bookmark: 1.0.0-beta.26
Fix bug on AssetToolbar, pagination on asset list
This also has WIP changes for asset-input/asset-thumbnail
Bug fix for asset input file change callback
1.0.0-beta.24 🔖 1.0.0-beta.24
Asset Management Refactor
1.0.0-beta.23 :bookmark: 1.0.0-beta.23
Reload cms-page-list when resourceID or resourceType change
1.0.0-beta.22 :bookmark: 1.0.0-beta.22
Add content slot to cms-page-list for toolbar additions
cms-page-list now allows an implementor to transclude additions to the toolbar. The transcluded content must have the class name cms-toolbar-additions in order to appear. This required class gives us flexibility to add other slots in the future.
For example:
<cms-page-list>
<div class="cms-toolbar-additions">
This text will appear in the toolbar!
</div>
</cms-page-list>This allows implementors greater flexibility when extending the components