0.5.3
Changes
- Created a very detailed demo to explain h-box. Try it out here.
- Added :max-width and :max-height to all box components.
- Added :style parameter to all tab components.
- Added :flex parameter to [p] component.
- [gap]
- Added :width and :height parameters.
- Added results boxes for demo1 in [gap] demo page.
- [h/v-split]
- Added :size, :width and :height parameters.
- Updated descriptions.
- Popover components
- Updated popover descriptions to match the actual situation that :showing? MUST be an atom.
- Added :style parameter to [close-button].
- Added :close-button? parameter to [popover-tooltip].
- Changed close icons in popovers and alerts to material design icons.
Fixes
- Addressed issue #7 - [label] only works with strings and not hiccup syntax.
- Fixed an [h-box/v-box] :gap issue where for example, an h-box with :gaps directly within another h-box will cause their parent container to incorrectly size itself.
- Fixed bug in [popover-anchor-wrapper] where :flex wasn't being set.
- Fixed bug in tabs where (id-fn %) has not been added.
- Fixed bug - padding on close button in :size editor.
- Fixed bug - wrapping ":status-icon?" text.