Carbon for ibm.com Jan 2021 Release Plan (v1.15.0) #4079
Labels
communications
package: react
Work necessary for the Carbon for IBM.com react components package
package: web components
Work necessary for the IBM.com Library web components package
Milestone
Timeline
Global
Web Components
Announcement
With the release of
Carbon for IBM.com v1.15.0
, our team will be graduating our web components package tov1.0.0
! This release is filled with final arrangements, feature parity with React, various fixes, as well as numerous API reconciliation to ensure that we can provide stable support for the future of this package. We thank all of our early adopters of web components, and look forward to providing continued support for your application needs!Breaking Changes
footer
slots, as well asaction
slots. Be sure to check updated documentation when updating to this version release of web components. PR reference: chore(components): unify slot names #4635mark-type
attribute of<dds-quote>
now takes dash-cased values (e.g.double-curved
) instead of camel-cased values (doubleCurved
). PR reference: chore(quote): make enums dash-cased #4658<dds-quote>
are now dash-cased (e.g.source-heading
) instead of camel-cased (e.g.sourceHeading
). PR reference: chore(quote): change slot names to dash-case #4756eyebrow
andheading
are now custom elementsdds-card-eyebrow
anddds-card-heading
respectively. PR reference: chore(card): introduce eyebrow and heading components #4783copy
slot in<dds-quote>
now is the default slot. Also other slots in<dds-quote>
no longer has styling elements around it for better flexibility. The default styles are implemented by<dds-quote-source-copy>
/<dds-quote-source-heading>
/<dds-quote-source-bottom-heading>
. PR reference: chore(quote): introduce componetns for heading, etc #4840copy
slot in<dds-leadspace>
now is the default slot. Alsotitle
slot in<dds-leadspace>
/<dds-leadspace-block>
no longer has styling elements around it for better flexibility. The default styles are implemented by<dds-leadspace-heading>
. PR reference: chore(leadspace): introduce a component to heading #4841eyebrow
slot in<dds-content-item-horizontal>
no longer has styling elements around it for better flexibility. The default styles are implemented by<dds-content-item-horizontal-eyebrow>
. PR reference: chore(content-item-horizontal): introduce eyebrow component #4842<slot name="copy"> in the same component is renamed to
. PR reference: chore(feature-card-block-medium): rename heading slot to block-heading #4850<dds-content-block-simple>
and<dds-callout-with-media>
use<dds-content-block-copy size="sm">
instead of<dds-content-item-copy>
for the copy content. PR reference: chore(content-block): reorganize slots #4869<dds-content-group>
descendants use<dds-content-group-copy>
instead of<dds-content-item-copy>
(or plane<p>
) for the copy content. PR reference: chore(content-block): reorganize slots #4869<slot name="content">
in<dds-content-block>
and<dds-content-group>
descendants has become the default slot. PR reference: chore(content-block): reorganize slots #4869<slot name="buttons">
in<dds-leadspace>
is changed to<slot name="action">
to align to<dds-cta-section>
. PR reference: refactor(leadspace): reorganize slots #4898<slot>
for<dds-cta-section>
is repurposed from one for copy content to one for child content items. The slot for copy content is now<slot name="copy">
. PR reference: refactor(cta-section): reorganize slots #4897Features
Fixes
constructor
to the package (fix(web-components): addConstructor
to the package #4769)Housekeeping
carbon-web-components
(chore(button-group): use enum from corecarbon-web-components
#4732)React
Features
Fixes
Housekeeping
Styles
Features
Fixes
Housekeeping
Services
Breaking Changes
monitorUserStatus
function has been removed from theProfileAPI
as it is no longer used in theservices-store
package.Features
Fixes
Housekeeping
Utilities
Features
Housekeeping
The text was updated successfully, but these errors were encountered: