Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/sharp-ravens-wave.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/content/4.sdk/5.reference/sdk-change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Patch Changes

- **[FIXED]** Fixed type inference for function-based configurations when using the [extend](https://docs.alokai.com/sdk/advanced/extending-module#extend) method. Now the `methods` object is correctly typed.
- **[FIX]** Fixed type inference for function-based configurations when using the [extend](https://docs.alokai.com/sdk/advanced/extending-module#extend) method. Now the `methods` object is correctly typed.
- **[FIXED]** Fixed multiple files upload, now it works as expected.

## 3.4.0
Expand Down
9 changes: 9 additions & 0 deletions engineering-toolkit/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @vue-storefront/eslint-config

## 4.1.0

### Minor Changes

**[CHANGED]** some rules to loose up linting a bit (non-breaking). Changes include:

- `import/no-anonymous-default-export`: got turned off, as it brings no real value, more about the rule [here](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-anonymous-default-export.md),
- `@typescript-eslint/no-use-before-define`: `functions` option has been set as `false` to allow usage of hoisted functions. More details in [the documentation](https://eslint.org/docs/latest/rules/no-use-before-define#options).

## 4.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion engineering-toolkit/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/eslint-config",
"version": "4.0.3",
"version": "4.1.0",
"type": "module",
"main": "src/index.js",
"license": "MIT",
Expand Down