1
1
# Changelog
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
4
- The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this
5
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this
5
6
project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
7
7
8
## [ Unreleased]
8
9
9
10
### Added
10
11
11
- No additional API surface.
12
+ - ` ProgressBar ` control for tracking the completion of a task
12
13
13
14
### Changed
14
15
15
- * ` ui-sys ` is now built with Bindgen. This means it can track libui more closely.
16
- * README.md now links to libui, and is more explanatory
17
- * ` LayoutGrid::insert_at ` no longer takes ` left ` and ` height ` arguments
18
- * Many APIs which took ` u64 ` or ` i64 ` arguments now take ` i32 ` for wider compatibility
16
+ - ` ui-sys ` is now built with Bindgen. This means it can track libui more closely.
17
+ - README.md now links to libui, and is more explanatory
18
+ - ` LayoutGrid::insert_at ` no longer takes ` left ` and ` height ` arguments
19
+ - Many APIs which took ` u64 ` or ` i64 ` arguments now take ` i32 ` for wider compatibility
19
20
20
21
### Deprecated
21
22
22
23
No deprecations.
23
24
24
25
### Removed
25
26
26
- * ` Transform ` no longer implements ` PartialEq ` as the existing implementation was broken.
27
+ - ` Transform ` no longer implements ` PartialEq ` as the existing implementation was broken.
27
28
28
29
### Fixed
29
30
30
- * ` VerticalBox ` and ` HorizontalBox ` no longer link to the removed ` BoxExt ` trait.
31
+ - ` VerticalBox ` and ` HorizontalBox ` no longer link to the removed ` BoxExt ` trait.
31
32
32
33
### Security
33
34
@@ -42,7 +43,7 @@ No security changes.
42
43
- ` Checkbox ` control for Boolean input
43
44
- ` Combobox ` control for selecting from one of a fixed set of options
44
45
- ` LayoutGrid ` control for grid-based 2D layouts
45
- - ` ui-sys ` can now be built without either pulling or building ` libui ` , controlled by Cargo features
46
+ - ` ui-sys ` can now be built without either pulling or building ` libui ` , controlled by Cargo features
46
47
- Building on MSVC now works
47
48
48
49
### Changed
@@ -66,4 +67,3 @@ No deprecations.
66
67
### Security
67
68
68
69
No security changes.
69
-
0 commit comments