Reactist follows semantic versioning and doesn't introduce breaking changes (API-wise) in minor or patch releases. However, the appearance of a component might change in a minor or patch release so keep an eye on redesigns and make sure your app still looks and feels like you expect it.
- [Redesign] The
<Loading />
indicator is now a spinning circle instead of three bouncing dots
- [Tweak] Inactive tabs use the secondary font color instead of custom gray
- [Tweak] Darkened primary and secondary font colors for improved readability
- [New] Added support for the
style
property to<Modal.Box />
and<Modal.Body />
for when a className is not enough
- [Tweak] Sets the default value of the
delayShow
of the<Tooltip />
component to 500ms (0.5s) instead of 1s
- [Tweak] Set the margin of
<Select />
to 0 to avoid browser inconsistencies in Safari
- [Tweak] Instead of using the default delay of 1s (1000ms) for tooltips when hovering the
<Time />
component we now use 500ms (0.5s)
- [Redesign] The
<ColorPicker />
can now show an optional active indicator on the selected color item.- Additionally, we no longer hide the active color from the selection. That means you might need to check in your code that an actual change occurred.
- [Bug] When supplying an invalid
color
prop to the<ColorPicker />
it would crash. Now it selects the first color in thecolorList
.
- [Tweak] Increased the size of the white inner ring that appears when hovering a color item of the
<ColorPicker />
- [Redesign] New design for the
<ColorPicker />
- It now shows the color name on hover – when supplied through the
colorList
prop
- It now shows the color name on hover – when supplied through the
- [Bug]
<Tooltip />
s are now correctly displayed in absolutely positioned elements (esp.<Dropdown />
s)
... we failed to write a changelog before that version you could probably scroll through the commit history to find out more. Sorry!