Daniel Oakman
Daniel Oakman
Related Ticket: TINY-10436 Description of Changes: - Removed `force_hex_color` config option and HEX colours are now always enforced, as if `force_hex_color` was set to `'always'`. Pre-checks: * [ ] Changelog...
Updated dev dependencies to Angular 17, storybook v7, issue bug report template swapped to an Angular 17 one and fixed rxjs deprecated usage.
Description of changes: As described in #311, when a parent component was using OnPush change detection, changes made in the editor component weren't picked up. This is fixed by changing...
Ticket: DOC-2349 Site: [DOC-2349 site](http://docs-hotfix-70-doc-2349.staging.tiny.cloud/docs/tinymce/latest/) Changes: * Swapped to use Vite instead of create-react-app, which is no longer maintained. * Removed raw-loader usage. * Use `npm run dev` instead of...
Related Ticket: TINY-10384 Description of Changes: - Added a check before the cursor is potentially moved by the `insertBefore` function, to make sure it moves to the next line. -...
Ticket: [INT-3299](https://ephocks.atlassian.net/browse/INT-3299) Changes: - Added an extra check for duplicate editor IDs. As well as checking if a current element exists with that ID, it checks that this element is...
Ticket: [INT-3298](https://ephocks.atlassian.net/browse/INT-3298) Changes: - Replaced agar style chain/step tests with usage of `describe`, `context` & `it`. - Added `TestHooks.ts` which contains BDD hooks for creating generic component fixtures and TinyMCE...