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 #339

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Version Packages #339

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 9, 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.

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:

    // Some JavaScript file: index.js
    import "@shopware-ag/meteor-component-library/dist/styles.css";

    You now need to update that one import to the following two imports:

    // Some JavaScript file: index.js
    import "@shopware-ag/meteor-component-library/styles.css"; // Note: this path is different from the old one
    import "@shopware-ag/meteor-component-library/font.css";

    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

  • ba4fdbd: Adds a new slot for custom content within the button, enabling more flexible button customization.
  • d9c26a2: Export mt-tooltip component
  • 7593d00: remove hero variant from mt-card
  • 9175c17: replace flatpickr with vue3datepicker
  • b5ed517: Add mt-tooltip component
  • b7423bb: remove mt-url-field

Patch Changes

  • ad10063: Hide inheritance toggle in card by default
  • 0dcb079: Improve reading order for card titles when using a screen reader
  • 54b5fa4: Add translation for mt-banner
  • a4b2203: Add focus styles for checkbox
  • 066da5c: Open tooltip when focusing disabled button
  • 51d6160: Migrate mt-select over to the custom built i18n composable
  • 85908bf: Migrate mt-data-table over to the custom built i18n composable
  • 824ee5a: Update focus style of inheritance toggle in card
  • d2480cf: Fixes a issue in the mt-modal that the toggling does not work when it is triggered outside the modal.
    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.
  • 0280b80: Add missing translation for data table filters
  • 069a2ad: Do not announce mt-avatar for screen readers
  • daa8824: Add landmarks to card component for screen readers
  • ed03f65: Improve accessibility of mt-field-error
  • 893fba8: Increase contrast ratio in mt-avatar
  • 3b50452: Update focus style of switch
  • 4f9e73d: Migrate mt-data-table-settings over to the composition api
  • 893fba8: Increase color contrast in mt-avatar component
  • 45e2dc7: Make size propert on mt-loader optional
  • 235546f: Migrate mt-label to custom built i18n composable

@shopware-ag/[email protected]

Minor Changes

  • 57fe952: Add meteor/prefer-background-token rule
  • e62bb8c: Add autofixer for spacing shorthand properties
  • 417b711: Automatically fix spacing tokens
  • e994340: Add stylelint check for css font properties
  • 0314371: Report SCSS variables in sizing tokens
  • 2c8764c: Added calc to border-radius stylelint
  • 448f507: Add border stylelint rule
  • 02ecfaf: Add no-primitive-token rule
  • 543ec4e: Add meteor/prefer-color-token rule
  • 6f84967: Lint individual sizing values

@shopware-ag/[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

Copy link

vercel bot commented Oct 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
meteor-admin-sdk-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 8, 2025 1:07pm
meteor-component-library ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 8, 2025 1:07pm

@github-actions github-actions bot force-pushed the changeset-release/main branch from 5169915 to bb053dc Compare October 10, 2024 07:10
@github-actions github-actions bot force-pushed the changeset-release/main branch from bb053dc to 446f207 Compare October 15, 2024 09:49
@github-actions github-actions bot force-pushed the changeset-release/main branch from 446f207 to 52654c1 Compare October 15, 2024 11:33
@github-actions github-actions bot force-pushed the changeset-release/main branch from 52654c1 to 7ff0dde Compare October 29, 2024 10:05
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7ff0dde to 6019d79 Compare October 30, 2024 10:47
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6019d79 to a3a0c04 Compare October 31, 2024 12:41
@github-actions github-actions bot force-pushed the changeset-release/main branch from a3a0c04 to c3cbd40 Compare November 4, 2024 09:49
@github-actions github-actions bot force-pushed the changeset-release/main branch from c3cbd40 to 94db4ef Compare November 4, 2024 12:38
@github-actions github-actions bot force-pushed the changeset-release/main branch from 94db4ef to 8a78bb6 Compare November 4, 2024 13:24
@github-actions github-actions bot force-pushed the changeset-release/main branch from d067b89 to 130b740 Compare December 6, 2024 14:01
@github-actions github-actions bot force-pushed the changeset-release/main branch from 130b740 to 6e06def Compare December 10, 2024 10:55
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6e06def to cc6b93f Compare December 10, 2024 12:13
@github-actions github-actions bot force-pushed the changeset-release/main branch from cc6b93f to cc689eb Compare December 11, 2024 10:32
@github-actions github-actions bot force-pushed the changeset-release/main branch from cc689eb to ce36446 Compare December 12, 2024 08:08
@github-actions github-actions bot force-pushed the changeset-release/main branch from ce36446 to ef552e9 Compare December 12, 2024 08:35
@github-actions github-actions bot force-pushed the changeset-release/main branch from ef552e9 to 9e80bdd Compare December 18, 2024 12:45
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9e80bdd to 2ddca14 Compare January 7, 2025 12:17
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.

0 participants