Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Releases for Flexify


Flexify 1.1.0

Supports flexible positioning. Compatibility with Opera 9, better IE6 compatibility. Better handling for edge cases.

Flexify 1.0.0-uncompressed

Uncompressed version.

Flexify 1.0.0-packed

Packed version of above release.

Flexify 1.0.0

First complete release. Increased compatibility with other browsers, fully rewritten .dimension() function, support for min-width on IE6, and more!

Flexify 1.0-rc-2

Many speed improvements. Nearly eliminated the "flash" effect caused by IE; preliminary support for IE6.

Flexify 1.0-rc-1

Completely revamped release. Removed CSS basis (to be added later in optional form), adopted a true "free space" model which allows scrollable content and the browser window to be resized to its minimum.

Flexify 0.9.2

Added support for scrollable content.

Flexify 0.9.1

Resizing window is improved. Further separated CustomCSSParser class, Flexify styles.

Flexify 0.9.0

Complete overhaul. Implements CSS parsing and custom properties, omits flex and orientation classes, and allows all dimensions (not just width and height) to be flexible.

Flexify 0.9.0

Complete overhaul. Implements CSS parsing and custom properties, omits flex and orientation classes, and allows all dimensions (not just width and height) to be flexible.

Flexify 0.8

Current stable release of Flexify. You can add the classes "flex", "horizontal", or "vertical" to any element to suggest how they reflow. You can also add spacers (a span element with the class "spacer" and "flex") to take up empty space. The provided .css file must be included in your project.

Flexify 0.8

Current stable release of Flexify. You can add the classes "flex", "horizontal", or "vertical" to any element to suggest how they reflow. The provided .css file must also be included in order for Flexify to work properly.