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

Version Packages (alpha) #3

Merged
merged 2 commits into from
Nov 5, 2024
Merged

Version Packages (alpha) #3

merged 2 commits into from
Nov 5, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 4, 2024

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.

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

main 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 main.

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

Releases

@lun-web/components@0.0.1-alpha.3

Patch Changes

  • 2aa0076: ## Features

    • components/config: add transitionRegistry and transitions global context config; add useTransition hook and registerTransition util function
    • components/dialog: add custom renderer for header, remove title prop
    • components/message: support string param for Message.open
    • components/switch: add beforeUpdate to asynchronously determine whether to update checked status

    Changes

    • colorPriority of GlobalStaticConfig:
      • previous: resolve color and status value from all sources and then determine, that means: if we set success status on a component, as it can resolve color from theme context, it will still use context color instead status from props first
      • now: color and status are resolved from different sources and determine respectively. We should always respect props first, then parent props, and last theme context.

    Bug Fixes

    • components/tree: fix check methods are not working
    • components/tree: fix wrong expose type; fix items processing issue
    • components/tabs: fix transition issue when switching tabs
  • Updated dependencies [2aa0076]

  • Updated dependencies [2aa0076]

  • Updated dependencies [2aa0076]

    • @lun-web/core@0.0.1-alpha.3
    • @lun-web/plugins@0.0.1-alpha.3
    • @lun-web/utils@0.0.1-alpha.3

@lun-web/core@0.0.1-alpha.3

Patch Changes

  • 2aa0076: ## Bug Fixes

    • core/createCollector: parent element can be undefined when adding item; invoke getParentEl if collectOnSetup is true
  • Updated dependencies [2aa0076]

    • @lun-web/utils@0.0.1-alpha.3

@lun-web/plugins@0.0.1-alpha.3

Patch Changes

  • 2aa0076:
  • Updated dependencies [2aa0076]
    • @lun-web/utils@0.0.1-alpha.3

@lun-web/react@0.0.1-alpha.3

Patch Changes

  • 2aa0076:
  • Updated dependencies [2aa0076]
    • @lun-web/components@0.0.1-alpha.3

@lun-web/theme@0.0.1-alpha.3

Patch Changes

  • 2aa0076: ## Bug Fixes

    • theme/form-item: fix vertical align issue of checkbox-group and radio-group in form-item
    • theme/tabs: fix transition issue when switching tabs; fix active tab can be covered by hidden tab panels
  • Updated dependencies [2aa0076]

    • @lun-web/components@0.0.1-alpha.3

@lun-web/utils@0.0.1-alpha.3

Patch Changes

Copy link

netlify bot commented Nov 4, 2024

Deploy Preview for lun-web failed.

Name Link
🔨 Latest commit 4bc5838
🔍 Latest deploy log https://app.netlify.com/sites/lun-web/deploys/672a1a4ae20de60008fa99fa

@lejunyang lejunyang self-assigned this Nov 4, 2024
@lejunyang lejunyang merged commit ad2d03b into main Nov 5, 2024
1 of 6 checks passed
@lejunyang lejunyang deleted the changeset-release/main branch November 5, 2024 13:16
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.01% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (368d5ab) 7607 4421 58.12%
Head commit (4bc5838) 7607 (+0) 4420 (-1) 58.10% (-0.01%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#3) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant