ngx-text-editor-angular
Version:
WYSIWYG Editor for Angular 2+
62 lines (47 loc) • 1.82 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [Released]
## [3.3.0]
### Changed
- Update to ng 12 by [jrquick17](https://github.com/jrquick17)
## [3.2.0]
### Changed
- Update to ng 11 by [jrquick17](https://github.com/jrquick17)
## [3.1.0]
### Changed
- Update to ng 10 by [jrquick17](https://github.com/jrquick17)
## [3.0.0]
### Changed
- Update to ng 9 by [jrquick17](https://github.com/jrquick17)
## [2.2.0]
### Changed
- Use textarea instead of div to fix on iPhone by [jrquick17](https://github.com/jrquick17)
## [2.1.2]
### Changed
- Compatible with Ivy by [jrquick17](https://github.com/jrquick17)
## [2.1.1]
### Changed
- Changed ViewChild to static by [jrquick17](https://github.com/jrquick17)
## [2.1.0]
### Changed
- Renamed files, components, modules, etc for consistency by [jrquick17](https://github.com/jrquick17)
## [2.0.0]
### Added
- Update for Angular 8+ by [jrquick17](https://github.com/jrquick17)
## [1.0.0]
### Added
- Create basic demo by [jrquick17](https://github.com/jrquick17)
## [0.0.1]
### Added
- CHANGELOG file by [jrquick17](https://github.com/jrquick17)
- Custom image upload by [khernik93](https://github.com/khernik93)
- HTML headings by [Norddeutschland](https://github.com/Norddeutschland)
- Language configuration file by [mzsolt1](https://github.com/mzsolt1)
### Changed
- Forked from [ngx-editor](https://github.com/sibiraj-s/ngx-editor) by [jrquick17](https://github.com/jrquick17)
### Updated
- Documentation for new pacakge by [jrquick17](https://github.com/jrquick17)
- FontAwesome documentation by [magicben](https://github.com/magicben)