Skip to content
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

ci(changesets): version packages (alpha) #1864

Merged
merged 1 commit into from
Jan 12, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 28, 2023

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 alpha, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

alpha is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on alpha.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@channel.io/[email protected]

Major Changes

  • Breaking Changes: Property updates in Avatar component (#1871) by @yangwooseong

    No longer support interpolation property. Replace any usage of interpolation property with appropriate style or className implementations.

  • Breaking Changes: Property updates in SegmentedControl component (#1866) by @sungik-choi

    No longer support as and interpolation property. Replace any usage of interpolation property with appropriate style or className implementations.

  • Breaking Changes: Property updates in Tag and Badge component (#1872) by @yangwooseong

    No longer support interpolation property. Replace any usage of interpolation property with appropriate style or className implementations.

  • Breaking Changes: AlphaCenter component is now Center component. Property updates in Center component (#1854) by @sungik-choi

    • No longer support as and interpolation property. Replace any usage of interpolation property with appropriate style or className implementations.
    • Now supports margin props, layout props and display prop.
  • Breaking Changes: Property updates in Emoji component (#1881) by @yangwooseong

    No longer support as and interpolation property. Replace any usage of interpolation property with appropriate style or className implementations.

  • Add new margin properties to Icon component (#1863) by @yangwooseong

    • margin
    • marginHorizontal
    • marginVertical
  • Breaking Changes: Property updates in Modal-related components (#1903) by @sungik-choi

    • No longer supports as and interpolation props.
    • The type of zIndex property is changed to a z-index token. (e.g. "modal")
  • Breaking Changes: Property updates in Banner component (#1891) by @sungik-choi

    No longer support as and interpolation property. Replace any usage of interpolation property with appropriate style or className implementations.

    Other changes in Banner component

    • now supports HTML attributes.
    • now supports style props.
  • Breaking Changes: Property updates in Switch component (#1885) by @yangwooseong

    No longer support as and interpolation property. Replace any usage of interpolation property with appropriate style or className implementations.

  • Breaking Changes: Property updates in Slider component (#1883) by @yangwooseong

    • No longer support as and interpolation property. Replace any usage of interpolation property with appropriate style or className implementations.
    • dir type is narrowed from string | undefined to ltr | rtl | undefined
  • Breaking Changes: Property updates in Button component (#1882) by @sungik-choi

    • No longer support interpolation property. Replace any usage of interpolation property with appropriate style or className implementations.
    • ButtonSize and ButtonColorVariant enums have been updated to use kebab case.
  • Breaking Change: No longer supports smoothCorners mixin. Use AlphaSmoothCornersBox components instead. (#1892) by @sungik-choi

    // Before
    const Box = styled.div`
      ${smoothCorners({
        borderRadius: 10,
        shadow: '0 5px 15px 0 var(--shdw-large)',
        shadowBlur: 15,
        backgroundColor: 'var(--bgtxt-absolute-white-dark)',
        hasBackgroundImage: true,
      })}
    `
    
    <Box>...</Box>
    
    // After
    <AlphaSmoothCornersBox
      borderRadius={10}
      shadow={{
        offsetX: 0,
        offsetY: 5,
        blurRadius: 15,
        spreadRadius: 0,
        color: 'shdw-large',
      }}
      backgroundColor="bgtxt-absolute-white-dark"
      backgroundImage="..."
    >...</AlphaSmoothCornersBox>
  • Breaking Change: Removal of ListMenuTitle Component (#1900) by @yangwooseong

    • It was no longer being managed or utilized by our designers.
    • If you are currently using ListMenuTitle in your application, please replace it with the SectionLabel component for similar functionality.

Minor Changes

@channel.io/[email protected]

Minor Changes

  • Changes in v2-remove-alpha-from-alpha-stack transform (#1894) by @yangwooseong

    • It is renamed as v2-remove-alpha-from-alpha-components.
    • It covers AlphaCenter as well.

Copy link

codecov bot commented Dec 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (99ea328) 85.96% compared to head (46890bf) 85.96%.

Additional details and impacted files
@@           Coverage Diff           @@
##            alpha    #1864   +/-   ##
=======================================
  Coverage   85.96%   85.96%           
=======================================
  Files         234      234           
  Lines        3341     3341           
  Branches      747      747           
=======================================
  Hits         2872     2872           
  Misses        391      391           
  Partials       78       78           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot force-pushed the changeset-release/alpha branch 16 times, most recently from 7b4ae84 to 26addfc Compare January 9, 2024 11:10
@github-actions github-actions bot force-pushed the changeset-release/alpha branch 10 times, most recently from 5448847 to 1f64483 Compare January 12, 2024 06:56
@sungik-choi sungik-choi merged commit ea0a709 into alpha Jan 12, 2024
8 checks passed
@sungik-choi sungik-choi deleted the changeset-release/alpha branch January 12, 2024 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant