Releases: rebem/core-components
v0.6.1
v0.6.0
✔️ fix some props leaking into DOM-elements in select, popup and tabs components causing warning in react@15.2.0
v0.5.0
🔧 rename LabelGroup into FieldGroup with minor internal changes
➕ add Label component
v0.4.4
✔️ fix missing index.js in v0.4.3 (caused by npm bug npm/npm#5082)
v0.4.3
✔️ 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
✔️ fix label-group having label tag instead of div which caused weird onClick behaviour
v0.4.1
✔️ tabs: fix exception on tab click when onTabChange handler is not specified
v0.4.0
♻️ remove redundant dependencies which are not used anymore (component-uid, eventemitter3)
v0.3.4
v0.3.3
➕ button: support for optional type prop