Change Log
Current Devv2.0.2-dev.2021020411014 February 2021
Bug Fixes
- bump prosemirror-view from 1.17.2 to 1.17.3 (#286)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.23.2
- @progress/kendo-theme-default: ^4.25.2
- @progress/kendo-theme-material: ^3.21.2
Latest Releasev2.0.119 January 2021
Bug Fixes
- error on enter key when selection is on nested item (#282)
- bold/italic/underline tools stop working after font change (#281)
- cleanFormatting command behavior and its tool state
Supported themes
- @progress/kendo-theme-bootstrap: ^4.23.2
- @progress/kendo-theme-default: ^4.25.2
- @progress/kendo-theme-material: ^3.21.2
v2.0.016 December 2020
Bug Fixes
- add homepage URL
Features
- allow setting a custom schema (#266)
- add support for common table nodes with attributes
- add support for semantic nodes
- drop support for Angular 6 and 7
- enable licensing
Breaking Changes
- Requires Angular 8.x and TypeScript 3.4.x
- Requires an active license. See https://www.telerik.com/kendo-angular-ui/my-license
Supported themes
- @progress/kendo-theme-bootstrap: ^4.23.2
- @progress/kendo-theme-default: ^4.25.2
- @progress/kendo-theme-material: ^3.21.2
v1.2.511 November 2020
Bug Fixes
- readonly mode does not allow selection (#254)
- add Angular 11 to peer dependencies
Supported themes
- @progress/kendo-theme-bootstrap: ^4.23.2
- @progress/kendo-theme-default: ^4.25.2
- @progress/kendo-theme-material: ^3.21.2
v1.2.410 September 2020
Bug Fixes
- update release notes (#251)
- same color from colorpicker popup cannot be selected twice (#250)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v1.2.228 July 2020
Bug Fixes
- SECURITY: Prevent execution of scripts in content event handler attributes (CWE-83)
v1.2.025 June 2020
Bug Fixes
- update kendo-editor-common to v0.6
- mark as compatible with Angular 10
- make prosemirror tree-shakeable
- image dialog inputs are not focused when labels are clicked (#233)
- error is thrown for missing translation (#229)
- console warnings for insert link and insert file dialogs (#230)
- error is thrown when colgroup and col are used (#227)
Features
- paste cleanup (#224)
v1.1.08 May 2020
Bug Fixes
- error is thrown when tfoot is used
- error is thrown when thead is used (#216)
- remove legacy k-input class name from editor dialog textboxes (#214)
- remove legacy k-input class name from editor dialog textboxes (#213)
Features
- insert br tag on shift+enter (#222)
v1.0.15 February 2020
Bug Fixes
- the form control value is not updated with ChangeDetectionStrategy.onPush (#190)
v1.0.014 January 2020
Bug Fixes
- dialogs cannot be closed with the close button
- disabled state class is not added when the component is marked as readonly
Features
- disabled & readonly state enhancements (#181)
- add toolbar keyboard support (#179)
- add support for disabled state and readonly state
Breaking Changes
- Official release, bump version to v1.0.0
v0.11.06 December 2019
Bug Fixes
- mark as compatible with Angular 9.x
- Whitespaces are trimmed at the end of a text in FF when iframe="true" (#167)
- align justify resets alignment instead of setting 'text-align: justify' (#166)
Features
- use editor-common package (#164)
v0.10.214 November 2019
Bug Fixes
- HTML tags that are not present in the schema are stripped from the content (#129
v0.10.021 October 2019
Bug Fixes
- SSR is broken (#146)
- error when using SSR (#138)
Features
- Responsive toolbar integration (#147)
v0.9.02 October 2019
Bug Fixes
- table tool button submits the form
Features
- value change is emitted on each keystroke (#136)
v0.8.018 September 2019
Bug Fixes
- insertTable popup is not closed when the user clicks outside of it (#127)
- table tools are not localized (#126)
- toolbar state refresh (#121)
Features
- add support for tables (#120)
- override default values in dropdowns (#115)
- iframe rendering mode
v0.7.031 July 2019
Bug Fixes
- dropdownlists valueChange event is not fired (#110)
Features
- add prosemirror as dependencies (#113)
v0.5.130 May 2019
Bug Fixes
- mark as compatible with Angular 8
- default item of the DropDown tools is not localized (#87)
- heading inline styles are not parsed and rendered (#86)
v0.3.021 February 2019
Bug Fixes
- link cannot be edited if the selection reaches beyond the link end
- createLink button is enabled when selection is empty
- cannot edit links
- selecting nested list is not reflected correctly in the toolbar
- list buttons do not reflect correct state
- list buttons are toggled when a selection has non-list items in the middle
- list buttons do not show currently selected list properly
Features
- add flat ES module bundles
- add subscript and superscript commands
- Add Insert Image dialog
- add undo/redo buttons
- lists can be toggled
v0.2.130 January 2019
Bug Fixes
- mark package compatible with Angular 7
- editor cannot be installed via schematics (ng add)
v0.2.015 January 2019
Bug Fixes
- valueChange is fired inconsistently
- form state is incorrect
- editor is focused on every call of exec
- pristine status is lost on blur and no changes
- dirty and pristine FormControl statuses are incorrect
- isEmpty works in reverse
- fix getMarkRange method
- trigger new package version (#20)
- build throws error for circular dependency
- editor:
- JS error is thrown when user selects all content with ctrl/cmd + A
- valueChange event is fired on every keystroke
Features
- add method on the editor for focusing