-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
12 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,7 @@ | ||
# Changelog | ||
|
||
## [0.16.0] - 2019-01-31 | ||
|
||
### Added | ||
|
||
- Added alternative way to display dates to users. | ||
- Added range selector for datepicker. | ||
- Added multiple date selector for datepicker. | ||
|
||
### Changed | ||
|
||
- Replaced rome datepicker with flatpickr as rome is no longer maintained, as a result moment is no longer available through the designguide. | ||
- Changed cards so it is no longer required to wrap cards in the `.cards` container for them to work. | ||
- Text color utility class `.color-{name}` has been replaced with `.text-{name}`, and is deprecated. | ||
- Renamed icons to iconography under core, and moved payment icons under material icons. | ||
- Replaced b64 images with SVGs for `<select>`, checkbox and radio buttons. | ||
- Changed icon classes naming so they are more consistent. Icon class names without the correct prefix (.small..) are deprecated. | ||
- Changed how toasts are displayed in combination with sheet. They now appear to the left of sheet. | ||
## [0.16.1] - 2019-02-05 | ||
|
||
### Fixed | ||
|
||
- Fixed issue with negative margin utility classes not being generated. | ||
- Fixed issue with panel not taking full width on mobile screens. | ||
- Fixed issue with gap between body and arrow in tooltips on larger screens. | ||
- Fixed issue with documentation header not appearing on refresh. | ||
- Fixed issue with wrong spacing in step items with anchor elements (#183). | ||
- Fixed issue with button loaders displaying button name when clicked. | ||
- Fixed issue with disabled button loaders being clickable. | ||
- Fixed issue with tooltip not displaying correctly with icons. | ||
- Fixed issue with open dialog and sheet padding for mobile. | ||
- Fixed issue with datepicker not being visible inside sheet. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,4 +56,8 @@ body.sheet-open { | |
overflow-y: auto; | ||
} | ||
} | ||
|
||
.flatpickr-calendar { | ||
z-index: 4000; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters