Skip to content

Comment on Backbone.js 1.1 is outparent

Comments

You're missing a lot, but you would have had to peruse the commits that have been happening over the past year to know how much has changed.

I'm not sure how to proceed with my own LayoutManager plugin. Hoping someone will PR a fix making it compatible, because my initial attempt told me it wasn't going to be trivial.

Looking into it, it seems like most of your issues stem from the fact that you depended on View._configure being called during initialization. You overwrite it here:

https://github.com/tbranyen/backbone.layoutmanager/blob/mast...

but this was completely removed with the update:

https://github.com/jashkenas/backbone/compare/1.0.0...1.1.0#...

In backbone's defense, that wasn't part of its public API, but it does make updating challenging. I'll give it a try and see if I can be of some help.

What are the issues you're seeing with LayoutManager? Are they reflected in the changelog or hidden in commit messages?

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.