ci(changesets): version packages #1369
Merged
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@channel.io/[email protected]
Minor Changes
#1310
b37f1971Thanks @sungik-choi! - Enhance the accessibility of icons.#913
38aec7d6Thanks @yangwooseong! - Add size17 option to Typography#1284
4dcf60d7Thanks @Jamie-channel! - Update icons#878
fa1e0d76Thanks @sungik-choi! - Add ButtonGroup component#1347
91d69e9bThanks @sungik-choi! - ChangeSegmentedControlItembutton element type from 'submit' to 'button'.#1361
dbca37c3Thanks @sungik-choi! - RevertIcona11y enhancements.#866
eceaa9e7Thanks @sungik-choi! - Change FormGroup implementation to use Stack internallyBREAKING CHANGE
#1071
8df05c64Thanks @sungik-choi! - Re-implementRadiocomponent.BREAKING CHANGES
Radiocomponent is now exported with namespaceLEGACY__Radio. It will be deprecated.Radiocomponent must be used with the newRadioGroupcomponent. See below.#1128
e8593727Thanks @sungik-choi! - Breaking changesNo longer provide
layout-related modules (e.g.LayoutProvider,GNB...)#1302
0d7b8a63Thanks @Jamie-channel! - RevertsDragableIcon.#1036
e23c54a8Thanks @sungik-choi! - Re-implementModalcomponentBREAKING_CHANGES
BaseModalfor internal implementations ofModal.Modalis renamedLegacyModaland will be removed from subsequent PR.ModalActioncomponent is renamedModalFooter.targetElementproperty inModalPropsis renamedcontainer.showCloseIconproperty is moved fromModalPropstoModalContentProps.title,subTitle,description, andtitleSizeproperties are moved fromModalContentPropsto the newModalHeaderProps.#1298
284d3d8bThanks @sungik-choi! - BREAKING CHANGEChange
LegacyRadiocomponent to export individually named instead of theLegacyRadionamespace.#1281
123f4cddThanks @sungik-choi! - Fix no spacing between form fields andFormLabelandFormHelperTextwhenlabelPosition="left".#1048
fe9640b0Thanks @sungik-choi! - Change return value ofgetRootElement()from element with specific id todocument.bodyelement#1002
cb677ddeThanks @Dogdriip! - Apply@radix-ui/react-switchprimitives toSwitchcomponentBREAKING CHANGE:
onClickhandler is nowReact.MouseEventHandler<HTMLButtonElement>.Switchcomponent is nowHTMLButtonElement.#1082
89f18836Thanks @Tanney-102! - - keyboard event locker added.#1061
d4e04675Thanks @yangwooseong! - Re-implementTabscomponentBREAKING_CHANGES
Tabsis renamedLegacyTabsand will be removed from following PR.TabswithIndicator,optionKeyare removed fromTabItemTabContentcomponent for tab panel#1191
0a53d6aaThanks @sungik-choi! -Checkboxre-implementation and design updates:Checkboxis a control that allows the user to toggle between checked and not checked.It can be used with labels or standalone.
Breaking Changes:
CheckTypeenumcheckedproperty:boolean | CheckTypeboolean | 'indeterminate'#871
29c4a62bThanks @Dogdriip! - Add Slider component#1254
e4a0d68cThanks @sungik-choi! - Addcontainerproperty toTooltipcomponent.#1359
d52a2710Thanks @sungik-choi! - FixAvatarnot resizing under flex layout.#1356
7b93217fThanks @Jamie-channel! - Update icons#930
ee01d66dThanks @dinohan! - Add new semantic color 'bg-lounge'#945
51e45692Thanks @dinohan! - change the font-weight of bold text from 600 to 'bold'#1292
3b6d7febThanks @rktguswjd! - Removecontainerproperty fromTooltipcomponent and addcontentWrapperStyleproperty.#1309
04e05209Thanks @sungik-choi! - Add aFeatureProviderto make non-required features optional.BRAKING CHANGES
The smooth corners feature is turned off by default. To make it behave the same as before, wrap the root of app in a
FeatureProvider, as shown below.#1279
dc2e30cdThanks @sungik-choi! - Fixes an issue that causes the focus to move whenever the state changes when usingAutoFocuscomponent.#1317
b2629eceThanks @sungik-choi! - ImplementAlphaSmoothCornersBox.AlphaSmoothCornersBoxis a simpledivelement with smooth corners.It is available by enabling the
SmoothCornersFeature.AlphaSmoothCornersBoxforAvatar's internal implementation.Avatar's border is now implemented as a box-shadow instead of a qseudo element.AlphaSmoothCornersBoxfor ellipsis icon ofAvatarGroup's internal implementation.#1326
620f864dThanks @Jamie-channel! - Update icons#1006
d90c27a1Thanks @Dogdriip! - Addbg-black-darkersemantic color, updatebg-black-darkestpaletteBREAKING_CHANGE:
bg-black-darkestis nowPalette.black_60onLightTheme,Palette.white_60onDarkTheme.#1258
eab709b1Thanks @sungik-choi! - Addwhenprop to theAutofocuscomponent.#1272
07dc6ed8Thanks @sungik-choi! - Re-implementSegmentedControlcomponent. Legacy components are exported to theLegacySegmentedControlnamespace.SegmentedControlis component that looks like a combination of a radio and a button. They can be used in place of tabs and as input elements in modals. If you have more than five items, use a different element, such as a dropdown.SegmentedControlcan be used as a radio group, tabs element depending on itstype.#1320
5b6c2d5cThanks @sungik-choi! - Re-implementCheckableAvatarcomponent.CheckableAvataris a checkbox component that looks likeAvatar.forwardRef.BREAKING CHANGES
isCheckedproperty tocheckedproperty.isCheckableproperty.checkedBackgroundColorproperty.checkableWrapperClassNameproperty.checkableWrapperInterpolationproperty.#932
c84d1dadThanks @dinohan! - feat(form-label): make prop help can recieve Help componentfeat(help): implements Help component
#1136
bf96d2dbThanks @sungik-choi! - Organize z-index values and provide theZIndexenum which is a preset of z-index values to help control the stacking order of components in consumer applications.Change the z-index value of the below components.
Overlay,Select:1000(container and content)Modal:1100Toast:1200Tooltip:1300#1050
052fdb91Thanks @sungik-choi! - Re-implementConfirmModalcomponentBREAKING CHANGES:
onConfirmprop ofConfirmModalhas been removed.#1030
f407fca8Thanks @sungik-choi! - Change the default value of theStack'salignprop fromstarttostretch#873
3b484673Thanks @Dogdriip! - Add withoutIndent prop and apply Radix to Divider componentBREAKING_CHANGE: Divider is no longer HR, but DIV
Patch Changes
#1132
115f0d27Thanks @sungik-choi! - DeleteRadioGroup's default generic parameter to fix type inferencing.#1070
78d217ecThanks @guswnsxodlf! - Enhance the Slider component#920
b559bd1dThanks @Jamie-channel! - Update icons#1077
84e9eef7Thanks @sungik-choi! - - Make theModaloverlay scrollable and enhance styling to work well when theModalBodyis used stand-alone.Modal.#1230
052b1177Thanks @Jamie-channel! - Update the icons#1029
e5e5625aThanks @sungik-choi! - Add justify prop to ButtonGroup component#901
9be5d909Thanks @sungik-choi! - Apply CSS default value to the align, justify properties of FormGroup component.#861
f530f952Thanks @Dogdriip! - Change project license to Apache-2.0#1143
53d83ba2Thanks @sungik-choi! - Fix to pass missing property ofOverlaycomponent.#1364
9dc15667Thanks @sungik-choi! - Fix status wrapper of avatar to grow in size to fit its children#1103
3bdb95e1Thanks @annie1229! - Add truncated prop to Text component#1107
f6789fa2Thanks @Jamie-channel! - Update icons#935
174805b1Thanks @Jamie-channel! - Update icons#1226
f02904d6Thanks @Kanary159357! - IntroduceAlphaStackcomponent#1014
a6b42ed3Thanks @leejiwoo2002! - Export ServerStyleSheet Function for SSR Support#937
bb8a978dThanks @sungik-choi! - - For avoiding text overflow, Change FormControl grid label cell size from flex to fixed.#857
f4bcf942Thanks @sungik-choi! - Apply changesets#1026
80f33585Thanks @Dogdriip! - ChangeBaseModalanimation to scale-based animation#1245
6fdb5d18Thanks @sungik-choi! - FixFormControl's id always overridesCheckbox's id prop#1333
45e7946dThanks @sungik-choi! - Add the missingSegmentedControlSizeenum export.#1290
e7773286Thanks @Kanary159357! - change keyvalue item padding#1113
3bd99b8dThanks @Jamie-channel! - Update icons#934
650d31bdThanks @aooen! - Reduce bundle size (apply minify for styled-components)#1015
7d3c76c9Thanks @Dogdriip! - Applyfont-family: 'Inter'as StoryBook global style#1131
b4d80ecbThanks @sungik-choi! - Enhance the interface ofRadioandRadioGroupcomponents. ChangeRadioto render children when their value is evaluated as true.#1031
1afab062Thanks @Jamie-channel! - Update the icons#907
af5cb6f8Thanks @guswnsxodlf! - Add floating-alt style variant in Button element#1228
c68bec81Thanks @leejiwoo2002! - add new text/palette specs#1189
cc7270ddThanks @sungik-choi! - IntroduceAlphaCentercomponent.#1062
d38bcb42Thanks @sungik-choi! - Change theAvatarGroupcomponent to use CSS Variable internally#1265
d68e2524Thanks @sungik-choi! - Add forwardRef toFormControl.#1110
b406a268Thanks @sungik-choi! - Change modal floating style frominsettotop...leftposition to support legacy browser#1122
48f6a3b2Thanks @heech1013! - Remove default value of event handler props in Icon component#874
fa944351Thanks @Jamie-channel! - Add keypad icon#1028
d6b28529Thanks @sungik-choi! - Update the font-size of the TextField component per size#1343
0feaed93Thanks @sungik-choi! - Fix the styling ofSegmentedControlItem's content area.#1339
f674fc39Thanks @sungik-choi! - Fix passing a number to thewidthprop of aSegmentedControlto work correctly.#867
5ada881bThanks @Dogdriip! - Fix style bug: background color of switch handle is overridden by elevation css#1357
09101a9eThanks @Jamie-channel! - Update the icons#848
1053fd1bThanks @Dogdriip! - Fix Switch component implementation to follow Bezier Figma spec#865
7ef5ffccThanks @Jamie-channel! - Update the distribute icon#1250
42c6ce74Thanks @sungik-choi! - IntroduceAutoFocuscomponent.AutoFocusis a component that automatically focuses its child component when they are added to the document. It is useful when you want to focus on a specific element when the component is mounted. It doesn't render any DOM node.#1174
355fdaffThanks @sungik-choi! - ImplementVisuallyHiddencomponent.VisuallyHiddenis a component that visually hides the content. It doesn't render any DOM node. It is useful when you want to provide additional information to screen readers.#1139
ff323960Thanks @sungik-choi! - Add focused style toButtoncomponent.#1120
70efd997Thanks @yangwooseong! - Fix bug that first StackItem has marginBefore when the preceding node is not valid element such as null or false#924
2050b668Thanks @yangwooseong! - Change word-break property of Modal content#1093
0424db5fThanks @yangwooseong! - Support BezierIcon type for icon prop as well as IconName type in following componentsSelect,TextField,ListItem,KeyValuseListItem,OutlineItem#1018
8635cd56Thanks @junbong! - fix(Text): add handling code for unhandled interpolation prop#1095
3544182dThanks @Jamie-channel! - Update icons#1067
314e698eThanks @Jamie-channel! - Update the icons#928
82c8d17bThanks @Dogdriip! - Bump @radix-ui/react-separator to 1.0.0, Add ResizeObserver jest mock#915
d581fb04Thanks @Tanney-102! - Update icon size L from 34 to 36#1244
825bd8aeThanks @sungik-choi! - Apply a generic type to thecheckedtype ofCheckbox#892
3040ea5dThanks @aooen! - Manage visibility of sidePanel and sideView at main layout propBREAKING CHANGE
#1079
85d04e70Thanks @annie1229! - Remove and re-implement lodash-es#1264
e2b4291aThanks @sungik-choi! - Remove the 100% width, 100% height style fromAlphaStackcomponent#1129
8d243d21Thanks @sungik-choi! - Fix babel runtime error#862
3af0187cThanks @kimminkyung94! - Update the icons#909
77859565Thanks @Seolhun! - add toast update feature#1063
d924b727Thanks @sungik-choi! - Change theStatuscomponent to use CSS Variable internally#1052
278338efThanks @sungik-choi! - Revert the removedsizeproperty of theTextField's internalinputelement.#896
6d07015fThanks @Seolhun! - refactor(key-value-list-item): change key and value component styles removed fixed height and given default color#1119
1c52fcdcThanks @yangwooseong! - Decrease horizontal padding of XS size button to 2px#1232
b37bcebcThanks @sungik-choi! - Fix module resolve error in library usage#927
ae5f5b6dThanks @Jamie-channel! - Update icons#1135
ee776e66Thanks @sungik-choi! - Delete LegacyModalandTabscomponents. RenameLEGACY__RADIOtoLegacyRadio.#1249
8466ab3cThanks @Kanary159357! - change to alphastack on ...group component#1118
40d11807Thanks @Jamie-channel! - Update icons#1335
a8a2a78aThanks @sungik-choi! - - FixAvatar's style overrides to work the same way as before.wrapperStyleprop ofAvatarProps.wrapperClassNameprop ofAvatarProps.wrapperInterpolationprop ofAvatarProps.#811
535b20d9Thanks @inhibitor1217! - add storybook documentation for Button component#894
ba49e2e8Thanks @Seolhun! - refactor(toast): change toast content props "string" to "react-node"#1001
ca1c6145Thanks @aooen! - make xs tagbadge more smaller#1020
33baadb1Thanks @junbong! - fix(ModalContent): invalid modal title size#1337
caa6916dThanks @sungik-choi! - Add missingdisplay: blockproperty ofAvatar's style.#1086
9a50da65Thanks @sungik-choi! - revert Enhance theTextcomponent #1068[email protected]
Minor Changes
968ba8f7Thanks @sungik-choi! - Add feature to automatically add labels.Patch Changes
#861
f530f952Thanks @Dogdriip! - Change project license to Apache-2.0#855
e5761ecdThanks @sungik-choi! - Update dependencyUpdated dependencies [
115f0d27,b37f1971,78d217ec,b559bd1d,84e9eef7,052b1177,e5e5625a,9be5d909,38aec7d6,4dcf60d7,fa1e0d76,f530f952,53d83ba2,9dc15667,3bdb95e1,f6789fa2,174805b1,f02904d6,91d69e9b,a6b42ed3,bb8a978d,f4bcf942,dbca37c3,80f33585,eceaa9e7,6fdb5d18,45e7946d,e7773286,3bd99b8d,650d31bd,7d3c76c9,8df05c64,e8593727,b4d80ecb,0d7b8a63,1afab062,af5cb6f8,e23c54a8,c68bec81,284d3d8b,cc7270dd,d38bcb42,123f4cdd,fe9640b0,cb677dde,89f18836,d4e04675,d68e2524,b406a268,48f6a3b2,fa944351,d6b28529,0a53d6aa,29c4a62b,e4a0d68c,d52a2710,0feaed93,f674fc39,5ada881b,09101a9e,1053fd1b,7b93217f,7ef5ffcc,42c6ce74,ee01d66d,355fdaff,51e45692,ff323960,70efd997,2050b668,0424db5f,8635cd56,3544182d,314e698e,82c8d17b,3b6d7feb,d581fb04,825bd8ae,3040ea5d,04e05209,dc2e30cd,85d04e70,b2629ece,e2b4291a,620f864d,8d243d21,3af0187c,77859565,d90c27a1,eab709b1,07dc6ed8,d924b727,278338ef,6d07015f,1c52fcdc,b37bcebc,ae5f5b6d,5b6c2d5c,ee776e66,8466ab3c,c84d1dad,bf96d2db,052fdb91,f407fca8,40d11807,a8a2a78a,535b20d9,ba49e2e8,ca1c6145,33baadb1,caa6916d,3b484673,9a50da65]: