All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.2 (2023-11-24)
Note: Version bump only for package @empathyco/eslint-plugin-x
2.0.2-alpha.0 (2023-11-22)
Note: Version bump only for package @empathyco/eslint-plugin-x
2.0.1 (2023-11-21)
Note: Version bump only for package @empathyco/eslint-plugin-x
2.0.1-alpha.1 (2023-10-24)
- pin
prettier-plugin-tailwindcss
to 0.3.0 version (#1331) (9d70cf4)
2.0.1-alpha.0 (2023-10-24)
Note: Version bump only for package @empathyco/eslint-plugin-x
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.0 (2023-10-23)
Note: Version bump only for package @empathyco/eslint-plugin-x
2.0.0-alpha.38 (2023-06-14)
- deps: update dependency @vue/eslint-config-typescript to v11 (#1218)
2.0.0-alpha.37 (2023-06-07)
Note: Version bump only for package @empathyco/eslint-plugin-x
2.0.0-alpha.36 (2023-06-06)
Note: Version bump only for package @empathyco/eslint-plugin-x
2.0.0-alpha.35 (2023-05-11)
Note: Version bump only for package @empathyco/eslint-plugin-x
2.0.0-alpha.34 (2023-05-11)
- minimum node version required is 18.
2.0.0-alpha.33 (2023-03-29)
- Minor improvements. (#1109)
2.0.0-alpha.32 (2023-03-14)
- build: Fix issue with prettier-plugin-tailwindcss. (#1102)
2.0.0-alpha.31 (2023-03-07)
- deps: remove
only-allow
pnpm (#1097)
2.0.0-alpha.30 (2023-02-07)
- migrate from
npm
&lerna bootstrap
topnpm
(#1047)
2.0.0-alpha.29 (2023-01-27)
- deps: update deps (#1046)
2.0.0-alpha.28 (2023-01-25)
- dependencies: update
typescript
to4.9.4
and its dependencies to their latest version (#993)
2.0.0-alpha.27 (2023-01-24)
- add
prettier-plugin-tailwindcss
(#1033)
2.0.0-alpha.26 (2023-01-23)
- update prettier and format code (#1026)
2.0.0-alpha.25 (2023-01-23)
- enable
allowWhitespace
injsdoc/no-multi-asterisks
(#1029)
2.0.0-alpha.24 (2023-01-20)
- deps: update dependencies (#1024)
2.0.0-alpha.23 (2023-01-20)
Note: Version bump only for package @empathyco/eslint-plugin-x
2.0.0-alpha.22 (2023-01-06)
- Add
eslint
andprettier
todevDependencies
in eslint-plugin-x (#987) - deps: update dependencies
2.0.0-alpha.21 (2022-12-26)
Note: Version bump only for package @empathyco/eslint-plugin-x
2.0.0-alpha.20 (2022-12-23)
Note: Version bump only for package @empathyco/eslint-plugin-x
2.0.0-alpha.19 (2022-12-16)
Note: Version bump only for package @empathyco/eslint-plugin-x
2.0.0-alpha.18 (2022-12-09)
- deps: bump
@typescript-eslint/parser
(#909)
2.0.0-alpha.17 (2022-12-09)
- deps: bump
eslint
,@typescript-eslint/eslint-plugin
andeslint-import-resolver-typescript
2.0.0-alpha.16 (2022-12-09)
- deps: update dependencies (#908)
2.0.0-alpha.15 (2022-10-14)
- update
runners
version (#740)
2.0.0-alpha.14 (2022-09-27)
- add
vue devtools
plugin to easeXEvents
andwiring
visualization (#215)
2.0.0-alpha.13 (2022-09-20)
- Improve tailwindcss types. (#725)
2.0.0-alpha.12 (2022-09-09)
- disable
@typescript-eslint/no-extra-parens
rule (#715)
2.0.0-alpha.11 (2022-08-03)
- facets: Removed the
setFilter
mutation fromfacets
X-Module. UsemutateFilter
instead. - facets: Modified the
HierarchicalFilter.children
Model type. Now it is anArray<HierarchicalFilter>
instead of an array of ids.
- facets: Move filters flattening from
x-adapter-platform
tox-components
. (#626)
- sync duplicated dependencies (#567)
2.0.0-alpha.10 (2022-06-06)
- disable v-slot-style
2.0.0-alpha.9 (2022-05-11)
- Request types moved to
x-types
package. Change the imports fromx-adapter
tox-type
. - Removed
TaggingInfo
type. UseTaggingRequest
from@empathyco/x-types
instead.
- move
Request
types tox-types
package
2.0.0-alpha.8 (2022-05-05)
Note: Version bump only for package @empathyco/eslint-plugin-x
2.0.0-alpha.7 (2022-04-29)
- deps: update eslint-plugin dependencies (#447)
2.0.0-alpha.6 (2022-04-19)
- eslint: add
vuejs-accessibility
plugin (#427) - extract SessionService to x-utils package
- typeguards: add isPath
- deps: Upgrade Cypress and Vue Cli plugins versions. (#399)
2.0.0-alpha.5 (2022-03-31)
- update typescript
2.0.0-alpha.4 (2022-03-02)
- standard-version dependency has been removed from eslint-plugin-x package
- remove standard-version from eslint-plugin-x
2.0.0-alpha.3 (2022-02-28)
- url: set
origin
when navigating
- Fix colors.js dependency issue
- update jest dependencies
2.0.0-alpha.2 (2021-11-22)
- search: redefine old search tests
2.0.0-alpha.1 (2021-11-03)
- fix readme to reference the correct package
2.0.0-alpha.0 (2021-10-25)
- facets: Rename
Filters
component toFiltersList
. - facets: Remove
MultiSelectFilters
component. Filters are multi-select by default. Apply theSingleSelectModifier
using theFilterEntityFactory
to make the desiredFacet
single select. - facets: Refactor
HierarchicalFilter.children
field. Now, this field is a list of theFilter.ids
of the children filter. AllHierarchicalFilter
s are flattened in theFacet.filters
list. - facets: Remove
facets
prop in theFacets
component to provideFacets
to the state. Use theFacetsProvider
component instead. - facets: Remove
UserChangedSelectedFilters
event fromFacets
component. UseFacetsProvider
component instead. - facets: Remove
UserClickedClearFacetFilters
event.UserClickedClearAllFilters
is emitted instead. Its payload is now a list ofFacet.id
s. - facets: Rename
UserClickedFacetAllFilter
event toUserClickedAllFilter
. Its payload is now a list ofFacet.id
s. - facets: Remove
BackendFacetsChanged
event. UseFacetsChanged
event instead. - facets: Remove
BackendFacetsProvided
event. UseFacetsGroupProvided
instead. - facets: Remove
FrontendFacetsChanged
event. UseFacetsGroupProvided
instead. - facets: Remove
FacetMultiSelectChanged
event.Filter
s are multi-select by default. Apply theSingleSelectModifier
using theFilterEntityFactory
to make the desiredFacet
single select. - facets: Change
UserModifiedEditableNumberRangeFilter
payload. Now it is theEditableNumberRangeFilter
filter with the new range value.
- facets: remove old
facets
X Module and replace byfacets-next
. - plugin: minimise initial duplicated requests using a debounce
- add pre-commit hooks to run eslint and prettier
1.4.0-alpha.7 (2021-08-05)
Note: Version bump only for package @empathyco/eslint-plugin-x
1.4.0-alpha.6 (2021-08-05)
- upgrade dependencies
1.4.0-alpha.5 (2021-08-03)
Note: Version bump only for package @empathyco/eslint-plugin-x
1.4.0-alpha.4 (2021-07-29)
- use 2 different versions of search-types
1.4.0-alpha.3 (2021-07-27)
Note: Version bump only for package @empathyco/eslint-plugin-x
1.4.0-alpha.2 (2021-07-20)
Note: Version bump only for package @empathyco/eslint-plugin-x
1.4.0-alpha.1 (2021-07-14)
Note: Version bump only for package @empathyco/eslint-plugin-x
- remove-deprecation: remove deprecation on eqeqeq rule and setup Prettier in the project
- adapt types to support cypress component testing
- config: add initial eslint and third-party plugins, prettier and standard-version configurations
- import-resolver: support typescript import resolver
- prettier: update prettier to version 2.1.2
1.3.0 (2021-05-12)
Note: Version bump only for package @empathyco/eslint-plugin-x
- remove-deprecation: remove deprecation on eqeqeq rule and setup Prettier in the project
- adapt types to support cypress component testing
- config: add initial eslint and third-party plugins, prettier and standard-version configurations
- import-resolver: support typescript import resolver
- prettier: update prettier to version 2.1.2
1.2.1 (2020-12-11)
- prettier: replaced prettier organize import plugin with import plugin
1.2.0 (2020-09-30)
- prettier: update prettier to version 2.1.2
1.1.0 (2020-09-17)
- import-resolver: support typescript import resolver
- config: add initial eslint and third-party plugins, prettier and standard-version configurations