Skip to content

Releases: perimetre/ui

v3.1.2

22 Jul 18:15
883b71b
Compare
Choose a tag to compare

[3.1.2] - 2021-07-22

Added

  • Added replace function on HTMLParsedContent to convert links without http:// or https:// into a valid link

Fixed

  • Fixed bug on HTMLParsedContent that cause the links not to redirect properly

v3.1.1

21 Jul 17:08
be05c87
Compare
Choose a tag to compare

[3.1.1] - 2021-07-21

Fixed

  • Fixed bug on WYSIWYGInput component that cause the link form to not work properly

v3.1.0

12 Jul 18:19
edbdf2c
Compare
Choose a tag to compare

[3.1.0] - 2021-07-12

Added

  • Added option to make WYSIWYG component toolbar always fixed at top of container

v3.0.8

23 Jun 18:44
6b32691
Compare
Choose a tag to compare

[3.0.8] - 2021-06-23

Fixed

  • Fixed bug that would cause WYSIWYGInput component to send onChange events with stale data while initializing its editor state

v3.0.7

21 Jun 20:16
3050969
Compare
Choose a tag to compare

[3.0.7] - 2021-06-21

Changes

Modify hideBackdrop logic to make backdrop transparent instead of hidden

v3.0.6

21 Jun 17:00
20fc578
Compare
Choose a tag to compare

[3.0.6] - 2021-06-21

Added

  • Added minHeight at default-present with default spacing.

Fixed

  • Fixed a bug with height on the size property for WYSIWYG input component.

v3.0.5

21 Jun 12:54
de5c391
Compare
Choose a tag to compare

[3.0.5] - 2021-06-21

Added

  • Added size property to WYSIWYG input component.

v3.0.4”

09 Jun 17:24
ee7c3cf
Compare
Choose a tag to compare

[3.0.4] - 2021-06-09

Added

  • Added placement and hideBackdrop property to Drawer component

v3.0.3

03 Jun 19:14
ec3107c
Compare
Choose a tag to compare

[3.0.3] - 2021-06-03

Changes

  • Badge property content now accepts values of type number or string

Added

  • Added placement property to Badge component

Fixed

  • Fixed a bug that would cause Badge component to display the badge with no styles when content value is 0

v3.0.2

19 May 14:20
f7a39a4
Compare
Choose a tag to compare

[3.0.2] - 2021-05-19

Changes

  • Moved props ordering on Dropdown so other properties can be overidden to allow for further customization