"git@gitlab.adito.de:xrm/basic.git" did not exist on "e6ad111529fb1186c49ae954433a5b89a4f7a361"
Newer
Older
# Changelog
All notable changes to this project will be documented in this file.
Johannes Goderbauer
committed
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [6.0.0] - Unreleased
### Removed
- Temporary sales implementations
## [5.0.3] - 2024-08-29
### Fixed
- Removed duplicate translations
Sarah Scheffel
committed
## [5.0.2] - 2024-08-27
### Added
- Translations
## [5.0.1]
### Fixed
- Removed duplicate translations
## [5.0.0] - 2024-08-12
### Added
- Translations
- Usersettings_entity: userCurrency processes using new currency fields
## [4.0.1]
### Changed
- Moved manager translations into the manager module
Johannes Goderbauer
committed
## [4.0.0] - 2024-06-25
### Removed
- `openTopicTreeFavorite` and it's usages
- `openTopicTreePreset` and it's usages
### Changed
- Moved `Settings_FieldExtensionPoint` to the Field-type (from actions)
### Added
- `Settings_ActionFieldExtensionPoint` as a drop in replacement for the old `Settings_FieldExtensionPoint`
- Updated peer dependency of sharedalias to major 0.3.0
- Updated Language files
- Moved topic tree implementations to module topic-tree
Johannes Goderbauer
committed
## [2.1.1] - 2024-04-17
Johannes Goderbauer
committed
- support to extend the UserSettings by extensions points (entity and view)
- service to store extended UserSettings to the user datamodel: `usersettingsNonMandatoryFieldName_service
## [2.1.0]
### Added
- Created CHANGELOG.md.