Tags: scbafk/re-com
Tags
Version 0.3.0 - BREAKING CHANGE: CSS changes - BREAKING CHANGE: To be compatible with Safari (and potentially others later), we should replace {:display "flex"}, {:flex "none"} etc. with new API calls. - Added cross-browser Flexbox support. Initially for Safari through the -webkit- browser prefix. Previously it rendered all boxes down the page (abysmally). - Exposed new box API functions: flex-child-style, justify-style, align-style, scroll-style - Added a new API call to complete the set: flex-flow-style - Refactored all re-com components to use the new box functions. - Refactored the demo to use the new box functions. - Further progress on the box demo.
Version 0.2.9: - BREAKING CHANGE: [layout] now expects standard reagent components rather than component functions. i.e [comp] rather than comp. - Other [layout] changes: - Added visual drag handle in middle of splitter. - Now using alternative mouse cursors. - Very light mouse over color (and handle colour darkens too). - Added a couple of helper functions to popover to neaten the code up. - In LHS menu, renamed "Basic" to "Basic Button"
PreviousNext