You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: changelog.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,29 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). Currently, this project is using an `0.x` versioning system to indicate its preview status. As such, it does _not_ currently adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Once we reach production readiness, we will follow semver beginning with our `1.0` release. In the meantime, please read this changelog for information on breaking changes!
6
6
7
+
## 0.12.1 [January 8, 2019]
8
+
9
+
### Fixed
10
+
11
+
- Radio: Fixed rendering of label [#1393]
12
+
7
13
## 0.12.0 [January 7, 2019]
8
14
9
15
### Added
10
16
11
-
- Testing: Custom prop - Atoms [#1308]
12
-
- Testing: Custom prop - Molecules [#1312]
13
-
- Adds a prop to set the width to the resource list body [#1314]
17
+
- Testing: Custom prop tests [#1308][#1312]
18
+
- ResourceList: Adds a prop to set the width to the resource list body [#1314]
19
+
- Image: Images are now responsive by default [#1244]
20
+
- Image: Added fit properties to scale images to a container proportionally [#1244]
21
+
- Avatar: Images in avatar fit to cover the container. This allows to display portrait and landscape images inside the avatar. [#1244]
14
22
- (Internal) Layouts: Row, Gallery, Columns and Page [#1282]
0 commit comments