Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/0.9.4 #142

Merged
merged 73 commits into from
Jun 25, 2020
Merged

Release/0.9.4 #142

merged 73 commits into from
Jun 25, 2020

Conversation

DominikGuzei
Copy link
Member

@DominikGuzei DominikGuzei commented Jun 25, 2020

This PR merges the 0.9.4 release into master

MarcusHurney and others added 30 commits January 10, 2020 17:02
…css-modules-notation

Add support for *.module.scss file name convention
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-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
…-repeat' into develop

# Conflicts:
#	package.json
#	source/components/PasswordInput.js
#	stories/PasswordInput.stories.js
# Conflicts:
#	CHANGELOG.md
#	__tests__/__snapshots__/Tooltip.test.js.snap
#	package.json
#	source/components/Bubble.js
#	source/components/HOC/GlobalListeners.js
#	source/components/PasswordInput.js
#	source/components/ScrollBar.js
#	source/components/Select.js
#	source/components/Tooltip.js
#	source/skins/simple/PasswordInputSkin.js
#	source/skins/simple/TooltipSkin.js
#	source/themes/API/tooltip.js
#	source/themes/simple/SimplePasswordInput.scss
#	source/themes/simple/SimpleTooltip.scss
#	stories/PasswordInput.stories.js
#	stories/PasswordInput.stories.scss
#	stories/Tooltip.stories.js
#	yarn.lock
@DominikGuzei DominikGuzei requested a review from a team June 25, 2020 10:20
@DominikGuzei DominikGuzei self-assigned this Jun 25, 2020
@nikolaglumac nikolaglumac merged commit cbd507d into master Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants