Conversation
b12e369 to
3c78cf9
Compare
1fe3f41 to
cd6feb8
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 dev, this PR will be updated.
Releases
@seed-design/cli@1.3.3
Patch Changes
abada1c: CLI 텔레메트리 수집을 개선합니다.
add,add-all,compat,docs,init명령어의 실행 결과를completed,cancelled,failed로 구분해 수집합니다.compat명령어는compatible,incompatible,empty결과를 추가로 구분해 수집합니다.@seed-design/css@1.2.10
Patch Changes
@seed-design/figma@1.3.12
Patch Changes
@seed-design/mcp@1.3.12
Patch Changes
@seed-design/react@1.2.10
Patch Changes
840f5d5: Snackbar가 표시된 상태에서 새 Snackbar를 create할 때의 동작을 정의하는
strategy옵션을 추가합니다. 기본값은immediate로, 새 Snackbar가 기존 Snackbar를 즉시 교체합니다.SnackbarProvider또는useSnackbarAdapter옵션으로queued를 사용할 수 있습니다.immediate옵션을 모방하기 위해dismiss()후setTimeout(() => create(...), 0)하던 workaround와 함께 사용해도 정상 동작하지만, 동작이 동일하므로 workaround는 제거하는 것을 권장합니다.934a0ba: Snackbar의
timeout기본값을 5초에서 4초로 변경합니다.timeout을 명시적으로 지정한 경우에는 기존 동작이 유지됩니다.Updated dependencies [840f5d5]
Updated dependencies [934a0ba]
@seed-design/react-snackbar@1.0.2
Patch Changes
840f5d5: Snackbar가 표시된 상태에서 새 Snackbar를 create할 때의 동작을 정의하는
strategy옵션을 추가합니다. 기본값은immediate로, 새 Snackbar가 기존 Snackbar를 즉시 교체합니다.SnackbarProvider또는useSnackbarAdapter옵션으로queued를 사용할 수 있습니다.immediate옵션을 모방하기 위해dismiss()후setTimeout(() => create(...), 0)하던 workaround와 함께 사용해도 정상 동작하지만, 동작이 동일하므로 workaround는 제거하는 것을 권장합니다.934a0ba: Snackbar의
timeout기본값을 5초에서 4초로 변경합니다.timeout을 명시적으로 지정한 경우에는 기존 동작이 유지됩니다.@seed-design/rootage-artifacts@1.2.9
Patch Changes