-
Notifications
You must be signed in to change notification settings - Fork 30
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 #2643
Version Packages #2643
Conversation
Deploy preview for merchant-center-application-kit ready! ✅ Preview Built with commit f6837b9. |
0be84c6
to
6b638ec
Compare
6b638ec
to
caf3939
Compare
caf3939
to
1d5b11c
Compare
1d5b11c
to
7a1699b
Compare
7a1699b
to
4de12ec
Compare
4de12ec
to
49dbe29
Compare
49dbe29
to
569c4ad
Compare
569c4ad
to
58d1802
Compare
58d1802
to
eebd2a9
Compare
eebd2a9
to
c16fc1b
Compare
c16fc1b
to
8541a3c
Compare
8541a3c
to
2b380c4
Compare
2b380c4
to
89795a2
Compare
89795a2
to
3f20010
Compare
a159567
to
57f747f
Compare
57f747f
to
54f8cfb
Compare
54f8cfb
to
054e339
Compare
054e339
to
c438d1f
Compare
c438d1f
to
c8a1e75
Compare
d2dd41e
to
870c045
Compare
e3e42b4
to
c25e6e3
Compare
c25e6e3
to
0a7dcdc
Compare
0a7dcdc
to
f6837b9
Compare
f6837b9
to
39f4bb9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is ready to go now 🚀
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
@commercetools-backend/express@21.8.0
Minor Changes
#2667
1d8c71f1
Thanks @emmenko! - Add support for setting theaudience
policy. The policy can be used to determine how theaudience
value is exchanged between the Merchant Center API and the external API.Supported values are:
forward-url-full-path
: This is the default policy. It sets theaudience
using the full URL (origin + pathname).forward-url-origin
: This is the alternative policy. It sets theaudience
using only the origin URL part.Patch Changes
#2661
43a9df21
Thanks @emmenko! - Drop the copyright year from the license files#2675
cb608529
Thanks @emmenko! - Fix reading and validating case sensitiveX-MC-API-*
headers@commercetools-frontend/application-config@21.8.0
Minor Changes
#2615
d6bfecf1
Thanks @kark! - Provide better support for developing Custom Applications in TypeScript.A shared TSConfig file is now available to be used as a base config in your
tsconfig.json
file:Furthermore, we provide a
client.d.ts
declaration file with some basic type shims for importing media assets:.mod.css
and.module.css
.png
.svg
You can include this using the TypeScript triple-slash directives:
/// <reference types="@commercetools-frontend/application-config/client" />
You can also include this in the
tsconfig.json
file in thecompilerOptions.types
field but we don't recommendto use that unless you are very familiar with the implications of using the
types
field.Patch Changes
#2661
43a9df21
Thanks @emmenko! - Drop the copyright year from the license filesUpdated dependencies [
43a9df21
]:@commercetools-frontend/application-shell@21.8.0
Minor Changes
#2667
1d8c71f1
Thanks @emmenko! - Add support for setting theaudience
policy. The policy can be used to determine how theaudience
value is exchanged between the Merchant Center API and the external API.Supported values are:
forward-url-full-path
: This is the default policy. It sets theaudience
using the full URL (origin + pathname).forward-url-origin
: This is the alternative policy. It sets theaudience
using only the origin URL part.Patch Changes
#2661
43a9df21
Thanks @emmenko! - Drop the copyright year from the license files#2651
f7ec746b
Thanks @CarlosCortizasCT! - Fixed aria role names.We were using invalid role names in some of the component's elements.
Special mention to the element wrapping the notifications as it now uses the aria-live attribute (with polite value).
#2665
a98f9fb5
Thanks @CarlosCortizasCT! - FixApplicationShell
header selectors a11y issues#2671
1d63e7b6
Thanks @emmenko! - Update Flopflip dependencies#2655
1cc471e8
Thanks @CarlosCortizasCT! - FixApplicationShell
header a11y issues in user menu dropdownUpdated dependencies [
78de0ec6
,d6bfecf1
,43a9df21
,d6bfecf1
,c56498ca
,f3cc395d
,20e648d2
,405aa67b
,1d8c71f1
,d6bfecf1
]:@commercetools-frontend/create-mc-app@21.8.0
Minor Changes
#2615
d6bfecf1
Thanks @kark! - There is a new starter template to develop Custom Applications in TypeScript!To install it via the
@commercetools-frontend/create-mc-app
CLI:The TypeScript starter template is the same as the standard JS starter template in terms of functionality
but it includes the additional TypeScript setup.
If you already have a Custom Application in TypeScript or are planning to migrate an existing one to it
we recommend to take a look at the tooling setup of the TypeScript starter template, in particular:
.prettierrc
for using thetypescript
parser.jest.*.config.js
to include the file extensions.ts
and.tsx
.tsconfig.json
Patch Changes
#2661
43a9df21
Thanks @emmenko! - Drop the copyright year from the license files#2676
d691e60a
Thanks @emmenko! - Fix file formatting when patching constants file@commercetools-frontend/l10n@21.8.0
Minor Changes
c56498ca
Thanks @ByronDWall! - The localized data has been updated. In particular, the time zones data has been updated and restructured to be more usable and readable.Patch Changes
#2661
43a9df21
Thanks @emmenko! - Drop the copyright year from the license filesUpdated dependencies [
43a9df21
]:@commercetools-frontend/mc-scripts@21.8.0
Minor Changes
#2613
20e648d2
Thanks @emmenko! - Migrate CLI to TypeScript.Internally, the CLI now uses cac to handle CLI commands and options.
Deprecated entry points
Importing the function
createPostcssConfig
from the main entry point@commercetools-frontend/mc-scripts
is now deprecated. Use the entry point@commercetools-frontend/mc-scripts/postcss
instead.Importing the functions
createWebpackConfigForDevelopment
andcreateWebpackConfigForProduction
from the main entry point@commercetools-frontend/mc-scripts
is now deprecated. Use the entry point@commercetools-frontend/mc-scripts/webpack
instead.Patch Changes
#2661
43a9df21
Thanks @emmenko! - Drop the copyright year from the license filesUpdated dependencies [
d6bfecf1
,43a9df21
,20e648d2
,81df396d
]:@commercetools-frontend/sdk@21.8.0
Minor Changes
#2667
1d8c71f1
Thanks @emmenko! - Add support for setting theaudience
policy. The policy can be used to determine how theaudience
value is exchanged between the Merchant Center API and the external API.Supported values are:
forward-url-full-path
: This is the default policy. It sets theaudience
using the full URL (origin + pathname).forward-url-origin
: This is the alternative policy. It sets theaudience
using only the origin URL part.Patch Changes
#2661
43a9df21
Thanks @emmenko! - Drop the copyright year from the license files#2615
d6bfecf1
Thanks @kark! - Refine internal typesUpdated dependencies [
43a9df21
]:@commercetools-backend/eslint-config-node@21.8.0
Patch Changes
43a9df21
Thanks @emmenko! - Drop the copyright year from the license files@commercetools-backend/loggers@21.8.0
Patch Changes
43a9df21
Thanks @emmenko! - Drop the copyright year from the license files@commercetools-frontend/actions-global@21.8.0
Patch Changes
#2661
43a9df21
Thanks @emmenko! - Drop the copyright year from the license filesUpdated dependencies [
43a9df21
]:@commercetools-frontend/application-components@21.8.0
Patch Changes
#2654
f3cc395d
Thanks @kark! - Accessibility improvements of the<TabHeader>
component.Updated dependencies [
78de0ec6
,43a9df21
,c56498ca
,20e648d2
,405aa67b
,d6bfecf1
]:@commercetools-frontend/application-shell-connectors@21.8.0
Patch Changes
#2639
78de0ec6
Thanks @ddouglasz! - There is a new React hook which you can use to access the Project Images rewrite configuration see documentation.You would use it like this:
Both
GetProjectExtensionImageRegex
component andwithProjectExtensionImageRegex
still exists for backwards compatibility but have been marked as deprecated.#2661
43a9df21
Thanks @emmenko! - Drop the copyright year from the license files#2653
405aa67b
Thanks @kark! - ExportTImageRegexContext
typeUpdated dependencies [
43a9df21
]:@commercetools-frontend/assets@21.8.0
Patch Changes
#2661
43a9df21
Thanks @emmenko! - Drop the copyright year from the license files#2613
20e648d2
Thanks @emmenko! - Convert entry point to typescript@commercetools-frontend/babel-preset-mc-app@21.8.0
Patch Changes
43a9df21
Thanks @emmenko! - Drop the copyright year from the license files@commercetools-frontend/browser-history@21.8.0
Patch Changes
43a9df21
Thanks @emmenko! - Drop the copyright year from the license files@commercetools-frontend/constants@21.8.0
Patch Changes
43a9df21
Thanks @emmenko! - Drop the copyright year from the license files@commercetools-frontend/cypress@21.8.0
Patch Changes
1d8c71f1
,d6bfecf1
,43a9df21
,f7ec746b
,a98f9fb5
,1d63e7b6
,1cc471e8
]:@commercetools-frontend/eslint-config-mc-app@21.8.0
Patch Changes
#2661
43a9df21
Thanks @emmenko! - Drop the copyright year from the license filesUpdated dependencies [
43a9df21
]:@commercetools-frontend/i18n@21.8.0
Patch Changes
#2661
43a9df21
Thanks @emmenko! - Drop the copyright year from the license files#2615
d6bfecf1
Thanks @kark! - Export additional typesUpdated dependencies [
43a9df21
]:@commercetools-frontend/jest-preset-mc-app@21.8.0
Patch Changes
#2661
43a9df21
Thanks @emmenko! - Drop the copyright year from the license filesUpdated dependencies [
43a9df21
]:@commercetools-frontend/mc-html-template@21.8.0
Patch Changes
#2661
43a9df21
Thanks @emmenko! - Drop the copyright year from the license files#2652
81df396d
Thanks @CarlosCortizasCT! - Removed user-scalable=no property fromviewport
meta tag as it is a problem from the accessibility point of view.Updated dependencies [
d6bfecf1
,43a9df21
]:@commercetools-frontend/notifications@21.8.0
Patch Changes
43a9df21
Thanks @emmenko! - Drop the copyright year from the license files@commercetools-frontend/permissions@21.8.0
Patch Changes
#2661
43a9df21
Thanks @emmenko! - Drop the copyright year from the license filesUpdated dependencies [
78de0ec6
,43a9df21
,405aa67b
]:@commercetools-frontend/react-notifications@21.8.0
Patch Changes
#2661
43a9df21
Thanks @emmenko! - Drop the copyright year from the license filesUpdated dependencies [
43a9df21
]:@commercetools-frontend/sentry@21.8.0
Patch Changes
#2661
43a9df21
Thanks @emmenko! - Drop the copyright year from the license filesUpdated dependencies [
43a9df21
]:@commercetools-frontend/url-utils@21.8.0
Patch Changes
43a9df21
Thanks @emmenko! - Drop the copyright year from the license files@commercetools-frontend/jest-stylelint-runner@21.8.0
@commercetools-frontend/mc-dev-authentication@21.8.0
merchant-center-application-template-starter@19.4.0
Minor Changes
#2615
d6bfecf1
Thanks @kark! - There is a new starter template to develop Custom Applications in TypeScript!To install it via the
@commercetools-frontend/create-mc-app
CLI:The TypeScript starter template is the same as the standard JS starter template in terms of functionality
but it includes the additional TypeScript setup.
If you already have a Custom Application in TypeScript or are planning to migrate an existing one to it
we recommend to take a look at the tooling setup of the TypeScript starter template, in particular:
.prettierrc
for using thetypescript
parser.jest.*.config.js
to include the file extensions.ts
and.tsx
.tsconfig.json
Patch Changes
1d8c71f1
,78de0ec6
,43a9df21
,f3cc395d
,20e648d2
,f7ec746b
,20e648d2
,a98f9fb5
,405aa67b
,1d63e7b6
,1cc471e8
,d6bfecf1
]:merchant-center-application-template-starter-typescript@0.2.0
Minor Changes
#2615
d6bfecf1
Thanks @kark! - There is a new starter template to develop Custom Applications in TypeScript!To install it via the
@commercetools-frontend/create-mc-app
CLI:The TypeScript starter template is the same as the standard JS starter template in terms of functionality
but it includes the additional TypeScript setup.
If you already have a Custom Application in TypeScript or are planning to migrate an existing one to it
we recommend to take a look at the tooling setup of the TypeScript starter template, in particular:
.prettierrc
for using thetypescript
parser.jest.*.config.js
to include the file extensions.ts
and.tsx
.tsconfig.json
Patch Changes
1d8c71f1
,78de0ec6
,d6bfecf1
,43a9df21
,f3cc395d
,20e648d2
,f7ec746b
,20e648d2
,a98f9fb5
,405aa67b
,1d63e7b6
,1cc471e8
,d6bfecf1
]:playground@19.3.2
Patch Changes
1d8c71f1
,78de0ec6
,43a9df21
,d6bfecf1
,c56498ca
,f3cc395d
,f7ec746b
,20e648d2
,a98f9fb5
,405aa67b
,1d63e7b6
,1d8c71f1
,1cc471e8
,d6bfecf1
]:@commercetools-local/visual-testing-app@19.4.2
Patch Changes
43a9df21
,f3cc395d
,20e648d2
]:@commercetools-website/components-playground@17.5.2
Patch Changes
43a9df21
,f3cc395d
,d6bfecf1
]: