Skip to content

Commit 6eedf72

Browse files
committed
Change email address in head src files
1 parent 78a3d05 commit 6eedf72

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,45 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
10+
11+
## [2.1.0 - 2021-03-13]
12+
13+
### Added
14+
815
- Add 'id' attribute for heading sections in docs/example.html
916
- Add text-size-adjust to prevent adjustments of font size after orientation changes
1017
- Add float property to nav li::before
18+
19+
20+
### Changed
21+
1122
- Change css variables
1223
- Change font-size rules according a typographic scale
1324
- Change measures according a grid scale
1425
- Change font-family for readibility
26+
27+
28+
### Removed
29+
1530
- Remove the '[aria-hidden = "true"]' attribute from elements that contain focusable descendants
1631
- Remove 'hgroup' rules: the 'hgroup' element has been removed from the HTML5 (W3C) specification
1732
- Remove display='block' property for 'table' selector
1833
- Remove 'nav ol' selector
1934
- Remove 'nav ul' selector
2035
- Remove select background styling when multiple attribute is also present
2136
- Remove resize=block attribute to textarea selector
37+
38+
39+
### Fixed
40+
2241
- Fix stylesheet URL in docs
2342
- Fix version in package.json
2443
- Fix unclosed tag 'img' in docs/example.html
2544

45+
46+
2647
## [2.0.0 - 2020-04-14]
2748

2849
### Added
@@ -175,12 +196,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175196
- Fix margins and paddings for 'nav > ul' selector
176197

177198

199+
178200
## 1.0.2 - 2020-10-05
179201
- Fix bug select multiple in Chrome
180202
- Fix url of changelog file in readme
181203

204+
205+
182206
## 1.0.1 - 2020-03-31
183207
- Fix margins for mobile
184208
- Fix font-size unit for small element
185209

210+
211+
186212
## 1.0.0 - 2020-03-28

src/quick.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@charset "UTF-8";
22
/*!
33
* quick.css 2.0.0 (https://guglielmopepe.github.io/quick/)
4-
* Copyright 2020 Guglielmo Pepe <posta@guglielmopepe.com> (https://www.guglielmopepe.com)
4+
* Copyright 2020 Guglielmo Pepe <info@guglielmopepe.com> (https://www.guglielmopepe.com)
55
* Licensed under MIT (https://github.com/GuglielmoPepe/quick/blob/master/LICENSE.md)
66
*/
77
*{box-sizing:border-box;background-repeat:no-repeat;}

src/quick.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)