Skip to content

Releases: Sharktower/ui-react

v5.2.0

Choose a tag to compare

@rose-st rose-st released this 30 Jan 14:23

UI React v5.2.0 (2020-01-30 14:22:52)

Usability: adding tabindex and component ref for some fields

Adds tabindex and component ref for some fields

Backwards Compatibility Implications

None

New Features

  1. Clear button ref and tabIndex for DateField's TextField
  2. Ref and tabIndex for DateField's TextField
  3. Adding tabIndex for TextArea
  4. Clear button ref and tabIndex for TextField

Bug Fixes

None

Small Bug fix for Tooltips

Fixed the animation issue where the initial position of the tooltip was on top of the trigger, which would cause the tooltip to not show. Changed the default tooltip position to 'auto'.

Backwards Compatibility Implications

  • Tooltips will now use 'auto' positioning by default, so if no position is specified through props, it will calculate the best position instead of defaulting to top-center position.

New Features
None

Bug Fixes

  • Fixed bug where tooltip wasn't triggered when approaching the trigger element from the top or sides, this was caused by the animation 'colliding' with the cursor hovering over the trigger element, which triggered the onMouseLeave event.

Performance Improvements
None

v5.1.3

Choose a tag to compare

@rose-st rose-st released this 29 Jan 15:20
ebffb5c

UI React v5.1.3 (2020-01-29 15:20:47)

Small Bug fix for Tooltips

Fixed the animation issue where the initial position of the tooltip was on top of the trigger, which would cause the tooltip to not show. Changed the default tooltip position to 'auto'.

Backwards Compatibility Implications

  • Tooltips will now use 'auto' positioning by default, so if no position is specified through props, it will calculate the best position instead of defaulting to top-center position.

New Features
None

Bug Fixes

  • Fixed bug where tooltip wasn't triggered when approaching the trigger element from the top or sides, this was caused by the animation 'colliding' with the cursor hovering over the trigger element, which triggered the onMouseLeave event.

Performance Improvements
None

Release v5.1.2

5.1.1 was unpublished by mistake, now we can republish it again, so we are increasing the version to 5.1.2.

5.1.3

Choose a tag to compare

@rose-st rose-st released this 29 Jan 17:36
ebffb5c

UI React 5.1.3 (2020-01-29 17:36:10)

Small Bug fix for Tooltips

Fixed the animation issue where the initial position of the tooltip was on top of the trigger, which would cause the tooltip to not show. Changed the default tooltip position to 'auto'.

Backwards Compatibility Implications

  • Tooltips will now use 'auto' positioning by default, so if no position is specified through props, it will calculate the best position instead of defaulting to top-center position.

New Features
None

Bug Fixes

  • Fixed bug where tooltip wasn't triggered when approaching the trigger element from the top or sides, this was caused by the animation 'colliding' with the cursor hovering over the trigger element, which triggered the onMouseLeave event.

Performance Improvements
None

Release v5.1.2

5.1.1 was unpublished by mistake, now we can republish it again, so we are increasing the version to 5.1.2.

v5.1.2

Choose a tag to compare

@FerreiraRaphael FerreiraRaphael released this 06 Dec 18:54

5.1.1 was unpublished by mistake, now we can republish it again, so we are increasing the version to 5.1.2.

v5.1.1

Choose a tag to compare

@FerreiraRaphael FerreiraRaphael released this 06 Dec 17:11

UI React v5.1.1 (2019-12-06 14:11:22)

Fix DateField and Tooltip hide and show and text area height

Backwards Compatibility Implications

None

New Features

None

Bug Fixes

  • Fix Tooltip show and hide, now it should remove and add the component instead of changing its opacity and z-index.
  • Fix TextArea height

Performance Improvements

Miscellaneous

Bump fstream from 1.0.11 to 1.0.12

Bumps fstream from 1.0.11 to 1.0.12.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bump electron from 1.8.6 to 1.8.8

Bumps electron from 1.8.6 to 1.8.8.

Commits
Maintainer changes

This version was pushed to npm by electron-nightly, a new releaser for electron since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bump stringstream from 0.0.5 to 0.0.6

Bumps stringstream from 0.0.5 to 0.0.6.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency ...
Read more

