Skip to content

Commit

Permalink
Release 0.9.5 (#149)
Browse files Browse the repository at this point in the history
* [DDW-829] Installs react-custom-scrollbars as dependency

* [DDW-829] Creates ScrollBar component

* [DDW-829] Creates SCROLLBAR identifier

* [DDW-829] Creates ScrollBarSkin using react-custom-scrollbars package

* [DDW-829] Exports ScrollBarSkin from index using identifier

* [DDW-829] Changes render prop to children

* [DDW-829] Adds SCROLLBAR_THEME_API

* [DDW-829] Adds theme api export

* [DDW-829] Creates SimpleScrollBar theme file

* [DDW-829] Exports SimpleScrollBar theme file

* [DDW-829] Adds configurable CSS vars to theme file

* [DDW-829] Swaps className prop for style prop

* [DDW-829] Adds ScrollBar story

* [DDW-829] Fixes ScrollBar height issue

* [DDW-829] Cleans up ScrollBar storybook styles

* [DDW-829] Updates CHANGELOG

* [DDW-829] Removes root class from ScrollBar's theme

* [DDW-829] Adds optionHeight prop to Options component

* [DDW-829] Adds optionHeight prop to OptionsSkin and fixes scroll bar height calculation

* Add support for *.module.scss file name convention

* [DDW-829] Adds big countries list for testing

* [DDW-829] Use maintained custom scrollbars package

* [DDW-829] Fixes ESLint warning in ScrollBar story

* [DDW-829] Arranges ScrollBar scss vars in ABC order

* [DDW-829] Makes ScrollBar thumb darker

* [DDW-829] Fixes ESLint error in Autocomplete behavior tests

* [DDW-829] Fix broken jest snapshots by using enzyme

While debugging a testing issue with the new scrollbar component i stumbled over the known problem of „react-test-renderer“ not being able to handle element refs correctly (since it doesn’t involve any real DOM rendering).

You can read more about that issue here: facebook/react#7740

This was the root cause and i couldnt make it work with react-test-renderer, so i refactored all the snapshot tests to use enzyme (which supports full DOM rendering). You can see the difference (react-test-renderer outputs a JSON with react component „markup“ whereas enzyme outputs only plain DOM nodes)

* [DDW-829] Updates CHANGELOG to include snapshot test refactoring

* Prepares CHANGELOG for 0.9.2 release

* 0.9.2

* 0.9.2-rc.1

* Fixes prepare-sass-files-for-publishing.js

* 0.9.2-rc.2

* [DDW-733] Implement password input component

* [DDW-733] Fixes ESLint warning

* [DDW-733] Fixes flow error

* [DDW-733] Fixes CSS variable names and adds comments to theme file

* [DDW-733] Updates CHANGELOG

* [DDW-1227] Fix options component dimensions (#135)

* [DDW-1227] Introduce a fix for options fixed height

* [DDW-1227] Add more optionHeight declarations

* [DDW-1227] Fix typo

* [DDW-1227] Add GlobalListeners mouse event on root element position

* [DDW-1227] Fix flow issues

* [DDW-1227] Update CHANGELOG

* [DDW-1227] Update stoybook stories due to latest changes

* [DDW-1227] CHANGELOG update

* Prepare release 0.9.3 (#136)

* Prepare release 0.9.3

* [DDW-246]: Eliminate usage of deprecated lifecycle methods (#138)

* [DDW-246]: Eliminate usage of deprecated lifecycle methods
* [DDW-246]: Restore single quote usage
* [DDW-246]: Fix props type in tooltip component

* [DDW-733] Refactor jest setup (#139)

Co-authored-by: Nikola Glumac <[email protected]>

* [DDW-170] Improved Password input (#140)

* [DDW-733] Refactor jest setup

* [DDW-733] Implement advanced password input

* [DDW-733] Refactor jest setup

* [DDW-733] Implement advanced password input

* [DDW-733] Center password input asteriks vertically

* [DDW-733] Refine indicator and tooltip styles

* [DDW-733] Add theme var for tooltip font-family

* [DDW-733] Fix tooltip default font-family

Co-authored-by: Nikola Glumac <[email protected]>

* [DDW-170] Improve password repeat feature

* [DDW-170] Update changelog

* [DDW-170] Prepare changelog for vNext

* 0.9.4-rc.1

* [DDW-170] Add className prop to password input

* 0.9.4-rc.2

* [DDW-170] Fix tooltip regression on hover

* 0.9.4-rc.3

* [DDW-170] Fixes show on focus feature

* 0.9.4-rc.4

* [DDW-170] Make tooltip border-radius configurable

* 0.9.4-rc.5

* [DDW-170] Remove margin from password input

* [DDW-170] Fix custom error logic

* 0.9.4-rc.6

* [DDW-170] Fix pw input bg colors

* 0.9.4-rc.7

* [DDW-170] Add dedicated flag for password repeats

* 0.9.4-rc.8

* [DDW-170] Improve password repeat feature (#141)

* [DDW-170] Improve password repeat feature

* [DDW-170] Update changelog

* [DDW-170] Prepare changelog for vNext

* 0.9.4-rc.1

* [DDW-170] Add className prop to password input

* 0.9.4-rc.2

* [DDW-170] Fix tooltip regression on hover

* 0.9.4-rc.3

* [DDW-170] Fixes show on focus feature

* 0.9.4-rc.4

* [DDW-170] Make tooltip border-radius configurable

* 0.9.4-rc.5

* [DDW-170] Remove margin from password input

* [DDW-170] Fix custom error logic

* 0.9.4-rc.6

* [DDW-170] Fix pw input bg colors

* 0.9.4-rc.7

* Bump lodash from 4.17.15 to 4.17.19

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump elliptic from 6.4.0 to 6.5.3 (#144)

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](indutny/elliptic@v6.4.0...v6.5.3)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [issue-145] Remove deprecated postinstall-build package (#146)

* [issue-145] Remove deprecated postinstall-build package

* [issue-145] Update changelog

* 0.9.5-rc.1

* Bump lodash.merge from 4.6.1 to 4.6.2 (#148)

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump node-sass from 4.13.0 to 4.13.1 (#147)

Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.0 to 4.13.1.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](sass/node-sass@v4.13.0...v4.13.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dominik Guzei <[email protected]>

* 0.9.5

Co-authored-by: MarcusHurney <[email protected]>
Co-authored-by: Danilo Prates <[email protected]>
Co-authored-by: Tomislav Horaček <[email protected]>
Co-authored-by: Yakov Karavelov <[email protected]>
Co-authored-by: Nikola Glumac <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
7 people authored Sep 21, 2020
1 parent cbd507d commit b781cb4
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 149 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The history of all changes to react-polymorph.
vNext
=====

0.9.5
=====

### Fixes
- Replaced deprecated postinstall-build package with npm `prepare` lifecycle [PR 146](https://github.com/input-output-hk/react-polymorph/pull/146)

0.9.4
=====

Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-polymorph",
"description": "React components with highly customizable logic, markup and styles.",
"version": "0.9.4",
"version": "0.9.5",
"scripts": {
"build": "cross-env yarn clean && yarn sass && yarn js",
"build:watch": "concurrently 'yarn js:watch' 'yarn sass:watch'",
Expand All @@ -11,7 +11,6 @@
"js:watch": "yarn js --watch",
"lint": "eslint --format=node_modules/eslint-formatter-pretty source stories *.js",
"prepare": "yarn clean && yarn build",
"postinstall": "postinstall-build lib --only-as-dependency",
"sass": "node 'scripts/prepare-sass-files-for-publishing.js'",
"sass:watch": "nodemon -e scss --watch source/themes --exec 'yarn sass'",
"storybook": "start-storybook -p 6543 -c storybook --ci",
Expand All @@ -25,7 +24,6 @@
"create-react-ref": "0.1.0",
"fast-password-entropy": "1.1.1",
"filter-react-dom-props": "0.0.2",
"postinstall-build": "5.0.1",
"react-modal": "3.1.12",
"react-scrollbars-custom": "4.0.21"
},
Expand Down Expand Up @@ -72,8 +70,8 @@
"identity-obj-proxy": "3.0.0",
"jest": "25.1.0",
"jest-enzyme": "7.1.2",
"lodash": "4.17.15",
"node-sass": "4.13.0",
"lodash": "4.17.19",
"node-sass": "4.13.1",
"nodemon": "1.12.1",
"prettier": "2.0.5",
"prettier-eslint": "9.0.1",
Expand Down
Loading

0 comments on commit b781cb4

Please sign in to comment.