tinymce-angular icon indicating copy to clipboard operation
tinymce-angular copied to clipboard

Official TinyMCE Angular Component

Results 58 tinymce-angular issues
Sort by recently updated
recently updated
newest added

I am using angular 17 with tinymce/tinymce-angular - 8 with self hosted tinymce with package manager Here is my html code ``` ``` In JS ``` handleSetup(editor: any) { const...

needs: more info

Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...

dependencies

Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 5.10.9 to 7.0.0. Changelog Sourced from tinymce's changelog. 7.0.0 - 2024-03-20 Added New license_key option that must be set to gpl or a valid license key. #TINY-10681...

dependencies

Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. Commits bef7b1e 6.2.1 fe8cd57 prevent extraction in excessively deep subfolders fe7ebfd remove security.md See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar&package-manager=npm_and_yarn&previous-version=6.2.0&new-version=6.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.18.3 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.93.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies

**What is the current behavior?** When multiple instances of tinymce angular component is used and if we update locale for one component, it updates locale for other editor's Paragraph dropdown...

status: escalated
status:stale

**What is the current behavior?** I am using free version of tinymce 7 via npm on my angular application. The installation was basically following instructions on this page https://www.tiny.cloud/docs/tinymce/latest/angular-pm/#procedure. When...

Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.7. Release notes Sourced from axios's releases. Release v1.7.7 Release notes: Bug Fixes fetch: fix stream handling in Safari by fallback to using a stream...

dependencies

**What is the current behavior?** When uploading an image and converting it to base64 the source field remains empty and even the upload button is not properly visible **Please provide...