-
Notifications
You must be signed in to change notification settings - Fork 4
/
release-notes.html
412 lines (400 loc) · 17.5 KB
/
release-notes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
---
layout: home
title: Release Notes
---
<section id="index">
<div class="col-container border-b-xs p-b-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.1.0</p>
</div>
<div class="col col-90-md">
<p class="bold">Initial beta release</p>
<p class="text-6-xs text-color-light">August 18, 2016</p>
<ul class="m-t-1-xs text-6-xs">
<li>Leap has been released as a Beta with initial atomic utility classes.</li>
<li>Leap is now a Bower package and can be installed via Bower.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.2.0</p>
</div>
<div class="col col-90-md">
<p class="bold">Initial feedback release</p>
<p class="text-6-xs text-color-light">September 6, 2016</p>
<ul class="m-t-1-xs text-6-xs">
<li>Added in a <code>.text-color-white</code> class.</li>
<li>Made sure <code>.col-max</code> had <code>margin: 0 auto</code>.</li>
<li>Added <code>!important to grid classes</code>.</li>
<li>Added outer padding to <code>.col-max</code> and changed grid width to 1260px to match Treehouse.</li>
<li>Added <code>!important</code> to header font sizes.</li>
<li>Added in a larger header text class (<code>.text-0-xs</code>) for use in marketing hero units.</li>
<li>Refactored inverse button styles.</li>
<li>Removed <code>!important</code> form <code>.col-gutters</code> styles.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.3.0</p>
</div>
<div class="col col-90-md">
<p class="bold">Secondary feedback release</p>
<p class="text-6-xs text-color-light">September 8, 2016</p>
<ul class="m-t-1-xs text-6-xs">
<li>Added <code>!important</code> to primary button class.</li>
<li>Made form select styles <code>!important</code>.</li>
<li>Made <code>.col-33-n</code> use 33.3% to round more evenly.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.4.0</p>
</div>
<div class="col col-90-md">
<p class="bold">Quick button update</p>
<p class="text-6-xs text-color-light">September 13, 2016</p>
<ul class="m-t-1-xs text-6-xs">
<li>Hotfix buttons that were being messed up with existing Treehouse styles.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.5.0</p>
</div>
<div class="col col-90-md">
<p class="bold">Select height update</p>
<p class="text-6-xs text-color-light">September 22, 2016</p>
<ul class="m-t-1-xs text-6-xs">
<li>Change padding on <code>select</code> form elements to match input height.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.5.1</p>
</div>
<div class="col col-90-md">
<p class="bold">Select height update for Safari</p>
<p class="text-6-xs text-color-light">September 22, 2016</p>
<ul class="m-t-1-xs text-6-xs">
<li>Change padding on <code>select</code> form elements to match input height in Safari.</li>
<li>Changed line-height on <code>select</code> elements to 1.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.5.2</p>
</div>
<div class="col col-90-md">
<p class="bold">Select height update for Firefox</p>
<p class="text-6-xs text-color-light">September 22, 2016</p>
<ul class="m-t-1-xs text-6-xs">
<li>Change padding on <code>select</code> form elements to match input height in Firefox.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.6.0</p>
</div>
<div class="col col-90-md">
<p class="bold">Inline button style</p>
<p class="text-6-xs text-color-light">September 28, 2016</p>
<ul class="m-t-1-xs text-6-xs">
<li>Added <code>.button--inline</code> to the buttons to make button match from height when they live inline next to text inputs.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.7.0</p>
</div>
<div class="col col-90-md">
<p class="bold">Form updates</p>
<p class="text-6-xs text-color-light">October 31, 2016</p>
<ul class="m-t-1-xs text-6-xs">
<li>Changed padding on <code>select</code> elements so they match text inputs.</li>
<li>Changed column padding with new <code>.col-form</code> class that can be chained next to <code>.col-container</code> to change padding within columns to <code>6px</code>.</li>
<li>Changed <code>padding-right</code> for firefox select inputs.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.8.0</p>
</div>
<div class="col col-90-md">
<p class="bold">Radio updates</p>
<p class="text-6-xs text-color-light">October 31, 2016</p>
<ul class="m-t-1-xs text-6-xs">
<li>Changed color of active/inactive radio labels.</li>
<li>Added a style change for when text inputs are used as a radio choice.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.8.1</p>
</div>
<div class="col col-90-md">
<p class="bold">Adding VR Topic Color</p>
<p class="text-6-xs text-color-light">February 22, 2017</p>
<ul class="m-t-1-xs text-6-xs">
<li>Added VR Topic Color.</li>
<li>Implemented the VR color for use within Leap.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.8.2</p>
</div>
<div class="col col-90-md">
<p class="bold">Updating VR variable to full name</p>
<p class="text-6-xs text-color-light">February 22, 2017</p>
<ul class="m-t-1-xs text-6-xs">
<li>Changing the Virtual Reality variable from vr to virtual-reality.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.8.3</p>
</div>
<div class="col col-90-md">
<p class="bold">Adding APIs Topic Color</p>
<p class="text-6-xs text-color-light">March 30, 2017</p>
<ul class="m-t-1-xs text-6-xs">
<li>Added APIs topic color.</li>
<li>Implemented the APIs color for use within Leap.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.8.4</p>
</div>
<div class="col col-90-md">
<p class="bold">Adding Data Analysis Topic Color</p>
<p class="text-6-xs text-color-light">April 12, 2017</p>
<ul class="m-t-1-xs text-6-xs">
<li>Added Data Analysis topic color.</li>
<li>Implemented the Data Analysis color for use within Leap.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.8.5</p>
</div>
<div class="col col-90-md">
<p class="bold">Adding Security Topic Color</p>
<p class="text-6-xs text-color-light">June 6, 2017</p>
<ul class="m-t-1-xs text-6-xs">
<li>Added Security topic color.</li>
<li>Implemented the Security color for use within Lea.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.8.6</p>
</div>
<div class="col col-90-md">
<p class="bold">Adding Go Topic Color</p>
<p class="text-6-xs text-color-light">June 22, 2017</p>
<ul class="m-t-1-xs text-6-xs">
<li>Added Go topic color.</li>
<li>Implemented the Go color for use within Leap.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.8.7</p>
</div>
<div class="col col-90-md">
<p class="bold">Adding Quality Assurance Topic Color</p>
<p class="text-6-xs text-color-light">August 21, 2017</p>
<ul class="m-t-1-xs text-6-xs">
<li>Added Quality Assurance topic color.</li>
<li>Implemented the QA color for use within Leap.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.8.8</p>
</div>
<div class="col col-90-md">
<p class="bold">Added package.json</p>
<p class="text-6-xs text-color-light">September 21, 2017</p>
<ul class="m-t-1-xs text-6-xs">
<li>Added package.json for yarn use.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.8.9</p>
</div>
<div class="col col-90-md">
<p class="bold">Adding Machine Learning Topic Color</p>
<p class="text-6-xs text-color-light">March 15, 2018</p>
<ul class="m-t-1-xs text-6-xs">
<li>Added Machine Learning Topic Color.</li>
<li>Implemented the Machine Learning color for use within Leap.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.9.0</p>
</div>
<div class="col col-90-md">
<p class="bold">Improving Form Elements</p>
<p class="text-6-xs text-color-light">April 18, 2018</p>
<ul class="m-t-1-xs text-6-xs">
<li>Added support for radio and checkbox labels that wrap into multiple lines; now the labels left align with the inputs.</li>
<li>Explicitly made radio buttons have a white background color. This solves a readability issue that occured when a radio button was placed on a non-white background (the center was rendering as transparent).</li>
<li>Added hover and focus states for radio, checkbox, and select inputs. Included an option for light forms on dark backgrounds.</li>
<li>Thickened radio and checkbox borders from 1px to 2px to match other inputs and stand out more.</li>
<li>Improved inline buttons so they are now aligned with input fields.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.9.1</p>
</div>
<div class="col col-90-md">
<p class="bold">Making Accessibility Improvements & Adding an Inverse Form Theme</p>
<p class="text-6-xs text-color-light">May 15, 2018</p>
<p class="text-6-xs m-t-1-xs">Colors</p>
<ul class="text-6-xs">
<li>Added <code>blue-light</code>, <code>blue-medium</code>, and <code>blue-dark</code> to the brand and text color palettes.</li>
<li>Added <code>error</code>, <code>warning</code>, and <code>success</code> colors to the UI color palette. It's currently used in the form validation messages, and will be extended elsewhere later.</li>
<li>Aforementioned colors meet AA accessibility standards for white text on a colored background and colored text on a white background.</li>
</ul>
<p class="text-6-xs m-t-1-xs">Forms</p>
<ul class="text-6-xs">
<li>Added <code>.form-inverse</code>, an inverted form theme which can be used on dark backgrounds.</li>
<li>Added variable width form feedback message that appears for <code>radio</code>, <code>select</code>, and <code>upload</code> inputs on forms using the inverted theme.</li>
<li>Added <code>:hover</code> and <code>:focus</code> interaction states for form elements. This includes changes in background color, border color, and cursor changes. For the inverse form theme, shadows have also been added.</li>
<li>Removed extra spacing that appeared below <code>textarea</code>; size varies among browsers.</li>
<li>Marked "lighter hover state for radio and checkbox inputs on dark backgrounds" feature as deprecated but supported. The inverse form theme is to be used in place of this going forward.</li>
</ul>
<p class="text-6-xs m-t-1-xs">Links</p>
<ul class="text-6-xs">
<li>Added <code>a</code> text link styling which uses the <code>blue-light</code> and <code>blue-medium</code> colors that meet contrast standards.</li>
<li>Added a <code>.button--primary-blue</code> button option. Made <code>.button--primary</code> deprecated but legacy supported since it doesn't meet contrast standards for accessibility. </li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.9.2</p>
</div>
<div class="col col-90-md">
<p class="bold">Adding Learing Resources Topic Color</p>
<p class="text-6-xs text-color-light">May 16, 2018</p>
<ul class="m-t-1-xs text-6-xs">
<li>Added Learning Resources topic color.</li>
<li>Implemented the Learning Resources color for use within Leap.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.10.0</p>
</div>
<div class="col col-90-md">
<p class="bold">Adding Topic Categories</p>
<p class="text-6-xs text-color-light">July 30, 2018</p>
<ul class="m-t-1-xs text-6-xs">
<li>Updated all styles to reflect category colors rather than topic-specific.</li>
<li>Updated category button styles.</li>
<li>Added variables for category coloring and topic relationships.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.11.0</p>
</div>
<div class="col col-90-md">
<p class="bold">Refreshing Brand, Improving Accessibility, and Misc. Enhancements</p>
<p class="text-6-xs text-color-light">July 27, 2020</p>
<p class="text-6-xs m-t-1-xs">Colors</p>
<ul class="text-6-xs">
<li>Added new palette of pop colors. Added a dark green to the brand color palette.</li>
</ul>
<p class="text-6-xs m-t-1-xs">Typography</p>
<ul class="text-6-xs">
<li>Updated text sizes.</li>
<li>Added tracking to large text sizes.</li>
<li>Added a <code>.list-lined</code> option for lists.</li>
</ul>
<p class="text-6-xs m-t-1-xs">Buttons</p>
<ul class="text-6-xs">
<li>Darkened <code>.button--primary</code> button background.</li>
<li>Added teal primary button: <code>.button--primary-teal</code>.</li>
<li>Changed <code>.button--secondary</code> button from having a transparent background to a white background.</li>
<li>Added focus styles to buttons.</li>
</ul>
<p class="text-6-xs m-t-1-xs">Flex Box</p>
<ul class="text-6-xs">
<li>Fixed bug where <code>.flex-inline</code> was incorrectly coded.</li>
<li>Added <code>.flex-start-flush-#{$suffix}</code>(align-self: start) and <code>.flex-end-flush-#{$suffix}</code> (align-self: end).</li>
</ul>
<p class="text-6-xs m-t-1-xs">Forms</p>
<ul class="text-6-xs">
<li>Improved focus styles and differentiated them from hover styles.</li>
</ul>
<p class="text-6-xs m-t-1-xs">Layout</p>
<ul class="text-6-xs">
<li>Added auto margin classes for individual sides. This is handy for aligning content in flexbox layouts. <code>m-#{$type}-auto-#{$suffix}</code>.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.11.1</p>
</div>
<div class="col col-90-md">
<p class="bold">Adding the Ubora Brand and Tweaking Pop Colors</p>
<p class="text-6-xs text-color-light">April 2021</p>
<p class="text-6-xs m-t-1-xs">Colors</p>
<ul class="text-6-xs">
<li>Added Ubora brand colors.</li>
<li>Updated pop color palette.</li>
</ul>
<p class="text-6-xs m-t-1-xs">Buttons</p>
<ul class="text-6-xs">
<li>Added Ubora primary button: <code>.button--primary-ubora</code>.</li>
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.11.2</p>
</div>
<div class="col col-90-md">
<p class="bold">Maintenance Updates</p>
<p class="text-6-xs text-color-light">October 2021</p>
<p class="text-6-xs m-t-1-xs">General</p>
<ul class="text-6-xs">
<li>Fixed invalid gem dependency and updated Ruby version.</li>
</ul>
<p class="text-6-xs m-t-1-xs">Typography</p>
<ul class="text-6-xs">
<li>Removed default tracking from headings.</li>
</ul>
</div>
</div>
</section>