Skip to content

Commit

Permalink
fix: add userSelect: "none" when view is pressable
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmd committed Dec 13, 2021
1 parent f0862cd commit b3e2bf4
Show file tree
Hide file tree
Showing 15 changed files with 137 additions and 531 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"./node_modules/prettier-plugin-organize-imports",
"./node_modules/prettier-plugin-jsdoc"
]
}
}
168 changes: 29 additions & 139 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,255 +5,145 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## [0.7.2](https://github.com/hosseinmd/reactjs-view/compare/v0.7.1...v0.7.2) (2021-12-12)


### Bug Fixes

* generate fonts ([ec74b3f](https://github.com/hosseinmd/reactjs-view/commit/ec74b3fd15f600e4ae03c0d469070b48285375d5))




- generate fonts ([ec74b3f](https://github.com/hosseinmd/reactjs-view/commit/ec74b3fd15f600e4ae03c0d469070b48285375d5))

## [0.7.1](https://github.com/hosseinmd/reactjs-view/compare/v0.7.0...v0.7.1) (2021-12-12)


### Bug Fixes

* href iin View ([4a76b87](https://github.com/hosseinmd/reactjs-view/commit/4a76b87e78df39ac38214fccc89c49dc3f4c439f))




- href iin View ([4a76b87](https://github.com/hosseinmd/reactjs-view/commit/4a76b87e78df39ac38214fccc89c49dc3f4c439f))

# [0.7.0](https://github.com/hosseinmd/reactjs-view/compare/v0.6.0...v0.7.0) (2021-12-11)


### Bug Fixes

* deploy github token ([6db6518](https://github.com/hosseinmd/reactjs-view/commit/6db6518eeb88b8c07d21bf342b58dfdff22bcaec))
* remove article variant, fix h variant regex ([a16e8fe](https://github.com/hosseinmd/reactjs-view/commit/a16e8fef8741687aa034f3658a985a6c9c6e3234))
* remove useCallback, and remove dir prop from textInput ([3535d22](https://github.com/hosseinmd/reactjs-view/commit/3535d22fa3f03c92909a9f7395fdcec15e59a03f))

- deploy github token ([6db6518](https://github.com/hosseinmd/reactjs-view/commit/6db6518eeb88b8c07d21bf342b58dfdff22bcaec))
- remove article variant, fix h variant regex ([a16e8fe](https://github.com/hosseinmd/reactjs-view/commit/a16e8fef8741687aa034f3658a985a6c9c6e3234))
- remove useCallback, and remove dir prop from textInput ([3535d22](https://github.com/hosseinmd/reactjs-view/commit/3535d22fa3f03c92909a9f7395fdcec15e59a03f))

### Features

* add semantic html tags as variant to View component ([eb905d0](https://github.com/hosseinmd/reactjs-view/commit/eb905d0baa85d2f4313ff6c51efd4afaee491655))
* add useDebounce hook ([155a7c7](https://github.com/hosseinmd/reactjs-view/commit/155a7c7c80dacc4299fc286bcf1cb5ab12053af8))
* add variants to Text component based on fontSize ([2e6f79b](https://github.com/hosseinmd/reactjs-view/commit/2e6f79b5b3504e2a0cc8dd12bc7b7ee306847f10))
* export fonts to customize ([b3e78c9](https://github.com/hosseinmd/reactjs-view/commit/b3e78c93c1d309db5ff81cef8acb383e8c260e2b))




- add semantic html tags as variant to View component ([eb905d0](https://github.com/hosseinmd/reactjs-view/commit/eb905d0baa85d2f4313ff6c51efd4afaee491655))
- add useDebounce hook ([155a7c7](https://github.com/hosseinmd/reactjs-view/commit/155a7c7c80dacc4299fc286bcf1cb5ab12053af8))
- add variants to Text component based on fontSize ([2e6f79b](https://github.com/hosseinmd/reactjs-view/commit/2e6f79b5b3504e2a0cc8dd12bc7b7ee306847f10))
- export fonts to customize ([b3e78c9](https://github.com/hosseinmd/reactjs-view/commit/b3e78c93c1d309db5ff81cef8acb383e8c260e2b))

# [0.6.0](https://github.com/hosseinmd/reactjs-view/compare/v0.5.5...v0.6.0) (2021-12-06)


### Features

* add mount test ([66da9f3](https://github.com/hosseinmd/reactjs-view/commit/66da9f3e79fb6d3bafa02ff4cf7387e52de6c204))




- add mount test ([66da9f3](https://github.com/hosseinmd/reactjs-view/commit/66da9f3e79fb6d3bafa02ff4cf7387e52de6c204))

## [0.5.5](https://github.com/hosseinmd/reactjs-view/compare/v0.5.4...v0.5.5) (2021-12-03)


### Bug Fixes

* loading indicator position ([6de5d01](https://github.com/hosseinmd/reactjs-view/commit/6de5d0167766cbe92d8055cde2594423d72c4dc7))
* rename wrapperClassName to indicatorWrapperClassName ([c981912](https://github.com/hosseinmd/reactjs-view/commit/c981912b029ee303f71279084a7fac95d291dc8d))




- loading indicator position ([6de5d01](https://github.com/hosseinmd/reactjs-view/commit/6de5d0167766cbe92d8055cde2594423d72c4dc7))
- rename wrapperClassName to indicatorWrapperClassName ([c981912](https://github.com/hosseinmd/reactjs-view/commit/c981912b029ee303f71279084a7fac95d291dc8d))

## [0.5.4](https://github.com/hosseinmd/reactjs-view/compare/v0.5.3...v0.5.4) (2021-12-02)


### Bug Fixes

* add testIDs LoadingView ([ed34674](https://github.com/hosseinmd/reactjs-view/commit/ed3467456640ba1930bef2baf37e23bf11d2cd0b))




- add testIDs LoadingView ([ed34674](https://github.com/hosseinmd/reactjs-view/commit/ed3467456640ba1930bef2baf37e23bf11d2cd0b))

## [0.5.3](https://github.com/hosseinmd/reactjs-view/compare/v0.5.2...v0.5.3) (2021-12-01)


### Bug Fixes

* add name to input ([21ff43b](https://github.com/hosseinmd/reactjs-view/commit/21ff43b492472c0ee0236a33242a5a8c9253a8d0))




- add name to input ([21ff43b](https://github.com/hosseinmd/reactjs-view/commit/21ff43b492472c0ee0236a33242a5a8c9253a8d0))

## [0.5.2](https://github.com/hosseinmd/reactjs-view/compare/v0.5.1...v0.5.2) (2021-11-26)


### Bug Fixes

* folder strucure ([a906db7](https://github.com/hosseinmd/reactjs-view/commit/a906db78b39a70bd6a01602d882308a4f19cb7b7))




- folder strucure ([a906db7](https://github.com/hosseinmd/reactjs-view/commit/a906db78b39a70bd6a01602d882308a4f19cb7b7))

## [0.5.1](https://github.com/hosseinmd/reactjs-view/compare/v0.5.0...v0.5.1) (2021-11-25)


### Bug Fixes

* handle onClick and onPress both ([fbab979](https://github.com/hosseinmd/reactjs-view/commit/fbab979d5fb9229e0dcda373352f3a56be9a3e16))
* input type ([fb26bfa](https://github.com/hosseinmd/reactjs-view/commit/fb26bfad6c459d4ee1c46f7962cdfb758012a4e6))




- handle onClick and onPress both ([fbab979](https://github.com/hosseinmd/reactjs-view/commit/fbab979d5fb9229e0dcda373352f3a56be9a3e16))
- input type ([fb26bfa](https://github.com/hosseinmd/reactjs-view/commit/fb26bfad6c459d4ee1c46f7962cdfb758012a4e6))

# [0.5.0](https://github.com/hosseinmd/reactjs-view/compare/v0.4.0...v0.5.0) (2021-11-24)


### Features

* support theme in textInput ([d59a102](https://github.com/hosseinmd/reactjs-view/commit/d59a102a48d5df0d1617e2ae8ee0c60da9469041))




- support theme in textInput ([d59a102](https://github.com/hosseinmd/reactjs-view/commit/d59a102a48d5df0d1617e2ae8ee0c60da9469041))

# [0.4.0](https://github.com/hosseinmd/reactjs-view/compare/v0.3.3...v0.4.0) (2021-11-23)


### Features

* add TextInput ([49fddf6](https://github.com/hosseinmd/reactjs-view/commit/49fddf6e87f09695da42adeb3cd995c94889cd35))




- add TextInput ([49fddf6](https://github.com/hosseinmd/reactjs-view/commit/49fddf6e87f09695da42adeb3cd995c94889cd35))

## [0.3.3](https://github.com/hosseinmd/reactjs-view/compare/v0.3.2...v0.3.3) (2021-11-22)


### Bug Fixes

* add missed dependencies ([5bcf4b1](https://github.com/hosseinmd/reactjs-view/commit/5bcf4b17604522c58d6eb1983e5421e312c72189))




- add missed dependencies ([5bcf4b1](https://github.com/hosseinmd/reactjs-view/commit/5bcf4b17604522c58d6eb1983e5421e312c72189))

## [0.3.2](https://github.com/hosseinmd/reactjs-view/compare/v0.3.1...v0.3.2) (2021-11-22)


### Bug Fixes

* move jss devDependencies ([d17e2ca](https://github.com/hosseinmd/reactjs-view/commit/d17e2cac2f74f08e5b2f5cabc44bc272e4d51a7e))




- move jss devDependencies ([d17e2ca](https://github.com/hosseinmd/reactjs-view/commit/d17e2cac2f74f08e5b2f5cabc44bc272e4d51a7e))

## [0.3.1](https://github.com/hosseinmd/reactjs-view/compare/v0.3.0...v0.3.1) (2021-11-22)


### Bug Fixes

* coreModules index ([048498e](https://github.com/hosseinmd/reactjs-view/commit/048498ec89b61ac2cebc098a280f19861ddc9c3a))




- coreModules index ([048498e](https://github.com/hosseinmd/reactjs-view/commit/048498ec89b61ac2cebc098a280f19861ddc9c3a))

# [0.3.0](https://github.com/hosseinmd/reactjs-view/compare/v0.2.2...v0.3.0) (2021-11-21)


### Features

* add useInteractions hook ([c6620c0](https://github.com/hosseinmd/reactjs-view/commit/c6620c0b89b3fd498d60d90a721550f742e3170c))




- add useInteractions hook ([c6620c0](https://github.com/hosseinmd/reactjs-view/commit/c6620c0b89b3fd498d60d90a721550f742e3170c))

## [0.2.2](https://github.com/hosseinmd/reactjs-view/compare/v0.2.1...v0.2.2) (2021-11-19)


### Bug Fixes

* types ([f30be15](https://github.com/hosseinmd/reactjs-view/commit/f30be1584db2baeb53ca294354e40340a123ce37))




- types ([f30be15](https://github.com/hosseinmd/reactjs-view/commit/f30be1584db2baeb53ca294354e40340a123ce37))

## [0.2.1](https://github.com/hosseinmd/reactjs-view/compare/v0.2.0...v0.2.1) (2021-11-19)


### Bug Fixes

* loader ([1856b4f](https://github.com/hosseinmd/reactjs-view/commit/1856b4f7dda7913dfd3718c3c9ba41020f56b939))




- loader ([1856b4f](https://github.com/hosseinmd/reactjs-view/commit/1856b4f7dda7913dfd3718c3c9ba41020f56b939))

# [0.2.0](https://github.com/hosseinmd/reactjs-view/compare/v0.1.2...v0.2.0) (2021-11-19)


### Features

* add setDefaultIndicator ([8c6c61a](https://github.com/hosseinmd/reactjs-view/commit/8c6c61a098040c14c98f2b59961763bbf8377f4f))




- add setDefaultIndicator ([8c6c61a](https://github.com/hosseinmd/reactjs-view/commit/8c6c61a098040c14c98f2b59961763bbf8377f4f))

## [0.1.2](https://github.com/hosseinmd/reactjs-view/compare/v0.1.1...v0.1.2) (2021-11-19)


### Bug Fixes

* add scope to jss test ([7c683ef](https://github.com/hosseinmd/reactjs-view/commit/7c683efdc0481c229ce3f61e76545f86f3c91371))




- add scope to jss test ([7c683ef](https://github.com/hosseinmd/reactjs-view/commit/7c683efdc0481c229ce3f61e76545f86f3c91371))

## [0.1.1](https://github.com/hosseinmd/reactjs-view/compare/v0.1.0...v0.1.1) (2021-11-19)


### Bug Fixes

* tests direname ([d2070b5](https://github.com/hosseinmd/reactjs-view/commit/d2070b5a45f99c867bd1abf271529886b9876790))




- tests direname ([d2070b5](https://github.com/hosseinmd/reactjs-view/commit/d2070b5a45f99c867bd1abf271529886b9876790))

# [0.1.0](https://github.com/hosseinmd/reactjs-view/compare/v0.0.2...v0.1.0) (2021-11-19)


### Features

* add tests ([3ac5466](https://github.com/hosseinmd/reactjs-view/commit/3ac54666c33f582fa335655f0f7c1e75bc7b0d56))




- add tests ([3ac5466](https://github.com/hosseinmd/reactjs-view/commit/3ac54666c33f582fa335655f0f7c1e75bc7b0d56))

## [0.0.2](https://github.com/hosseinmd/reactjs-view/compare/v1.5.14...v0.0.2) (2021-11-17)

**Note:** Version bump only for package plusweb





## 1.5.14 (2021-11-17)

**Note:** Version bump only for package plusweb
10 changes: 3 additions & 7 deletions config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,16 @@ const ESLintPlugin = require("eslint-webpack-plugin/");
// parser,
// );


module.exports = {
// The Webpack config to use when compiling your react app for development or production.
webpack: (config, env) => {
config.resolve.plugins = config.resolve.plugins.filter(
(plugin) => !(plugin instanceof ModuleScopePlugin),
);


const __DEV__ = env !== "production";

config.plugins.push(
new webpack.DefinePlugin({ __DEV__ }),
);
config.plugins.push(new webpack.DefinePlugin({ __DEV__ }));

config.plugins = config.plugins.filter((v) => !(v instanceof ESLintPlugin));

Expand Down Expand Up @@ -55,10 +51,10 @@ module.exports = {
// "<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
// "<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}",
// ]),
(config.setupFiles = [
config.setupFiles = [
...(config.setupFiles || []),
path.join(__dirname, "./path/jestSetupFile.js"),
]);
];
config.globals = {
...config.globals,
__DEV__: true,
Expand Down
9 changes: 2 additions & 7 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"packages": [
"src/component",
"src/core",
"src/asset",
"src/stories"
],
"packages": ["src/component", "src/core", "src/asset", "src/stories"],
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand All @@ -16,4 +11,4 @@
}
},
"version": "0.7.2"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"jest-watch-typeahead": "^0.6.2",
"lerna": "^4.0.0",
"prettier": "^2.2.1",
"prettier-plugin-jsdoc": "^0.3.24",
"prettier-plugin-jsdoc": "^0.3.30",
"prettier-plugin-organize-imports": "^2.3.4",
"react": "^17.0.2",
"react-app-rewired": "^2.1.8",
Expand Down Expand Up @@ -86,4 +86,4 @@
"last 1 safari version"
]
}
}
}
Loading

0 comments on commit b3e2bf4

Please sign in to comment.