Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Jul 14, 2024
2 parents 3a052c0 + ad380d0 commit 3970a16
Show file tree
Hide file tree
Showing 4 changed files with 886 additions and 472 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

All notable changes to **angular-material-shared** are documented here.

## v2.7.3:

- Update documentation

## v2.7.2:

- Update Angular to v18

## v2.7.1:
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,15 @@ Because the paths might be dependent on your environment, you can use the follow
? '/dist/assets/tinymce-assets'
: '/assets/tinymce-assets';

#### TinyMCE Dependencies

If you want to use the `TinyMCE` component, you need those two dependencies as well:

```
"tinymce": "6.8.3",
"@tinymce/tinymce-angular": "^8.0.0",
```

#### TinyMCE Localization / i18n

By default, the TinyMCE editors language is English. You can include other languages as well. This package includes all the language files. To use them, the following must be done:
Expand Down
Loading

0 comments on commit 3970a16

Please sign in to comment.