Skip to content

Latest commit

 

History

History
648 lines (219 loc) · 14.1 KB

CHANGELOG.md

File metadata and controls

648 lines (219 loc) · 14.1 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.7.1 (2024-11-06)

Bug Fixes

  • Rename cozy-dataproxy to cozy-dataproxy-lib (635d421)

6.7.0 (2024-11-06)

Features

6.6.0 (2024-11-06)

Features

  • cozy-devtools: Remove logs and use hook to get client (df87cf5)

6.5.0 (2024-11-06)

Features

  • cozy-devtools: Add first version to test providers (5689640)

6.4.1 (2024-11-05)

Note: Version bump only for package eslint-config-cozy-app

6.4.0 (2024-10-30)

Features

  • Update deps for cozy-viewer (b2e103a)

6.3.0 (2024-10-30)

Features

  • Download file on mobile viewer on press (3c38062)

6.2.0 (2024-10-25)

Features

  • Viewer: Replace Encrypted provider by cozy-ui one (aa81d02)

6.1.2 (2024-10-23)

Note: Version bump only for package eslint-config-cozy-app

6.1.1 (2024-10-16)

Note: Version bump only for package eslint-config-cozy-app

6.1.0 (2023-03-06)

Features

  • eslint-config-cozy-app: Update rules (1fffa41)

6.0.0 (2023-03-02)

Features

  • Add new rules to the config (84c3157)
  • Remove Vue rules (a61e28d)
  • Update dependencies to peerDeps (a556dcb)

BREAKING CHANGES

  • As eslint flat config is still experimental, it's better to rely on the peerDep patterns. When using this config, it will be needed to install the peerDeps.

5.5.0 (2023-02-11)

Features

  • Upgrade eslint cozy config (414c1ef)

5.4.0 (2023-01-31)

Features

  • Update cozy-client and cozy-ui (6ae3b04)

5.3.0 (2023-01-27)

Features

  • Add tax_notice aquisitionSteps (7dc2ce6)

5.2.0 (2022-11-28)

Bug Fixes

  • mespapiers: Breaking change of cozy-ui 77 (be3098e)

Features

  • Update eslint-config-cozy-app (a0a55db)

5.1.1 (2022-10-03)

Note: Version bump only for package eslint-config-cozy-app

5.1.0 (2022-09-12)

Features

  • Add new extend for TS files in lint conf (70c0370)

5.0.0 (2022-08-31)

Features

  • mespapiers-lib: Update cozy-ui dependency to v70.5.1 (ce13857)
  • Update eslint-config-cozy-app (d86a9ec)

BREAKING CHANGES

    • Removing Vue linting

We were a bit behind in versions, bugs started to leak in our lints. These version upgrades should fix them, but they also have a small chance to detect new lint errors.

4.2.1 (2022-08-01)

Bug Fixes

  • node: Upgrade to Node 16 (3a82521)

4.2.0 (2022-06-10)

Features

  • Upgrade eslint-plugin-react-hooks (b8d3895)

4.1.1 (2022-06-10)

Bug Fixes

  • eslint-config-cozy-app: Settings for react (37dbedb)

4.1.0 (2022-06-09)

Features

  • eslint-config: Add react/jsx-curly-brace-presence rule (be2e0a9), closes #1549

4.0.2 (2022-04-22)

Bug Fixes

  • eslint-config: Add rule for Windows user (58918cf)

4.0.1 (2022-04-14)

Bug Fixes

  • eslint-config: Upgrade dependencies (7a3111a)

4.0.0 (2022-01-07)

Features

  • eslint: Propose Eslint plugin promise (1fded18)

BREAKING CHANGES

  • eslint: Most errors are not auto fixable, if needed, use // disable-next-line

Or insert in .eslintrc: { "rules": { "promise/always-return": "warn", "promise/no-return-wrap": "warn", "promise/param-names": "warn", "promise/catch-or-return": "warn", "promise/no-native": "warn", "promise/no-nesting": "warn", "promise/no-promise-in-callback": "warn", "promise/no-callback-in-promise": "warn", "promise/avoid-new": "warn", "promise/no-new-statics": "warn", "promise/no-return-in-finally": "warn", "promise/valid-params": "warn" } }

