Adjust changelog for release 2.48.0

This commit is contained in:
Eduard Heimbuch
2023-11-16 14:29:31 +01:00
committed by René Pfeuffer
parent 112a6ad329
commit 7c28447199
22 changed files with 29 additions and 42 deletions

View File

@@ -5,6 +5,34 @@ 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).
## [2.48.0] - 2023-11-16
### Added
- Internal API to modify repository storage locations
- Invalidation of caches and search index
- Radiobutton components are now available in the ui-forms module
- Modifications in hook provider
- Protocol priority order by user preferences
### Fixed
- Display error when the description of a repository is not stored
- Tabs overlapping other elements
- Show real image diff between ancestor and current branch head
- Links to not-existing users in groups
- Remove bottleneck by switching to assisted injection for command
- The useLocalStorage hook in @scm-manager/ui-api now correctly causes a re-render on write
- Set repository importer as owner on metadata import
- Unnecessary scrollbar showing up in markdown views with code tags for certain resolutions
- Use a random time for plugin center updates
- Ahead and behind tag of a branch to screen reader
- Source view with submodules without http or https URL
- Some chip inputs not correctly passing the ref
- Broken global search shortcut
### Changed
- Break paths in diff
- Remove mail for anonymous user
- Improve global search accessibility
## [2.47.0] - 2023-10-11
### Added
- Atomic design page template simple data pages
@@ -1398,3 +1426,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[2.46.0]: https://scm-manager.org/download/2.46.0
[2.46.1]: https://scm-manager.org/download/2.46.1
[2.47.0]: https://scm-manager.org/download/2.47.0
[2.48.0]: https://scm-manager.org/download/2.48.0

View File

@@ -1,2 +0,0 @@
- type: added
description: Radiobutton components are now available in the ui-forms module

View File

@@ -1,2 +0,0 @@
- type: changed
description: Remove mail for anonymous user

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Remove bottleneck by switching to assisted injection for command

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Unnecessary scrollbar showing up in markdown views with code tags for certain resolutions

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Some chip inputs not correctly passing the ref

View File

@@ -1,2 +0,0 @@
- type: changed
description: Improve global search accessibility

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Broken global search shortcut

View File

@@ -1,2 +0,0 @@
- type: added
description: Modifications in hook provider

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Set repository importer as owner on metadata import

View File

@@ -1,2 +0,0 @@
- type: added
description: Invalidation of caches and search index

View File

@@ -1,2 +0,0 @@
- type: changed
description: Break paths in diff

View File

@@ -1,2 +0,0 @@
- type: fixed
description: The useLocalStorage hook in @scm-manager/ui-api now correctly causes a re-render on write

View File

@@ -1,2 +0,0 @@
- type: added
description: Internal API to modify repository storage locations

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Use a random time for plugin center updates

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Tabs overlapping other elements

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Show real image diff between ancestor and current branch head

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Display error when the description of a repository is not stored

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Ahead and behind tag of a branch to screen reader

View File

@@ -1,2 +0,0 @@
- type: added
description: Protocol priority order by user preferences

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Source view with submodules without http or https URL

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Links to not-existing users in groups