Releases: dabapps/roe
Releases · dabapps/roe
Fix typo in auto spacing classes
Pagination components
Added pagination and pagination display components
Drop support for less 2
Roe now supports less 3 only, as of #337
If upgrading you should check that any less compiling dependencies support less 3, and that any of the following are updated:
Essentially less will no longer require calc()
calls to be wrapped in ~''
, and back-ticks (for inline javascript) are no longer enabled by default (and ideally should be removed).
This also contains a small dependency audit: #338
Update lifecycle methods
Swap deprecated willUpdate
methods for didUpdate
.
Move app rootwillMount
subscriber to constructor.
Ensure footer and nav-bar always notify the app root about changes (for size).
Text align justify
Atomic margin & padding auto classes (and a few package improvements)
Fixed footer / footer className fix
Button refactor (fixes rendering bug, exposes more variables)
Buttons now always render borders (may affect layout)