3.0.1 (2022-01-01)

Bug Fixes

  • Update eslint config to better handle TS projects (5d35039)

3.0.0 (2021-12-02)

Features

  • Add confirm trusted recipients dialog (dfe1695)
  • Handle Typescript files in eslint and babel configs (fe658ed)

BREAKING CHANGES

    • upgrade from eslint 5 to eslint 8
  • upgrade prettier from 1 to 2
  • you'll need to run --fix to fix lint issues after the upgrade. Few errors are not auto fixable, you can // disable-next-line if needed

2.1.1 (2021-09-03)

Bug Fixes

  • deps: update dependency eslint-plugin-react to v7.24.0 (43af8c1)

2.1.0 (2021-02-12)

Features

2.0.0 (2020-10-01)

Bug Fixes

Features

  • Throw error if comments are not spaced (6dae942)

BREAKING CHANGES

  • Comments without starting with a space will throw an error. To fix them, you should run lint --fix

1.6.0 (2020-09-01)

Features

  • Activate the no-param-reassign rule (4bf903f), closes #1073

1.5.0 (2020-02-14)

Features

  • Adds no-console as eslint errors (e5605fd)

1.4.0 (2020-01-21)

Features

  • eslint-config-cozy-app: Add react-hooks plugin (6bea38b)

1.3.4 (2020-01-06)

Note: Version bump only for package eslint-config-cozy-app

1.3.3 (2019-10-07)

Note: Version bump only for package eslint-config-cozy-app

1.3.2 (2019-09-16)

Note: Version bump only for package eslint-config-cozy-app

1.3.1 (2019-09-05)

Bug Fixes

  • deps: update dependency eslint-config-prettier to v4.3.0 (b92900c)

1.3.0 (2019-09-05)

Features

1.2.3 (2019-09-04)

Note: Version bump only for package eslint-config-cozy-app

1.2.2 (2019-08-21)

Bug Fixes

  • deps: update dependency eslint-plugin-prettier to v3.1.0 (96d689f)

1.2.1 (2019-08-20)

Bug Fixes

  • Only use defaultDir in the manifest (dee6277)

1.2.0 (2019-07-18)

Bug Fixes

  • eslint-config-cozy-app: Update eslint-plugin-vue to v5.2.3 (#663) (8049e10)

Features

  • cozy-doctypes: Add BankAccountStats model (4535696)

1.1.12 (2019-03-12)

Bug Fixes

  • deps: update dependency eslint-config-prettier to v4 (1825941)
  • deps: Update dependency eslint-plugin-vue to v5.2.2 (536670d)

1.1.11 (2019-03-12)

Bug Fixes

  • deps: update dependency prettier to v1.16.4 (0bbe7ac)

1.1.10 (2019-03-08)

Bug Fixes

  • deps: update dependency eslint to v5.15.1 (#79) (21c246a)

1.1.9 (2019-03-04)

Note: Version bump only for package eslint-config-cozy-app

1.1.8 (2019-01-21)

Bug Fixes

  • deps: update dependency eslint-config-prettier to v3 (c146f84)

1.1.7 (2019-01-03)

Note: Version bump only for package eslint-config-cozy-app

1.1.6 (2019-01-03)

Note: Version bump only for package eslint-config-cozy-app

1.1.5 (2018-12-10)

Note: Version bump only for package eslint-config-cozy-app

1.1.4 (2018-10-17)

Bug Fixes

  • eslint-config-cozy-app: Use latest react version (69c5b05)

1.1.3 (2018-09-21)

Note: Version bump only for package eslint-config-cozy-app

1.1.2 (2018-09-21)

Note: Version bump only for package eslint-config-cozy-app

1.1.1 (2018-08-22)

Note: Version bump only for package eslint-config-cozy-app

1.1.0 (2018-08-09)

Features

  • import babel and eslint cozy-app from create-cozy-app (0a3ab19)