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/linkis 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-monospaceis too long, pickfont-code
define font styles; change namespaces
Breaking changes
- changed namespaces to
respo-ui.corerespo-ui.colors - added
font-normalfont-fancyfont-mono