8000 Tags · akaivola/re-com · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: akaivola/re-com

Tags

v0.3.0

Toggle v0.3.0's commit message
Version 0.3.0

 - BREAKING CHANGE: CSS changes
 - BREAKING CHANGE: To be compatible with Safari (and potentially others later), we should replace {:disp
8000
lay "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.

v0.2.9

Toggle v0.2.9's commit message
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"

v0.2.8

Toggle v0.2.8's commit message
Merge branch 'feature/gregg-33' into develop

0.2.6

Toggle 0.2.6's commit message
Merge branch 'feature/gregg-31' into develop

0.2.5

Toggle 0.2.5's commit message
Version 0.2.5

 - lot's of good stuff: typography, rewording, reformatting, reorganising and so on.
 - breaking change is updated CSS file

v0.2.2

Toggle v0.2.2's commit message
Various:

 - BREAKING CHANGE: Updated version to 0.2.2
 - BREAKING CHANGE: Now all component functions should be accessed from re-com.core.
 - Dropped back to CLJS 2843

v0.2.1

Toggle v0.2.1's commit message
Various:

 - BREAKING CHANGE: Updated version to 2.0.1
 - BREAKING CHANGE: Renamed re-com.core to re-com.misc and updated all components.
 - BREAKING CHANGE: Moved label and title to re-com.text.cljs and updated many components.
 - POTENTIAL BREAKING CHANGE: Modified the label component to be an inline element (like a [:span]) rather than a block level element (like a [:div]). Main implication is that it plays well within other [labels] and [:span]s.
 - Upgraded ClojureScript to 0.0-3058.
 - Made sure all demo tabs have a "Notes" section.
 - Added "Status: Beta" to all component demo pages.
 - Major re-org of tabs demo to be more consistent with the others.
 - Brought tour demo up to scratch with the other ones.
 - Copied index_dev.html visual changes to index_prod.html.
 - Update GitHub hyperlinks to point to master branch for prod version and develop branch for dev version.
 - [STILL IN PROGRESS] Now supports Secretary routes and goog history functionality.
 - Added lein-s3-static-deploy to allow syncing prod version of demo with an AWS bucket.

v0.2.0

Toggle v0.2.0's commit message
Various:

 - Changed namespace of input-time component from re-com.time => re-com.input-time to be consistent with the other components. Therefore…
 - Bumped version to "0.2.0"
 - Renamed a few more namespaces but only in the demo.
 - Added "Component Source" and "Page Source" links to the top of all demo pages to link to the corresponding GitHub page. Currently points to develop branch
 - Made the underline on all demo titles stretch to the end of the page.
 - Wrote goog-date? and regex? validators.
 - Fixed tests to get past the "iron fist of Gregg".

v0.1.2-alpha

Toggle v0.1.2-alpha's commit message
Updated version number in project.clj

v0.1.1-alpha

Toggle v0.1.1-alpha's commit message
Version 0.1.1

 - Updated project.clj modified jar files exclusions for local maven repo and added some aliases
 - Created a resources folder to add stuff to the maven repo
 - Made it work under HTML5 (previously using quirks mode)
 - Added h-scroll responsive splitter
0