backbone.layoutmanager
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/backbone.layoutmanager package

1.0.0 • Public • Published

LayoutManager

NPM version Build status Code coverage

Have a problem? Come chat with us!

Gitter

Maintained by Tim Branyen @tbranyen, Mike Pennisi @jugglinmike, Simon Boudrias @SBoudrias, and @ssafejava with help from awesome contributors!

Provides a logical foundation for assembling layouts and views within Backbone. Designed to be adaptive and configurable for painless integration. Well tested, with full code coverage, in both the browser and Node.js environments.

Depends on Underscore, Backbone, and jQuery. You can swap out the dependencies with a custom configuration.

Documentation

http://layoutmanager.org/

Migrating from 0.8

http://layoutmanager.org/From-0.8-to-0.9

Release notes

  • Backbone 1.2.0 support
  • Ensures cancelAnimationFrame does not exist before polyfilling

Full Release Log

Contributing

Please read and follow the contribution guide before contributing.

Running the unit tests

Open test/index.html in your browser to run the test suite.

Headless:

Install Node.js, Grunt.js 0.4, and run npm install -q inside the project directory.

Make sure you've installed grunt-cli globally with:

npm install grunt-cli -gq

Run grunt inside a terminal in the project directory to run the tests in both a headless browser and Node.js environment.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    32
    • latest

Version History

Package Sidebar

Install

npm i backbone.layoutmanager

Weekly Downloads

162

Version

1.0.0

License

none

Last publish

Collaborators

  • tbranyen