onurcano
onurcano

Reputation: 415

Difference between JQuery v1.10.2 and 1.12.0

I'm working on a template which uses JQuery v1.10.2 and want to upgrade it.

Can I use 1.12.0 instead of it?

EDIT: I'm only using the template, not creating it.

Upvotes: 4

Views: 2450

Answers (1)

conradkleinespel
conradkleinespel

Reputation: 6997

Upgrading from 1.10 to 1.11 was said not to break code. And upgrading from 1.11 to 1.12 was also said not to break code.

Therefore, I would say you don't run any risk upgrading from 1.10 to 1.12. However, you should always run some tests before deploying code to production after upgrading jQuery (or any other library you use).

Upvotes: 6

Related Questions