-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
523d6e0
commit cb0078d
Showing
1 changed file
with
28 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [1.0.0] - 20224-03-28 | ||
|
||
### Added | ||
|
||
- Added feature for redirect. | ||
- Added color variables for hover and active states. | ||
- Added primary and secondary color variables. | ||
- Added production build. | ||
- Added helpers for fonts and links. | ||
- Added classes for background colors. | ||
- Added responsive headings and paragraphs. | ||
- Added demo page. | ||
- Added default theme. | ||
- Added Roboto font from Google. | ||
- Added components for buttons, forms, menu, cards, and typography. | ||
- Added index.min.css. | ||
|
||
### Fixed | ||
|
||
- Fixed typo. | ||
- Fixed margins for buttons, headings, and paragraphs. | ||
- Fixed colors for nav and button components. |