Skip to content

Commit

Permalink
Merge branch 'feature/95002' into test/stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarek Krupiński committed Jul 26, 2023
2 parents e1be3a7 + c8b9328 commit 295730d
Show file tree
Hide file tree
Showing 4 changed files with 293 additions and 241 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
rules: {
'vue/html-indent': [2, 4],
'vue/component-definition-name-casing': [2, 'kebab-case'],
'vue/no-mutating-props': 1
'vue/no-mutating-props': 1,
'vue/multi-word-component-names': 1,
}
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
### Changed
- Updated eslint version to `8.45.0` and `eslint-plugin-vue` to 9.15.1 (DEV-95002)

## [2.23.0] - 2023-07-26
### Fixed
- Fixed issue about menu block being cached excessively ([#276](https://github.com/SnowdogApps/magento2-menu/issues/276))

### Changed
- Update GH actions to github-actions-m2 and small code fixes to standards (#100322)
- Don't show <a> tag when there's no url (DEV-100390)

### Added
- Command to check if menus have invalid nodes and allow removing them through the command (DEV-100331)

## [2.22.0] - 2023-05-08
### Fixed
- Get product title method ([#270](https://github.com/SnowdogApps/magento2-menu/pull/270))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"eslint": "^8.0.1",
"eslint-plugin-vue": "^7.19.1"
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.15.1"
},
"scripts": {
"lint": "eslint **/*.{js,vue}"
Expand Down
Loading

0 comments on commit 295730d

Please sign in to comment.