@eccenca/gui-elements 23.8.0-rc.1 → 23.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [23.8.0] - 2024-08-19
|
|
10
|
+
|
|
9
11
|
### Added
|
|
10
12
|
|
|
11
13
|
- `<ApplicationContainer />`:
|
|
@@ -24,11 +26,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
|
|
24
26
|
|
|
25
27
|
- `<ElapsedDateTimeDisplay />`
|
|
26
28
|
- negative values are not shown (e.g. in case server and browser clocks are apart)
|
|
27
|
-
- `<TextArea />`
|
|
28
|
-
- improve visual alignment to `TextField` regarding whitespace and colors
|
|
29
29
|
|
|
30
30
|
### Changed
|
|
31
31
|
|
|
32
|
+
- `<TextArea />`
|
|
33
|
+
- improve visual alignment to `TextField` regarding whitespace and colors
|
|
32
34
|
- basic styles for Uppy widget were improved and moved to its own component folder
|
|
33
35
|
|
|
34
36
|
### Deprecated
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eccenca/gui-elements",
|
|
3
3
|
"description": "GUI elements based on other libraries, usable in React application, written in Typescript.",
|
|
4
|
-
"version": "23.8.0
|
|
4
|
+
"version": "23.8.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/eccenca/gui-elements",
|
|
7
7
|
"bugs": "https://github.com/eccenca/gui-elements/issues",
|