All notable changes to angular-material-shared are documented here.
- Fixed an issue where clicking the header text would not work
- The components were restructured to be standalone, and the handling of the
tinymce
dependency was changed
- The
@tinymce/tinymce-angular
dependency was added to the package
- tinymce was updated to v7
- Update Angular to v17
- Fixed a display bug in the height of the prerelease notice banner
- The Angular client was updated to use any Angular version at v14 or upwards
- Google Fonts and Icons are no longer automatically loaded in the library, but need to be imported separately in the consuming app
- Documentation updates
- The Angular client was updated to use any Angular version at v14 or upwards
- Update Angular to v14
- Update Angular to v12
- Add option to embed logo in header
- Update tinyMCE and change handling of embedding tinyMCE assets
- Update Angular to v10
- Update Angular to v9.1
- Remove invalid dependency to '@angular/http'. This is deprecated since version 8 of Angular
- Update Angular to v8
- The TinyMCE dependency was updated. Please update your script imports in
angular.json
to point to the new theme by replacing"node_modules/tinymce/themes/modern/theme.min.js"
with"node_modules/tinymce/themes/silver/theme.min.js"
- Allow footer to be customizable
- Update company name in footer component
- Include TinyMCE i18n language files directly in this repo
- Add feature to support localization / i18n of TinyMCE component
- Update Angular to v7
- Initial release