Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This documentation is structured in such a way that, when migrating, you can check if any change is applicable for your situation.

 

Contents

Table of Contents

jQuery migrate requirements

Applicable for all new versions since v1.2.0

jQuery migrate is no longer required to support jQuery v1.9.x or higher. We do not yet support jQuery v2.x

Accessibility changes - part 1

Applicable for all new versions since v1.1.4

...

Code Block
.pcac_label {
	position: absolute;
	left: -900em;
}

 

Accessibility changes - part 2

Applicable for all new versions since v1.1.5

...