Results 78 comments of bumbu

I agree on fact that this issue shouldn't be a stopper, we can still add minor versions to v3.

I did start working on this. There will be few major changes: - Events system (`on`, `off`, `trigger` as in jQuery) instead of old callbacks (`onPan`, `onZoom`) - Middlewares system...

- Event system is implemented. - Middlewares idea was merged into events. So events now can be prevented and canceled. Changing event's payload data will update the data that is...

Hey @ariutta, Regarding animation: I agree that ideally the library would provide the bare minimum (aka pan and zoom) and animations would come as an add-on/extension. As for the future...

For now I would change all `zoom` methods to accept a second (optional argument). Or maybe accept as a `scale` not only a number but also an object such as...

- If `enableSeparateZooms` is set and old `getZoom` is called - we can simply return X zoom but show a warning in console. Throwing an error may make sense so...

Nice work. It looks really good. I'm currently working on #98 and I do plan to add separate zooms into it. There are many changes in core but I may...

If your work works well and has tests then I'll merge it into v3. v4 is pretty big in term of internal changes so it may take some time to...

Hi @toolchild, This is a very good proposal. I completely agree with your reasoning and the solution sound good. As you mentioned, that would be a breaking change, so a...

Hi @toolchild Thank you for your reply. I agree with you and with the fact that middle ground solution is the best for now. Unfortunately I also don't have much...