-
Notifications
You must be signed in to change notification settings - Fork 167
/
releases.yml
645 lines (645 loc) · 31.6 KB
/
releases.yml
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
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
- version: 4.18.0
features:
- component: Quote wrapper
url: /docs/patterns/quote-wrapper
status: New
notes: The quote wrapper pattern macro has been published.
- component: Grid
url: /docs/patterns/grid
status: New
notes: We've created a new grid component. It is a replacement for the <a href="/docs/patterns/grid-legacy">legacy grid</a> with 4 columns on small/medium and 8 columns on large screens.
- component: Legacy grid
url: /docs/patterns/grid-legacy
status: Deprecated
notes: We've deprecated the legacy grid component. Use the new <a href="/docs/patterns/grid">grid component</a> instead.
- component: Form / Dense / Validation, help text
url: /docs/base/forms#dense-form-elements
status: Updated
notes: We've added support for <code>.is-dense</code> to form validation messages and help text.
- component: Rich vertical list
url: /docs/patterns/rich-list-vertical
status: New
notes: We've introduced a new rich vertical list pattern.
- version: 4.17.0
features:
- component: Tiered list
url: /docs/patterns/tiered-list
status: Updated
notes: The tiered list pattern macro has been published.
- component: Hero
url: /docs/patterns/hero
status: Updated
notes: The hero pattern macro has been published.
- component: Utilities / Align
url: /docs/utilities/align#vertical-alignment
status: New
notes: We've introduced a new <code>u-vertical-align--middle</code> utility class.
- component: Icons
url: /docs/patterns/icons#new-icons
status: New
notes: We added several new icons to the additional icon set.
- version: 4.16.0
features:
- component: CTA Block / Borderless
url: /docs/patterns/cta-block#borderless
status: New
notes: We've introduced a new borderless variant of the CTA block component.
- component: Forms / Fieldset required
url: /docs/base/forms#fieldset
status: New
notes: We've introduced <code>is-required</code> to legend fieldset elements.
- component: Rule
url: /docs/patterns/rule
status: Updated
notes: Rule component has been updated to provide consistent styling with base <code>hr</code> element and replace its deprecated variants.
- component: Separator styles
url: /docs/patterns/rule#deprecated
status: Deprecated
notes: We are deprecating <code>hr.is-muted</code> and <code>p-separator</code> class names.
- component: Image container
url: /docs/patterns/images#image-container-with-aspect-ratio
status: New
notes: We've added new breakpoint-specific aspect ratio classes to the image container component.
- component: Tiered list
url: /docs/patterns/tiered-list
status: Updated
notes: We've added new CTA block usage examples for the tiered list pattern.
- component: Equal Height Row
url: /docs/patterns/equal-height-row#wrap-variant
status: New
notes: We've added a new wrap variant to the equal height row component.
- component: List tree
url: /docs/patterns/list-tree
status: Updated
notes: We've updated the list tree to be more accessible and modern. We recommend you update your list tree markup and scripts to match the new structure. However, the legacy structure is still supported.
- version: 4.15.0
features:
- component: CTA Block
url: /docs/patterns/cta-block
status: New
notes: We've introduced a new CTA block component.
- component: Grid
url: /docs/patterns/grid
status: New
notes: We've added the <code>.row--75-25</code> class to simplify creation of 75/25% grid layouts.
- component: Grid
url: /docs/patterns/grid
status: Deprecated
notes: We've deprecated the <code>.row.is-bordered</code> class.
- component: Navigation / Full-width dropdowns
url: /docs/patterns/navigation#full-width-dropdowns
status: New
notes: We've introduced a new full-width dropdown option to the top navigation component.
- component: Hero
url: /docs/patterns/hero#layouts
status: New
notes: We've added new layout options and detailed documentation to the hero pattern.
- component: Logo Section / Dense
url: /docs/patterns/logo-section#dense
status: Deprecated
notes: We've deprecated the dense version of the logo section component.
- component: Tiered list
url: /docs/patterns/tiered-list
status: New
notes: We've introduced a new tiered list pattern.
- version: 4.14.0
features:
- component: Links / Anchor headings
url: /docs/patterns/links#anchor-link
status: New
notes: We've introduced a new class <code>.p-link--anchor-heading</code> to style anchor links in headings.
- component: Image container / Cover
url: /docs/patterns/images#cover-image
status: New
notes: We've added a new cover variant to the image container component via <code>is-cover</code> class to support having images cover the container with predefined aspect ratio.
- component: Navigation / Sticky
url: /docs/patterns/navigation#sticky
status: New
notes: We've introduced a new sticky option to the top navigation component via <code>is-sticky</code> class name.
- component: Navigation / Reduced
url: /docs/patterns/navigation#reduced
status: New
notes: We've introduced a new reduced variant of the top navigation for building two level top navigation.
- version: 4.13.0
features:
- component: Image container
url: /docs/patterns/images
status: New
notes: "We've added a new image container component for controlling image aspect ratio and background."
- component: Images / Legacy variants
url: /docs/patterns/images
status: Deprecated
notes: "We've deprecated the <code>p-image--bordered</code> and <code>p-image--shadowed</code> classes. Use <code>p-image-container is-highlighted</code> instead."
- version: 4.12.0
features:
- component: Typography
url: /docs/base/typography
status: New
notes: "We've added the new <code>text-wrap: pretty</code> value to avoid text widows on all elements."
- component: Icons
url: /docs/patterns/icons
status: Updated
notes: "We've added left and right (<code>.p-icon--chevron-left</code> and <code>.p-icon--chevron-right</code>) variants of the chevron icon."
- version: 4.11.0
features:
- component: Suru / Divider
url: /docs/patterns/suru#divider-suru
status: New
notes: We've introduced a new divider variant of the Suru section component.
- component: Table layout
url: /docs/settings/table-layout
status: Updated
notes: We've updated the utility classes (<code>u-table-layout--auto</code> and <code>u-table-layout--fixed</code>) to apply to nested tables.
- component: Hero
url: /docs/patterns/hero
status: New
notes: We've introduced new detailed documenation for the hero pattern.
- component: Equal height row / Dividers
url: /docs/patterns/equal-height-row#cross-column-dividers
status: Updated
notes: We've updated the equal height row component divider class names and removed the dividers from smaller screens.
- version: 4.10.0
features:
- component: Navigation / Themes
url: /docs/patterns/navigation
status: Updated
notes: We've updated the navigation to support new theming.
- component: Equal height row
url: /docs/patterns/equal-height-row
status: New
notes: We've introduced new equal height row component (<code>.p-equal-height-row</code>) to better align content across columns.
- version: 4.9.0
features:
- component: Images
url: /docs/patterns/images#media-element-with-spacing
status: New
notes: We've introduced a way to add spacing above a media element.
- component: Buttons / Themes
url: /docs/patterns/buttons#theming
status: Updated
notes: Buttons have been updated to support new theming.
- component: Buttons / Brand
url: /docs/patterns/buttons#brand
status: Deprecated
notes: We've deprecated the brand buttons. Use other button styles instead.
- version: 4.8.0
features:
- component: Themes
url: /docs/settings/color-settings#color-theming
status: Updated
notes: We're updating colour themes to use CSS custom properties. This affects the way theme is handled by the components.
- component: Themes / Default theme setting
url: /docs/settings/color-settings#color-theming
status: Deprecated
notes: We're deprecating the SCSS variables used to set the default theme. Theme can be set by using a class name on an element.
- component: Icons / Themes
url: /docs/patterns/icons#dark-theme
status: Updated
notes: Standard Vanilla icons have been updated to support new theming via <code>is-dark</code> class.
- component: Icons / Themes
url: /docs/patterns/icons#dark-theme
status: Deprecated
notes: We're deprecating the <code>is-light</code> class for icons. Use <code>is-dark</code> instead.
- component: Strip / Themes
url: /docs/patterns/strip#themes
status: Updated
notes: We've updated the strip component to support new theming via <code>is-dark</code> class.
- component: Strip / Highlighted
url: /docs/patterns/strip#highlighted-strip
status: New
notes: We've introduced a new highlighted strip component for more consistent use of alternative background colours across the themes.
- component: Strip / Deprecations
url: /docs/patterns/strip#deprecated
status: Deprecated
notes: We are deprecating a variety of legacy strip variants in favour of the new themed and highlighted strip.
- component: Section / Hero
url: /docs/patterns/section#hero-sections
status: New
notes: We've introduced a new hero variant to the section component using <code>p-section--hero</code>.
- component: Suru
url: /docs/patterns/suru
status: Updated
notes: We've updated the Suru component to work as a hero section container, added new backgrounds for 25/75 and 50/50 splits, corner fan and pyramid surus, and updated the theme support.
- component: Links / Themes
url: /docs/patterns/links
status: Updated
notes: We've updated the links to support new theming.
- component: Links / Inverted
url: /docs/patterns/links#inverted
status: Deprecated
notes: We're deprecating the inverted links. Use the new theme support instead.
- version: 4.7.0
features:
- component: Navigation / 25/75 split
url: /docs/patterns/navigation
status: Updated
notes: We've introduced a new variant of top navigation that aligns with 25/75 grid split using <code>p-navigation__row--25-75</code>.
- version: 4.6.0
features:
- component: Grid / Responsive
url: /docs/patterns/grid#responsive-5050-and-2575
status: New
notes: We've introduced new responsive variants for 50/50 and 25/75 grid components to allow targeting specific screen sizes with different layouts.
- component: Grid / 25/75 split
url: /docs/patterns/grid#responsive-5050-and-2575
status: Removed
notes: We are removing the <code>is-split-on-medium</code> class name as same behaviour is now implemented in `row--25-75` with introduction of the responsive variants <code>row--25-75-on-medium</code> and <code>row--25-75-on-large</code>.
- component: Headings
url: /docs/base/typography
status: Updated
notes: We've adjusted the spacing between headings of the same size when they follow one another.
- version: 4.5.0
features:
- component: Documentation layout / Sticky container
url: /docs/layouts/documentation
status: New
notes: We improved the support for sticky and scrollable table of contents in documentation layout.
- version: 4.4.0
features:
- component: Documentation layout
url: /docs/layouts/documentation
status: New
notes: We've implemented a new full-width documentation layout.
- component: Full-width layout
url: /docs/layouts/full-width
status: Deprecated
notes: We've deprecated the full-width layout in favour of the new documentation layout.
- component: Side navigation / Paper
url: /docs/patterns/navigation#paper
status: Updated
notes: We've added a support for paper background for the side navigation (via <code>is-paper</code> class on body element).
- component: Table of contents
url: /docs/patterns/table-of-contents
status: Updated
notes: We've refreshed the style of the table of contents and improved the consistency of HTML markup.
- version: 4.3.0
features:
- component: Logo section
url: /docs/patterns/logo-section#fallback-for-misaligned-logos
status: Updated
notes: We've introduced new fallback variant for logo sections with misaligned images.
- version: 4.2.0
features:
- component: Forms / Dark
url: /docs/base/forms#dark-theme
status: New
notes: We've added a new dark version for the forms inputs.
- component: Logo section
url: /docs/patterns/logo-section
status: Updated
notes: We've updated the logo section to support variable-width logos and line breaks.
- component: Logo section / Title
url: /docs/patterns/logo-section#deprecated-title-element
status: Deprecated
notes: The title element <code>p-logo-section__title</code> in the logo section is now deprecated and should not be used on any new pages. Use a heading instead.
- version: 4.1.0
features:
- component: Tabs
url: /docs/patterns/tabs#theming
status: New
notes: We've added a new dark version for the tabs as well as updating the hover and active states.
- component: Display headings
url: /docs/base/typography#display-headings
status: New
notes: We've added a new display heading component.
- component: Responsive 27/75 grid
url: /docs/patterns/grid#2575-responsive
status: New
notes: We've added a new responsive variant to 27/75 grid component.
- component: Suru
url: /docs/patterns/suru
status: New
notes: We've added a new Suru component.
- component: Suru strips
url: /docs/patterns/strip#suru-strip
status: Deprecated
notes: Strips with old style of the Suru are now deprecated and should not be used on any new pages. Use a blank strip or new Suru component instead.
- component: Brochure site / Section examples
url: /docs/layouts/brochure#section-examples
status: New
notes: We've added examples of some brochure site hero sections.
- version: 4.0.0
features:
- component: Migration guide
url: /docs/migration-guide-to-v4
status: New
notes: We've added a migration guide to help you upgrade to Vanilla 4.0.
- component: Section
url: /docs/patterns/section
status: Updated
notes: We've updated the section component with new shallow and deep options.
- component: Block
url: /docs/patterns/section#shallow-sections
status: Deprecated
notes: The block component should is deprecated, use shallow section instead.
- component: Border radius setting
url: /docs/settings/placeholder-settings
status: Deprecated
notes: We removed rounder corners from all Vanilla components and deprecated the use of <code>$border-radius</code> variable.
- component: Old-style numerals
url: /docs/base/typography#old-style-numerals
status: New
notes: We've added a new utility class <code>.u-oldstyle-nums</code> to use old-style numerals.
- component: Links dark theme
url: /docs/patterns/links#dark
status: New
notes: We've added a new class <code>.is-dark</code> to use the links on dark backgrounds.
- component: Rules dark theme
url: /docs/patterns/rule#dark-theme
status: New
notes: We've added a new class <code>.is-dark</code> to use the rules on dark backgrounds.
- component: Colours
url: /docs/settings/color-settings
status: Updated
notes: We've updated our brand colour to Ubuntu orange and added a teal accent colour.
- component: Accented headings
url: /docs/base/typography#accented-headings
status: New
notes: We've added a new class <code>.is-accent</code> to highlight headings with the accent colour.
- component: Accented rules
url: /docs/patterns/rule#highlighted
status: New
notes: We've added a new class <code>.is-accent</code> to highlight rules with the accent colour.
- component: Paper background
url: /docs/base/paper
status: New
notes: We've added new paper background colour that can be added to the body element using <code>is-paper</code> class name. Components designed for white backgrounds (like inputs) can use <code>on-paper</code> class to adjust for the new background.
- component: White strip
url: /docs/patterns/strip#white-strip
status: New
notes: We've added a new white strip component to highlight the content on new paper background.
- component: Text max width utility
url: /docs/utilities/text-max-width
status: New
notes: We've added a new utility class <code>.u-text-max-width</code> to limit the width of text lists.
- component: New grey error icon
url: /docs/patterns/icons#additional
status: New
notes: We've added new grey error icon.
- component: New grey status icons in lists
url: /docs/patterns/lists#status
status: Updated
notes: We've updated the status icons used in ticked lists to use grey outline instead of coloured background.
- version: 3.15.0
features:
- component: Sliding navigation
url: /docs/patterns/navigation#sliding
status: New
notes: We've added a new sliding nested navigation component.
- version: 3.14.0
features:
- component: Common grid patterns
url: /docs/patterns/grid#common-grid-patterns
status: New
notes: "We've added new classes: <code>.row--50-50</code>, <code>.row--25-75</code>, <code>.row--25-25-50</code>, <code>.row--25-25-25-25</code> as an alias for common grid layouts."
- component: Rule
url: /docs/patterns/rule
status: New
notes: We've added a new horizontal bar component.
- component: Deep strip
url: /docs/patterns/strip#deep-strip
status: Updated
notes: "We've increased desktop and mobile paddings for the deep strip to <code>8rem</code> and <code>4rem</code> accordingly."
- component: Sections and blocks
url: /docs/patterns/section
status: New
notes: "We've added new components: <code>.p-block</code> and <code>.p-section</code> for managing spacing between different types of elements on the page."
- component: Divided lists
url: /docs/patterns/lists#bulleted-with-horizontal-divider
status: Updated
notes: 'We removed the line above the first list item in the bulleted list with horizontal divider.'
- version: 3.13.0
features:
- component: Brochure site layout
url: /docs/layouts/brochure
status: New
comment: We started writing down documentation about building brochure sites with Vanilla
- component: Icons
url: /docs/patterns/icons
status: New
notes: "We've added three new icons related to instance management: <code>.p-icon--play</code>, <code>.p-icon--pause</code> and <code>.p-icon--stop</code>."
- version: 3.12.1
features:
- component: Text with icon utility class
url: /docs/utilities/has-icon
status: New
notes: We've introduced a new utility class that allows to place an icon next to some text with correct spacing.
- component: Dense Logo Section
url: /docs/patterns/logo-section#dense
status: Updated
notes: We've introduced a new dense version of the logo section that spans a single column
- component: Restyled divided lists
url: /docs/patterns/lists
status: Updated
notes: We've restyled the divided lists and intend them to be used by default now.<p>We've also added a new <code>.has-bullet</code> class to display a bullet in front of list items.
- component: Small caps text
url: /docs/base/typography#small-caps-text
status: Updated
notes: We updated the style of small caps text and introduced new class name <code>p-text--small-caps</code> in place of previous <code>p-text--x-small-capitalised</code>.
- component: Extra small capitalised text
url: /docs/base/typography#small-caps-text
status: Deprecated
notes: We are deprecating <code>p-text--x-small-capitalised</code>. New <code>p-text--small-caps</code> should be used instead. At the same time usage of <code>u-align-text--x-small-to-default</code> utility is deprecated with both of these class names as well, as they don't need it anymore.
- version: 3.11.0
features:
- component: Full-width layout
url: /docs/layouts/full-width/
status: New
notes: We are introducing new full-width site layout.
<p><i class="p-icon--warning"></i> This is an experimental feature, currenly meant for internal use on our design system site and docs.</p>
- version: 3.10.0
features:
- component: Icons
url: /docs/patterns/icons
status: New
notes: We've added new desktop icon <code>.p-icon--desktop</code>.
- component: Typography
url: /docs/base/typography
status: Updated
notes: We've introduced the new variable Ubuntu font and updated the default font weights.
- component: <code>$font-use-subset-latin</code>
url: /docs/base/typography#enabling-cyrillic-greek-and-latin-fonts
status: Deprecated
notes: the <code>$font-use-subset-latin</code> option has been deprecated and should be removed when updating.
- version: 3.9.0
features:
- component: Forms
url: /docs/base/forms
status: Updated
notes: We've updated the visual style of form elements, such as inputs, checkboxes and buttons.
- version: 3.8.0
features:
- component: Side navigation - Accordion
url: /docs/patterns/navigation#accordion
status: Updated
notes: We've added <code>p-side-navigation--accordion</code>, <code>p-side-navigation__accordion-button</code> classes that allow building side navigation with accordions.
- version: 3.7.0
features:
- component: <code>vf-animation</code> mixin
url: /docs/settings/animation-settings#usage
status: Deprecated
notes: <code>vf-animation</code> mixin has been deprecated. Please use <code>vf-transition</code> instead.
- component: <code>vf-transition</code> mixin
url: /docs/settings/animation-settings#usage
status: New
notes: <code>vf-transition</code> mixin replaces deprecated <code>vf-animation</code>.
- version: 3.6.0
features:
- component: Badge
status: New
url: /docs/patterns/badge
notes: We've added a badge component.
- version: 3.5.0
features:
- component: Side navigation - Headings
url: /docs/patterns/navigation#side-navigation
notes: We've added a new <code>p-side-navigation__heading</code> and <code>p-side-navigation__heading--linked</code> classes to allow adding headings for side navigation item groups.
- version: 3.4.0
features:
- component: Pagination
url: /docs/patterns/pagination
status: Deprecated
notes: We've deprecated the use of the <code>p-navigation</code> class on lists, the class should now be used on the wrapping nav only.
- component: Pagination
url: /docs/patterns/pagination
status: Deprecated
notes: We've added a new <code>p-pagination__items</code> class name to the list and moved the <code>p-pagination</code> class to the nav element.
- version: 3.3.0
features:
- component: Side Navigation
url: /docs/patterns/navigation#side-navigation
status: Deprecated
notes: We've updated the class names in the side navigation. <code>.is-expanded</code> and <code>.is-collapsed</code> are deprecated and replaced by <code>.is-drawer-expanded</code> and <code>.is-drawer-expanded</code>.
- component: Accordion
url: /docs/patterns/accordion
status: Updated
notes: We updated the Accordion icon to a chevron which animates on open and close.
- component: Segmented control
url: /docs/patterns/segmented-control
status: New
notes: The Tab buttons component has been renamed to Segmented control.
- component: Tab buttons
url: /docs/patterns/segmented-control
status: Deprecated
notes: <code>p-tab-buttons</code> has been renamed to <code>p-segmented-control</code>.
- version: 3.2.0
features:
- component: Navigation - Search
url: /docs/patterns/navigation#expanding-search-box
status: Updated
notes: We added new dropdown for expanding search on small screens.
- component: Navigation
url: /docs/patterns/navigation
status: Updated
notes: We added new style of the logos to main navigation.
- component: Status labels
url: /docs/patterns/status-labels
status: New
notes: New name for what was previously the Label component.
- component: Labels
status: Deprecated
url: /docs/patterns/status-labels
notes: <code>p-label</code> has been renamed to <code>p-status-label</code>.
- version: 3.1.0
features:
- component: Empty State
url: /docs/patterns/empty-state
status: New
notes: We've added examples for empty state scenarios.
- component: Ordered list nested counter
url: /docs/patterns/lists#nested-count
status: Updated
notes: We've updated lists by adding a new class name. It can be used when nested items numbers are required to be set according to their parents.
- component: <a href="/docs/patterns/slider">Slider</a> and <a href="/docs/patterns/switch">Switch</a>
status: Updated
notes: We've updated the styling of the Switch and Slider components.
- version: 3.0.0
features:
- component: Expanding search box
url: /docs/patterns/navigation
status: New
notes: We've added an expandable search box, to be used in top navigation.
- component: Labels
url: /docs/patterns/labels
status: Updated
notes: We've updated the labels component by introducing new semantic class names consistend with tinted chips.
- component: Chips
url: /docs/patterns/chip
status: Updated
notes: We've added tinted chips. The tints are based on the semantic colours (positive, caution, negative) plus a dark blue one that matches the blue used in the information flavour of the notification component.
- component: Switch
url: /docs/patterns/switch
status: Updated
notes: We've updated the HTML structure of the switch component. The <code>p-switch</code> class should be placed on the the wrapping label element instead of on the input.
- component: Notifications structure
status: Removed
url: /docs/migration-guide-to-v3#notifications
notes: The classes <code>.p-notification__response</code>, <code>.p-notification__status</code><code>.p-icon--close</code> have been removed and replaced.
- component: Button / Neutral
url: /docs/migration-guide-to-v3#buttons
notes: The neutral button variant <code>p-button--neutral</code> has been removed, please use default <code>p-button</code> instead.
status: Removed
- component: Navigation / Sub-navigation
url: /docs/migration-guide-to-v3#navigation-title
status: Removed
notes: The <code>.p-subnav</code> class has been removed and succeeded by the <code>.p-navigation__item--dropdown-toggle</code> class. The children of <code>.p-subnav</code> have been removed and replaced.
- component: Inline images
status: Removed
notes: The inline images component has now been removed. Please use the logo section component instead.
url: /docs/migration-guide-to-v3#inline-images
- component: Tables expanding
status: Removed
notes: We renamed and removed <code>p-table-expanding</code> and <code>p-table-expanding__panel</code>. Use <code>p-table--expanding</code> and <code>p-table__expanding-panel</code> instead.
url: /docs/migration-guide-to-v3#tables
- component: Tables sorting
status: Removed
notes: We removed <code>p-table--sortable</code> class name. Sorting can be enabled on any table by adding <code>aria-sort</code> attributes.
url: /docs/migration-guide-to-v3#tables
- component: Accordions
status: Removed
notes: We removed the previous accordion tab patterns, <code>.p-accordion__tab</code> and <code>.p-accordion__tab--with-title .p-accordion__title</code>, in favour of a more accessible pattern. Please use <code>.p-accordion__heading .p-accordion__tab</code>.
url: /docs/migration-guide-to-v3#accordion
- component: Grid - "orphan" colums
status: Removed
notes: We removed the ability to use <code>.col</code> classes without a direct parent with a class <code>.row</code>.
url: /docs/migration-guide-to-v3#grid
- component: Active button
status: Removed
notes: The <code>is-active</code> class was removed and given a more appropriate name: <code>is-processing</code>.
url: /docs/migration-guide-to-v3#buttons
- component: Code copyable
status: Removed
notes: <code>.p-code-copyable</code> has been removed. Please use <code>.p-code-snippet .p-code-snippet__block--icon</code> instead.
url: /docs/migration-guide-to-v3#code
- component: Code numbered
status: Removed
notes: <code>.p-code-numbered</code> has been removed. Please use <code>.p-code-snippet .p-code-snippet__block--numbered</code> instead.
url: /docs/migration-guide-to-v3#code
- component: Icons - Contextual Menu
status: Removed
notes: The <code>p-icon--contextual-menu</code> has been removed. Please use existing <code>.p-icon--chevron-down</code> and <code>.p-icon--chevron-up</code> icons instead.
url: /docs/migration-guide-to-v3#icons
- component: Breadcrumbs
status: Removed
notes: Top level <code><ul></code> with a class <code>.p-breadcrumbs</code> has been removed and replaced by the breadcrumbs pattern.
url: /docs/migration-guide-to-v3#breadcrumbs
- component: Checkbox and radio buttons elements
status: Removed
notes: Base styled checkboxes and radio buttons (on <code><input type="checkbox"></code> or <code><input type="radio"></code> elements) have been removed. Please use checkbox and radio components.
url: /docs/migration-guide-to-v3#form-elements
- component: Icons - Question
status: Removed
notes: The <code>p-icon--question</code> has been removed. Please use existing <code>.p-icon--help</code> icon instead.
url: /docs/migration-guide-to-v3#icons
- component: Navigation
status: Removed
notes: Navigation classes <code>p-navigation__links</code>, <code>p-navigation__link</code>, and classless <code><a></code> have been removed. Please use new class names (<code>p-navigation__items</code>, <code>p-navigation__item</code>, <code>p-navigation__link</code>) instead.
url: /docs/migration-guide-to-v3#navigation-title
- component: Heading classes
status: Removed
notes: Heading classes with numbers as words (<code>p-heading--one</code>, <code>--two</code>, ...) have been removed. Please use class names with numbers (<code>p-heading--1</code>, <code>--2</code>, ...) instead.
url: /docs/migration-guide-to-v3#headings
- component: Social icons
status: Removed
notes: We've removed <code>p-icon--canonical</code> and <code>p-icon--ubuntu</code> from social icon set.
url: /docs/migration-guide-to-v3#social-icons