v5.1.0

Choose a tag to compare

@FerreiraRaphael FerreiraRaphael released this 13 Nov 18:42

UI React v5.1.0 (2019-11-13 15:42:29)

Add on Open and Close event props to AvatarMenu Component

Backwards Compatibility Implications

None

New Features

#AvatarMenu new Props

  • onMenuClose: () => void,
  • onMenuOpen: () => void,

Bug Fixes

None

Performance Improvements

Miscellaneous

Textarea - Validation message under the field

Backwards Compatibility Implications
None

New Features
Allow the use of a validation message that will be shown under the textarea field (instead of a tooltip for error)

Bug Fixes
None

Miscellaneous
Adds an optional validation message under the field as an alternative to tooltipError
TextArea with validation message

  1. Choose the type of validation message to message (the default is tooltip)
  2. Provide a value for validationMessage
  3. When the isValid is false the message will be shown under the textarea field

Bump fstream from 1.0.11 to 1.0.12

Bumps fstream from 1.0.11 to 1.0.12.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bump electron from 1.8.6 to 1.8.8

Bumps electron from 1.8.6 to 1.8.8.

Commits
Maintainer changes

This version was pushed to npm by electron-nightly, a new releaser for electron since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bump stringstream from 0.0.5 to 0.0.6

Bumps stringstream from 0.0.5 to 0.0.6.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot reba...

Read more

v5.0.0

Choose a tag to compare

@FerreiraRaphael FerreiraRaphael released this 12 Nov 18:54

UI React v5.0.0 (2019-11-12 15:53:54)

Textarea - Validation message under the field

Backwards Compatibility Implications
None

New Features
Allow the use of a validation message that will be shown under the textarea field (instead of a tooltip for error)

Bug Fixes
None

Miscellaneous
Adds an optional validation message under the field as an alternative to tooltipError
TextArea with validation message

  1. Choose the type of validation message to message (the default is tooltip)
  2. Provide a value for validationMessage
  3. When the isValid is false the message will be shown under the textarea field

Add auto position prop to tooltip

Backwards Compatibility Implications

  • Changes the meaning of tooltip position names. left now means "to the left of the component" rather than "originating from the left edge"

New Features

  • Adds 'auto' value for tooltip position enum
  • Positions tooltip as far from screen edge as possible

Bug Fixes

None

Performance Improvements

None

Miscellaneous

Peek 2019-09-02 14-50

v4.1.0

Choose a tag to compare

@jfrej jfrej released this 19 Sep 14:50

UI React v4.1.0 (2019-09-19 15:50:17)

Add background colour to avatar images

Backwards Compatibility Implications

None - unless someone relied on no background colour and user initials being visible behind transparent images.

New Features

  • Added white background colour to <Avatar> images to ensure user initials are not visible behind transparent images.

Bug Fixes

None

v4.0.0

Choose a tag to compare

@jfrej jfrej released this 23 May 16:00

UI React v4.0.0 (2019-05-23 17:00:27)

Fix broken TextArea autosizing and focus

Backwards Compatibility Implications

None

New Features

None

Bug Fixes

  • Fixed TextArea loosing its autosize and focus when rendering tooltips

Change primary Button gradient colours

Backwards Compatibility Implications

  • Changed primary Button gradient colours according to new brand guidelines

New Features

None

Bug Fixes

None

Add title prop to all icons

Backwards Compatibility Implications

None

New Features

  • Added title prop to all icon components

Bug Fixes

None

Improve IconProject SVG image alignment and add title prop

Backwards Compatibility Implications

  • Modified IconProject's SVG image alignment and viewBox which might cause small layout issues

New Features

  • Added title prop to IconProject

Bug Fixes

  • IconProject's viewBox no longer uses negative values

v3.9.0

Choose a tag to compare

@jfrej jfrej released this 21 Jan 16:23

UI React v3.9.0 (2019-01-21 16:23:02)

Add minLength and maxLength props to TextField

Backwards Compatibility Implications

None

New Features

  • Added minLength and maxLength props to TextField

Note: Because we allow client code to completely control (e.g.) validation state on TextField, there isn't an easy way of showing when an input value is too short. This is reflected in the updated documentation.

Bug Fixes

None