Skip to content
This repository was archived by the owner on Aug 19, 2019. It is now read-only.

Releases: rebem/core-components

v0.6.1

24 Aug 07:44

Choose a tag to compare

🔧 popup: allow passing any props, but filter them so they wouldn't leak into DOM element

v0.6.0

07 Jul 10:24

Choose a tag to compare

✔️ fix some props leaking into DOM-elements in select, popup and tabs components causing warning in react@15.2.0

v0.5.0

12 May 05:24

Choose a tag to compare

🔧 rename LabelGroup into FieldGroup with minor internal changes
➕ add Label component

v0.4.4

06 May 11:38

Choose a tag to compare

✔️ fix missing index.js in v0.4.3 (caused by npm bug npm/npm#5082)

v0.4.3

06 May 11:07

Choose a tag to compare

✔️ revert changes from v0.4.2. Current onClick behavior is intentional, to let user focus (ex: input) or trigger (ex: checkbox, radio) form element. If you have something complex inside label-group, you probably should use different component.

v0.4.2

15 Apr 08:40

Choose a tag to compare

✔️ fix label-group having label tag instead of div which caused weird onClick behaviour

v0.4.1

08 Apr 06:29

Choose a tag to compare

✔️ tabs: fix exception on tab click when onTabChange handler is not specified

v0.4.0

07 Apr 10:34

Choose a tag to compare

♻️ remove redundant dependencies which are not used anymore (component-uid, eventemitter3)

v0.3.4

01 Apr 15:12

Choose a tag to compare

🔧 button: value prop is an empty string by default (fixes #5)
♻️ bump reBEM

v0.3.3

20 Mar 13:17

Choose a tag to compare

➕ button: support for optional type prop