@@ -5,24 +5,45 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55and 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
0 commit comments