-
Notifications
You must be signed in to change notification settings - Fork 5
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 #339
Open
github-actions
wants to merge
1
commit into
main
Choose a base branch
from
changeset-release/main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Version Packages #339
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 10, 2024 07:10
5169915
to
bb053dc
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 15, 2024 09:49
bb053dc
to
446f207
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 15, 2024 11:33
446f207
to
52654c1
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 29, 2024 10:05
52654c1
to
7ff0dde
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 30, 2024 10:47
7ff0dde
to
6019d79
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 31, 2024 12:41
6019d79
to
a3a0c04
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 4, 2024 09:49
a3a0c04
to
c3cbd40
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 4, 2024 12:38
c3cbd40
to
94db4ef
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 4, 2024 13:24
94db4ef
to
8a78bb6
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 6, 2024 14:01
d067b89
to
130b740
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 10, 2024 10:55
130b740
to
6e06def
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 10, 2024 12:13
6e06def
to
cc6b93f
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 11, 2024 10:32
cc6b93f
to
cc689eb
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 12, 2024 08:08
cc689eb
to
ce36446
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 12, 2024 08:35
ce36446
to
ef552e9
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 18, 2024 12:45
ef552e9
to
9e80bdd
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 7, 2025 12:17
9e80bdd
to
2ddca14
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 8, 2025 13:05
2ddca14
to
8e25a2c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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
@shopware-ag/[email protected]
Major Changes
fc3c5a6: Reduce bundle size caused by font
Upgrade guide
Previously you needed to only import one css file:
You now need to update that one import to the following two imports:
If you want to load the font by yourself, you can do that.
Remove the second import and load the font the way you want.
eeb8c7f: Removed locale control from mt-theme-provider.
Controlling the local will still happen via vue-i18n
b2ef241: Making vue a peer dependency
This allows you to define the version of Vue you want to use. Before
you needed to use the exact vue version Meteor used. Now you can
define it by yourself, but it must meet the version requirements.
50de30f: Require a minimum version of vue 3.5
b3039c1: # Add new Text Editor component
This change introduces a new Text Editor component to the Meteor Component Library.
Updated i18n configuration
We change the 'legacy' mode of i18n to 'false' in the Meteor Component Library configuration to use the new i18n composable.
Minor Changes
Patch Changes
Fixes a issue in the mt-modal that it does not work inside transformed elements. This was fixed by moving the modal to the body element using the native Teleport feature of Vue 3.
@shopware-ag/[email protected]
Minor Changes
@shopware-ag/[email protected]
Patch Changes
[email protected]
Patch Changes
[email protected]
Patch Changes
[email protected]
Patch Changes