Skip to content

Releases: dfee/rbx

v2.2.0

14 Jun 09:52
Compare
Choose a tag to compare
  • Bulma 0.7.5 compatibility
  • Added Bulma-Extensions (Tooltip, Badge, Divider, PageLoader)
  • Upgraded to TypeScript 3.5
  • Replaced Partial<{...props}> code with optional (?) props

Bulma 0.7.4 Compatibility

09 Feb 23:59
Compare
Choose a tag to compare

Added:

  • Fieldset component (with disabled prop)
  • Button.Group size prop
  • Tag.Group size prop
  • Image.Container appends has-ratio to children when a "ratio-size" is used.

Changes:

  • IMAGE_CONTAINER_DEFAULTS split sizes into dimmensions and ratios to better reflect Bulma structure.
  • Progress no longer has default value prop = 0. I.e. it can now be an "indeterminate" progress bar.

Updated:

  • Bulma 0.7.4

v2.0.4

31 Jan 20:38
Compare
Choose a tag to compare

Updated @types/react to ^16.8.0

v2.0.3

26 Jan 18:30
Compare
Choose a tag to compare

Update @types/react and fixed bugs relating to React.Children possibly returning null or {}.

v2.0.2

25 Jan 19:45
Compare
Choose a tag to compare

Fix for canUseDom. HT: @jasonblalock

v2.0.1

24 Jan 06:49
Compare
Choose a tag to compare

Added the clipped prop to Modal.

v2.0.0

23 Jan 07:38
Compare
Choose a tag to compare
2.0.0

1.0.0-beta.7

22 Dec 17:53
Compare
Choose a tag to compare
1.0.0-beta.7 Pre-release
Pre-release
unified docs

1.0.0-beta.6

21 Dec 08:43
Compare
Choose a tag to compare
1.0.0-beta.6 Pre-release
Pre-release
version bump

1.0.0-beta.5

21 Dec 07:07
Compare
Choose a tag to compare
1.0.0-beta.5 Pre-release
Pre-release
removed globals.d.ts as those types aren't exported