|
1 | 1 | # ChuckCSS Changelog
|
2 | 2 |
|
| 3 | +##4.2.0 |
| 4 | +* Added: |
| 5 | + * Change cursor when modal is open |
| 6 | + * `c-inside` rules in `helpers.less` regarding screens widths |
| 7 | + |
| 8 | +* Removed: |
| 9 | + * containers width animations when resizing the screen |
| 10 | + |
| 11 | + |
3 | 12 | ## 4.1.0
|
4 |
| -* Fix : |
| 13 | +* Fix: |
5 | 14 | * Delete height on `body`and `html`elements (Added in V.4.0.4)
|
6 | 15 |
|
7 | 16 | ## 4.0.4
|
8 |
| -* Fix : |
| 17 | +* Fix: |
9 | 18 | * Height calculation for Chrome on Android devices, regarding the browser UI bar (Add `height: 100%` to `body` and `html` elements)
|
10 | 19 |
|
11 | 20 | ## 4.0.3
|
12 |
| -* Added : |
| 21 | +* Added: |
13 | 22 | * New mixin for Line-Height generator
|
14 |
| - * Responsive line-height class : `cc-lh-{number}-{breakpoint}` (mobile-first respected) for line-height (from 0 to 40 with increments of 1). |
| 23 | + * Responsive line-height class: `cc-lh-{number}-{breakpoint}` (mobile-first respected) for line-height (from 0 to 40 with increments of 1). |
15 | 24 | * Line-height applied is divised by 10. So `cc-lh-20` will apply the property `line-height: 2` onto the element
|
16 | 25 |
|
17 | 26 | ## 4.0.2
|
|
21 | 30 | * Update mixin-ddep version
|
22 | 31 |
|
23 | 32 | ## 4.0.0 & 4.0.1
|
24 |
| -* Added : |
25 |
| - * Light version of ChuckCSS. The ChuckCSS Light is the same as ChuckCSS, but without : |
| 33 | +* Added: |
| 34 | + * Light version of ChuckCSS. The ChuckCSS Light is the same as ChuckCSS, but without: |
26 | 35 | * grids
|
27 | 36 | * tabs
|
28 | 37 | * badges
|
29 | 38 | * purple, yellow, orange colors
|
30 | 39 | * outlined buttons when using `cc-bg-color`
|
31 |
| - * Titles : |
| 40 | + * Titles: |
32 | 41 | * Font-size definitions regarding screen width (mobile-first)
|
33 | 42 | * Color definition for each Hn element (in `settings.less` file)
|
34 |
| - * Modals : |
| 43 | + * Modals: |
35 | 44 | * When modal is opened, add a paddinr-right on HTML element to prevent the loss of the scrollbar
|
36 | 45 |
|
37 |
| -* NEW : |
38 |
| - * Loader : Sonar loader |
| 46 | +* NEW: |
| 47 | + * Loader: Sonar loader |
39 | 48 |
|
40 |
| -* REMOVED : |
41 |
| - * Loaders : Dots and Caterpillar loaders (spinner loader kept) |
42 |
| - * Messages : class `.message` does not exists anymore. Replaced by `.alert` class |
| 49 | +* REMOVED: |
| 50 | + * Loaders: Dots and Caterpillar loaders (spinner loader kept) |
| 51 | + * Messages: class `.message` does not exists anymore. Replaced by `.alert` class |
43 | 52 |
|
44 |
| -* Changed : |
| 53 | +* Changed: |
45 | 54 | * Increase `sup` and `sub` font-size from 12px to 13px (inscrease Lighthouse accessibility score)
|
46 | 55 | * ChuckCSS vars is now defined using as maps of values in `settings.less` file
|
47 | 56 |
|
48 | 57 | ## 3.6.1 & 3.6.2
|
49 |
| -* Changed : |
| 58 | +* Changed: |
50 | 59 | * Rename `core` folder to `main` folder
|
51 | 60 |
|
52 | 61 | ## 3.6.0
|
53 |
| -* REMOVED : |
54 |
| - * 4 default colors : blue, purple, yellow, orange (descrease ChuckCSS weight) |
| 62 | +* REMOVED: |
| 63 | + * 4 default colors: blue, purple, yellow, orange (descrease ChuckCSS weight) |
55 | 64 | * CDN Normalize.css. Normalize is now included as an internal flie in `core` folder (inscrease "Google Lighthouse" performance)
|
56 |
| -* Added : |
| 65 | +* Added: |
57 | 66 | * `showLazyImg` animation (smoothly fade appearances) for images loaded with a lazy loader library (Lozad.js for exemple)
|
58 | 67 |
|
59 | 68 | ## 3.5.1
|
60 |
| -* Changed : |
| 69 | +* Changed: |
61 | 70 | * class prefix (`cc`) is set as a variable into `settings.less` file. You can now change it as you want.
|
62 | 71 |
|
63 | 72 | ## 3.5.0
|
64 |
| -* Changed : |
| 73 | +* Changed: |
65 | 74 | * Rename `fontawesome.less` with `icons.less` (in `core` folder)
|
66 | 75 | * Replace class `modal-open` by attribute `data-modal="modal_id"` on buttons who fired modals
|
67 |
| -* Added : |
| 76 | +* Added: |
68 | 77 | * `@modals-zi` and `@modals-zi-active` variables in `settings.less` for modals z-index property
|
69 | 78 | * `@icon-mal` and `@icon-mar` variables in `settings.less` for icons margin right and left when used with `icon-left` and `icon-right` class
|
70 |
| -* NEW : |
71 |
| - * Add openings effects for modals, binded with a data attribute : `data-open="slideInLeft"` and `data-open="slideInRight"` |
| 79 | +* NEW: |
| 80 | + * Add openings effects for modals, binded with a data attribute: `data-open="slideInLeft"` and `data-open="slideInRight"` |
72 | 81 |
|
73 | 82 | ## 3.4.0
|
74 |
| -* Changed : |
| 83 | +* Changed: |
75 | 84 | * Badges default background-color (now `#3A3A3A`)
|
76 | 85 | * class `cc-w-{int}` with `int` from 0 to 100 (+1 increment)
|
77 |
| - * Default font-family applied onto the body : now native font stack |
| 86 | + * Default font-family applied onto the body: now native font stack |
78 | 87 | * Alerts skins
|
79 | 88 | * Bindable attribute on alerts buttons in order to close alerts
|
80 |
| -* REMOVED : |
| 89 | +* REMOVED: |
81 | 90 | * class `cc-w-quarter`, `cc-w-half`, `cc-w-threequarter` (remplaced by class `cc-w-25`, `cc-w-50`, `cc-w-75`)
|
82 | 91 | * Masonry layouts
|
83 | 92 | * Messages (class `message message-{type}` are now the same as class `alert alert-{type}`)
|
84 |
| -* Fixed : |
| 93 | +* Fixed: |
85 | 94 | * class `cc-bg-{color}` and `cc-{color}` onto `th` and `td` elements
|
86 | 95 |
|
87 | 96 | ## 3.3.1
|
88 |
| -* Added : |
89 |
| - * Responsive texts aligments : class `cc-txt-{aligment}-{breakpoint}` (mobile-first respected) |
90 |
| - * Responsive padding and margin for block elements are completed : class `cc-pa-{breakpoint}`, `cc-ma-{breakpoint}`, `cc-pa{side}-{breakpoint}`, `cc-ma{side}-{breakpoint}` (mobile-first respected) |
| 97 | +* Added: |
| 98 | + * Responsive texts aligments: class `cc-txt-{aligment}-{breakpoint}` (mobile-first respected) |
| 99 | + * Responsive padding and margin for block elements are completed: class `cc-pa-{breakpoint}`, `cc-ma-{breakpoint}`, `cc-pa{side}-{breakpoint}`, `cc-ma{side}-{breakpoint}` (mobile-first respected) |
91 | 100 |
|
92 | 101 | ## 3.3.0
|
93 |
| -* Changed : changed default font-size for titles (Hn) in settings file (now in `rem` units) |
94 |
| -* Added : |
| 102 | +* Changed: changed default font-size for titles (Hn) in settings file (now in `rem` units) |
| 103 | +* Added: |
95 | 104 | * HTML elements `nav`, `strong`, `em`, `code`, `small` are now concerned by `cc-bg-{color}` and `cc-{color}` class
|
96 |
| - * Responsive font-weight : class `cc-fw-{number}-{breakpoint}` (mobile-first respected) |
97 |
| - * Responsive font-size : class `cc-fs-{number}-{breakpoint}` (mobile-first respected) |
98 |
| - * Responsive width for block elements : class `cc-w-{number}-{breakpoint}` (mobile-first respected) |
99 |
| - * Responsive padding and margin for block elements : class `cc-pa{direction}-{number}-{breakpoint}` (mobile-first respected) |
| 105 | + * Responsive font-weight: class `cc-fw-{number}-{breakpoint}` (mobile-first respected) |
| 106 | + * Responsive font-size: class `cc-fs-{number}-{breakpoint}` (mobile-first respected) |
| 107 | + * Responsive width for block elements: class `cc-w-{number}-{breakpoint}` (mobile-first respected) |
| 108 | + * Responsive padding and margin for block elements: class `cc-pa{direction}-{number}-{breakpoint}` (mobile-first respected) |
100 | 109 |
|
101 | 110 | ## 3.2.3
|
102 | 111 | * Added: class `cc-dotted` for dotted lists
|
103 | 112 |
|
104 | 113 | ## 3.2.2
|
105 |
| -* Added : |
| 114 | +* Added: |
106 | 115 | * New mixin for Font-Weight generator
|
107 | 116 | * class `cc-fw-{number}` for font-weight (from 100 to 900 with increments of 100)
|
108 |
| -* REMOVED : |
| 117 | +* REMOVED: |
109 | 118 | * `@blockquotes-ic` var in settings.less file
|
110 |
| -* Fixed : |
| 119 | +* Fixed: |
111 | 120 | * HTMl links - `a:not(.btn)` - are white written if they are included into a bg-colorized parent.
|
112 | 121 |
|
113 | 122 | ## 3.2.1
|
114 | 123 | * Fixed font-size generator mixin in generator.less file
|
115 | 124 |
|
116 | 125 | ## 3.2.0
|
117 |
| -* Added : |
| 126 | +* Added: |
118 | 127 | * New mixin for Font-Size generator
|
119 | 128 | * class `cc-fs-{number}` for font-size (from 0rem to 10rem with increments of 0.1rem)
|
120 |
| -* REMOVED : |
| 129 | +* REMOVED: |
121 | 130 | * FontAwesome and Ionicons CDN in front.less (you have to include FA and/or Ionicons by yourself)
|
122 |
| - * mixins : `fa()`, `io()`, `uppercase()` in functions.less |
| 131 | + * mixins: `fa()`, `io()`, `uppercase()` in functions.less |
123 | 132 | * class `cc-quoted` for blockquotes
|
124 |
| -* Updated : Normalize.css v8.0.0 |
| 133 | +* Updated: Normalize.css v8.0.0 |
125 | 134 |
|
126 | 135 | ## 3.1.2
|
127 |
| -* Added : |
| 136 | +* Added: |
128 | 137 | * New mixins for FontAwesome icons generator, regarding the font-weight (fontAwesome 5)
|
129 | 138 |
|
130 | 139 | ## 3.1.1
|
131 |
| -* REMOVED : |
| 140 | +* REMOVED: |
132 | 141 | * class `fa-` applied to another element but i
|
133 | 142 | * mixin `generateIcons` in generator.less
|
134 | 143 |
|
135 | 144 | ## 3.1.0
|
136 |
| -* Updated : FontAwesome CDN with v5.0.8 |
137 |
| -* Updated : Normalize.css v7.0.0 |
138 |
| -* Fixed : |
| 145 | +* Updated: FontAwesome CDN with v5.0.8 |
| 146 | +* Updated: Normalize.css v7.0.0 |
| 147 | +* Fixed: |
139 | 148 | * FontAwesome 5 compatibilities (Free version) with class `far`, `fal`, `fas`, `fab`
|
140 | 149 |
|
141 | 150 | ## 3.0.8
|
142 |
| -* Added : add CDN libraries in front.less file (normalize, font-awesome, ionicons) |
143 |
| -* REMOVED : |
| 151 | +* Added: add CDN libraries in front.less file (normalize, font-awesome, ionicons) |
| 152 | +* REMOVED: |
144 | 153 | * Bower support (NPM only) and bower.json file
|
145 | 154 | * Vagrantfile (ChuckCSS works with Homestead now)
|
146 | 155 | * normalize.less file in core folder (Normalize is now included width CDN in front.less file)
|
147 | 156 |
|
148 | 157 | ## 3.0.7
|
149 |
| -* Added : new settings for links/buttons : |
| 158 | +* Added: new settings for links/buttons: |
150 | 159 | * `@links-btn-bw` => default border-width
|
151 | 160 | * `@links-btn-pa` => default padding
|
152 |
| -* Fixed : force border-radius for `input[type="checkbox"]` to 2px without taking the `@input-br` var |
| 161 | +* Fixed: force border-radius for `input[type="checkbox"]` to 2px without taking the `@input-br` var |
153 | 162 |
|
154 | 163 | ## 3.0.6
|
155 |
| -* REMOVED : class `modal-close` on closure button (modal) and replaced by `data-close-modal` attribute |
156 |
| -* Changed : chuckcss.js file for modals closures (`.modal-close` selector REMOVED) |
| 164 | +* REMOVED: class `modal-close` on closure button (modal) and replaced by `data-close-modal` attribute |
| 165 | +* Changed: chuckcss.js file for modals closures (`.modal-close` selector REMOVED) |
157 | 166 |
|
158 | 167 | ## 3.0.5
|
159 | 168 | * Added: `data-fullscreen` attribute for modals
|
|
0 commit comments