-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release main #8246
Merged
Merged
chore: release main #8246
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
calcite-admin
requested review from
benelan,
jcfranco,
driskull and
geospatialem
as code owners
November 21, 2023 23:25
calcite-admin
added
the
autorelease: pending
Pull request created by release-please which will deploy to latest when merged
label
Nov 21, 2023
github-actions
bot
added
the
chore
Issues with changes that don't modify src or test files.
label
Nov 21, 2023
calcite-admin
force-pushed
the
release-please--branches--main
branch
16 times, most recently
from
November 28, 2023 23:23
f334609
to
69cd262
Compare
calcite-admin
force-pushed
the
release-please--branches--main
branch
7 times, most recently
from
November 30, 2023 01:13
087a799
to
2064c49
Compare
calcite-admin
force-pushed
the
release-please--branches--main
branch
3 times, most recently
from
December 1, 2023 19:40
e8738ad
to
668726a
Compare
calcite-admin
force-pushed
the
release-please--branches--main
branch
from
December 2, 2023 00:09
5ccc8d0
to
5a07695
Compare
alisonailea
force-pushed
the
release-please--branches--main
branch
from
December 2, 2023 01:17
307e865
to
e6c4466
Compare
benelan
approved these changes
Dec 2, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧑🚀 📢 2️⃣ 🚀 🌙 🌟
benelan
added
the
skip visual snapshots
Pull requests that do not need visual regression testing.
label
Dec 2, 2023
calcite-admin
added
autorelease: tagged
Pull requests created by release-please that were merged and deployed
and removed
autorelease: pending
Pull request created by release-please which will deploy to latest when merged
labels
Dec 2, 2023
benelan
removed
the
autorelease: tagged
Pull requests created by release-please that were merged and deployed
label
Jun 26, 2024
calcite-admin
added
autorelease: tagged
Pull requests created by release-please that were merged and deployed
and removed
skip visual snapshots
Pull requests that do not need visual regression testing.
labels
Jun 26, 2024
benelan
added
autorelease: tagged
Pull requests created by release-please that were merged and deployed
and removed
autorelease: tagged
Pull requests created by release-please that were merged and deployed
labels
Jun 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
autorelease: tagged
Pull requests created by release-please that were merged and deployed
chore
Issues with changes that don't modify src or test files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
@esri/calcite-design-tokens: 2.0.0
2.0.0 (2023-12-02)
⚠ BREAKING CHANGES
Change the default export to a tree-shakable list of design tokens in camelCase format rather than a JSON object (
import * as tokens from "@esri/calcite-design-tokens";
)Use font name in core font family tokens
Remove unnecessary core tokens line-height, font-size, letter-spacing, paragraph-spacing as these can be exclusive to semantic and reference core size tokens
Core size tokens now use their pixel size in their name
Change
border-radius
tocorner-radius
Remove unnecessary
border-width
tokensnone
,sm
,md
,lg
Platform output
Package.json exports
@esri/calcite-design-tokens/css/headless
is now@esri/calcite-design-tokens/css/global
@esri/calcite-design-tokens/scss/headless
is now@esri/calcite-design-tokens/scss/global
@esri/calcite-design-tokens/js/headless
is now@esri/calcite-design-tokens/js/global
@esri/calcite-design-tokens/es6/headless
is now@esri/calcite-design-tokens/es6/global
Token paths and values
Border.border-width.0
is nowborder.width.none
(--calcite-border-width-none)border.border-width.1
is nowborder.width.sm
(--calcite-border-width-sm)border.border-width.2
is nowborder.width.md
(--calcite-border-width-md)border.border-width.3
is nowborder.width.lg
(--calcite-border-width-lg)border.border-width.4
is removedCore.border.border-radius.0
Core.border.border-radius.2
Core.border.border-radius.3
semantic.ui.border.border-radius
issemantic.corner.radius.default
Core.border.border-radius.1
is nowsemantic.corner.radius.sharp
Core.border.border-radius.4
is nowsemantic.corner.radius.round
Core.border.border-radius.5
is nowsemantic.corner.radius.pill
core.sizing.
tokens are nowcore.size.default
.breakpoint.
to.container-size.
breakpoint.cols
tokensbox-shadow.0
is nowshadow.none
box-shadow.1
is nowshadow.sm
box-shadow.2
is nowshadow.md
core.color.palette.high-saturation
is nowcore.color.high-saturation
.calcite-mode-light
and.calcite-mode-dark
classes as well as the color scheme media queries are now provided viacalcite-design-tokens/css/index.css
calcite-design-tokens/css/index.scss
--calcite-ui-background
is now--calcite-color-background
--calcite-ui-brand
is now--calcite-color-brand
--calcite-ui-success
is now--calcite-color-status-success
--calcite-ui-danger
is now--calcite-color-status-danger
--calcite-ui-warning
is now--calcite-color-status-warning
--calcite-ui-hint
is now--calcite-color-status-hint
--calcite-button-transparent-hover
is now--calcite-color-transparent-press
Features
Bug Fixes
@esri/eslint-plugin-calcite-components: 1.0.0
1.0.0 (2023-12-02)
⚠ BREAKING CHANGES
@stencil/core@v4
bump as a precautionary measure, particularly due to its potential impact on projects usingcalcite-components
and Stencil.Build System
@esri/calcite-components: 2.0.0
2.0.0 (2023-12-02)
⚠ BREAKING CHANGES
@esri/calcite-design-tokens
, including the names of CSS variables used to customize component styling. See the breaking changes section of the@esri/calcite-design-tokens
changelog. (#8311) (8d7cf3f), (#8299) (4050a91), (#8215) (335d010)loading
prop to true no longer prevents interaction nor applies disabled styles. If you'd like to block interaction when loading, please setdisabled
along withloading
. (#8292) (db3c5c7)display
was changed frominline-flex
toinline-block
to make it easier to prompt truncation in trigger button text with minimal impact to layout (by setting an explicit width or settingwidth: 100%
ordisplay: block
on the dropdown of a width-constrained parent). (#8253) (7c96e9f)width
property towidthScale
. (#8251) (ab12968), (#8252) (6b09245)includeImportCustomElements
. Make sure to import components from@esri/calcite-components
in addition to the React wrappers. For example, the first code snippet in #7185 is now required, or else the custom elements will not be defined in the browser. (#8248) (0948c1a)latn
,arab
andarabext
. The following numbering systems were removed:bali
,beng
,deva
,fullwide
,gujr
,guru
,hanidec
,khmr
,knda
,laoo
,limb
,mlym
,mong
,mymr
,orya
,tamldec
,telu
,thai
,tibt
. (#8217) (9946ac1)previousStep
andnextStep
message properties. These are no longer overrideable viamessageOverrides
. (#8234) (331aafb)deselect
message property – this property was deprecated in #6657 as it is no longer being rendered. This is no longer overrideable viamessageOverrides
. (#8099) (1bab172)@stencil/core@v4
bump as a precautionary measure, particularly due to its potential impact on projects usingcalcite-components
and Stencil. (#8108) (bcbb79f)Features
status
property (#8304) (a44e9fe)Bug Fixes
blur
whentype="number"
(#8245) (58ededd)for
prop is set after initialization (#8309) (e81b650)Build System
Code Refactoring
deselected
message (#8099) (1bab172)width
property towidthScale
(#8251) (ab12968)latn
,arab
, andarabext
(#8217) (9946ac1)width
property towidthScale
(#8252) (6b09245)Dependencies
@esri/calcite-components-angular: 2.0.0
2.0.0 (2023-12-02)
⚠ BREAKING CHANGES
@stencil/core@v4
bump as a precautionary measure, particularly due to its potential impact on projects usingcalcite-components
and Stencil.Build System
Dependencies
@esri/calcite-components-react: 2.0.0
2.0.0 (2023-12-02)
⚠ BREAKING CHANGES
includeImportCustomElements
. Make sure to import components from@esri/calcite-components
in addition to the React wrappers. For example, the first code snippet in #7185 is now required, or else the custom elements will not be defined in the browser.@stencil/core@v4
bump as a precautionary measure, particularly due to its potential impact on projects usingcalcite-components
and Stencil.Bug Fixes
Build System
Dependencies
This PR was generated with Release Please. See documentation.