Releases: Respo/respo-ui.cljs
Releases · Respo/respo-ui.cljs
Release package with respo.core
Newer versions of Respo uses respo.core
.
Upgrade to respo.core
Switching from respo.macros
to respo.core
https://github.com/Respo/respo/releases/tag/0.9.0
add row-middle
Add row-middle
for display in horizontally center but start from left.
Change to fullscreen
Change overflow: auto
in fullscreen.
Update styles of input and buttons
Update styles of input and buttons.
Add comp-ion
Feature
- new icon component for adding inline styles:
(respo-ui.comp.icon/comp-ion :home {:color :red})
renamed ui/clickable to ui/link
Refine
ui/link
is the link style.- updated home page.
- disabled colors page.
Add comp-icon
Feature
- add components to render icons:
(respo-ui.comp.icon/comp-icon :flash)
(respo-ui.comp.icon/comp-ios-icon :bell)
(respo-ui.comp.icon/comp-android-icon :cart)
font-mono -> font-code
Refine
- the name
font-monospace
is too long, pickfont-code
define font styles; change namespaces
Breaking changes
- changed namespaces to
respo-ui.core
respo-ui.colors
- added
font-normal
font-fancy
font-mono