2020-10-02 19:09:25 +03:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
2020-10-31 12:10:03 +03:00
|
|
|
- Server module
|
2020-11-12 12:05:43 +03:00
|
|
|
- Change collector
|
2020-10-02 19:09:25 +03:00
|
|
|
|
|
|
|
### Changed
|
2020-11-12 12:05:43 +03:00
|
|
|
- Vision does not implement ItemProvider anymore. Property changes are done via `getProperty`/`setProperty` and `property` delegate.
|
2020-11-21 11:17:18 +03:00
|
|
|
- Point3D and Point2D are made separate classes instead of expect/actual (to split up different engines.
|
|
|
|
- JavaFX support moved to a separate module
|
|
|
|
- Threejs support moved to a separate module
|
2020-10-02 19:09:25 +03:00
|
|
|
|
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
### Removed
|
2020-10-31 12:10:03 +03:00
|
|
|
- Primary modules dependencies on UI
|
2020-10-02 19:09:25 +03:00
|
|
|
|
|
|
|
### Fixed
|
2020-10-31 12:10:03 +03:00
|
|
|
- Version conflicts
|
2020-10-02 19:09:25 +03:00
|
|
|
|
|
|
|
### Security
|