Skip to content

Releases: ordercloud-api/angular-cms-components

Fix bug: ordercloud plugin doesn't load

15 Sep 16:35

Choose a tag to compare

Pre-release

We need to call instance methods on window object tinymce instead of importing

Bug fixes to page renderer

15 Sep 14:20

Choose a tag to compare

Pre-release
  • now reacts to changes on pageDoc input
  • no longer throws error when removing robots tag

Track character count if wordcount is included in plugin

11 Sep 20:56

Choose a tag to compare

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

11 Sep 14:31

Choose a tag to compare

1.0.0-beta.27

:bookmark: 1.0.0-beta.27

AssetInputComponent

11 Sep 12:59

Choose a tag to compare

AssetInputComponent Pre-release
Pre-release
1.0.0-beta.26

:bookmark: 1.0.0-beta.26

Fix bug on AssetToolbar, pagination on asset list

10 Sep 22:44

Choose a tag to compare

This also has WIP changes for asset-input/asset-thumbnail

Bug fix for asset input file change callback

08 Sep 23:53

Choose a tag to compare

1.0.0-beta.24

🔖 1.0.0-beta.24

Asset Management Refactor

08 Sep 18:28

Choose a tag to compare

Pre-release
1.0.0-beta.23

:bookmark: 1.0.0-beta.23

Reload cms-page-list when resourceID or resourceType change

30 Aug 16:19

Choose a tag to compare

1.0.0-beta.22

:bookmark: 1.0.0-beta.22

Add content slot to cms-page-list for toolbar additions

28 Aug 15:43

Choose a tag to compare

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