Skip to content

Update with changes from the source repo (like compatibility with react 18) - #11

Open
BioRodney wants to merge 49 commits into
masterfrom
casesandberg-master
Open

Update with changes from the source repo (like compatibility with react 18)#11
BioRodney wants to merge 49 commits into
masterfrom
casesandberg-master

Conversation

@BioRodney

Copy link
Copy Markdown

Merge the changes from the source repo into our repo, this should fix some react 18 compatibility issues

andrew-pyleand others added 30 commits April 20, 2019 11:34
* tinycolor2 makes lossy conversion of hex to hsl, so equality
comparisons fail
* Compare absolute value of difference to epsilon, instead of using
Math.round and equality checking
setUpdatedValue on EditableInput had a check that checked props.label not being null
in BlockPicker case label was undefined which caused the onChange to be called with
and object instead of hex string.
* extended chrome props to accept a default view on render
* added view alpha logic in chrome constructor
* componentWillReceiveProps -> componentDidUpdate
* fix bug in state logic
* Added feature to pass down children to Checkboard component
* Added tests for passed down children in checkboard
* example with hooks
* Delete yarn.lock
* Delete README.md
Co-authored-by: Saikat Bhattacharya <saikat.bhattacharya@freshworks.com>
* remove isvalidhex validation from Swatches
Changes `Swatches` to be consistent with functionality `Github` and `Circle`
* remove unused color helper
Co-authored-by: case <casandbe@amazon.com>
* fix(photoshop): fix rgb label styles
* fix(photoshop): update photoshop snapshot
pizza3and others added 19 commits August 14, 2020 13:21
* Added google picker
* Added google picker tests
* Added snapshots and story for google picker
* Added isvalidColorString() check
* Added tests for isvalidColorString
* Added custom header
* Removed unused styles
Co-authored-by: Jefferson Vieira da Silva <s2it_jvieira@pagseguro.com>
* Emit es module
* Use lodash-es instead of lodash
* Fix failing tests
* Build es before publish
* Upgrade node to 12
* Tests are working
* Revert "Upgrade node to 12"
This reverts commit d9a8ada.
* Publish es folder also on npm
Co-authored-by: Atif Afzal <aafzal@sumologic.com>
Use lodash-es in esm and lodash in commonjs
compoent render in parent iframe page
Co-authored-by: 周俊辉 <zhoujunhui@supcon.com>
* Fix Export Default Exports
* Fix Helper Imports
…e-shaking-for-webpack
add side-effects prop to package.json
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

14 participants

@BioRodney@andrew-pyle@casesandberg@erkkaha@arrayofone@mfix22@kriscarle@merceyz@avo@morozserge1st@pizza3@jefferson-vieira@atfzls@z2015