Skip to content

Releases: dabapps/roe

Fix typo in auto spacing classes

02 Oct 12:02
5053049
Compare
Choose a tag to compare

Pagination components

14 Sep 11:20
008b701
Compare
Choose a tag to compare

Added pagination and pagination display components

#242

Drop support for less 2

03 Aug 13:19
d20d4ad
Compare
Choose a tag to compare

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

24 Feb 11:50
8faa35f
Compare
Choose a tag to compare

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).

#333

Text align justify

23 Sep 14:19
159e7e5
Compare
Choose a tag to compare

Atomic margin & padding auto classes (and a few package improvements)

13 Jun 17:03
a0e1a47
Compare
Choose a tag to compare

Atomic classes: #309

NPM Ignore updates: #308
Dependency improvements: #310
TSConfig updates: #311

Fixed footer / footer className fix

11 Jun 16:27
2620a02
Compare
Choose a tag to compare

Button refactor (fixes rendering bug, exposes more variables)

05 Apr 12:53
e1e32b4
Compare
Choose a tag to compare

#302

Buttons now always render borders (may affect layout)

Modal width variables

05 Apr 12:42
6876852
Compare
Choose a tag to compare

Collapse overflow fix v2

07 Mar 16:02
3b678ed
Compare
Choose a tag to compare