Releases: ordercloud-api/angular-cms-components
Releases · ordercloud-api/angular-cms-components
Optional hook for pre document save method
1.0.0-beta.50 :bookmark: 1.0.0-beta.50
Optional input for dynamic text replacements on page render
1.0.0-beta.49 :bookmark: 1.0.0-beta.49
Bug Fixes
Include @Input()
decorator on additionalMetaTags variable
Bug fixes & asset types
1.0.0-beta.47 :bookmark: 1.0.0-beta.47
Bug fixes for winmark
Temp change: Only show asset picker on insert image
(once we have other asset types available we can show the asset picker for non-image types)
Prevent default anchor link behavior on buyer/page-renderer:
- on ngAfterViewInit find all tags with an href starting with "#" (anchor links)
- add a click event listener to each anchor link that prevents the default link behavior
- instead of default behavior, attempt to find the corresponding named element on the page and scroll it into view
Reset asset page to 1 when defaultListOptions change
1.0.0-beta.45 :bookmark: 1.0.0-beta.45
Add page preview button, fix asset pagination
1.0.0-beta.44 :bookmark: 1.0.0-beta.44
Add option for custom asset filters
New options:
- cms-page-** has [additionalAssetFilters]?: TemplateRef
- cms-asset-** has [additionalFilters]?: TemplateRef
You should be able to modify the defaultListOptions using callbacks in the ng-template
Error messages on page editor
1.0.0-beta.42 :bookmark: 1.0.0-beta.42
Fix header/footer embed on page renderer
1.0.0-beta.41 :bookmark: 1.0.0-beta.41