introduction.html 847 B

123456789101112131415161718
  1. <section>
  2. <p>
  3. Select2 offers limited backwards compatibility with the previously 3.5.x
  4. release line, allowing people more efficiently transfer across releases
  5. and get the latest features. For many of the larger changes, such as the
  6. change in how custom data adapters work, compatibility modules were
  7. created that will be used to assist in the upgrade process. It is not
  8. recommended to rely on these compatibility modules, as they will not
  9. always exist, but they make upgrading easier for major changes.
  10. </p>
  11. <p>
  12. <strong>The compatibility modules are only included in the
  13. <a href="index.html#builds-full" class="alert-link">full builds</a> of
  14. Select2</strong>. These files end in <code>.full.js</code>, and the
  15. compatibility modules are prefixed with <code>select2/compat</code>.
  16. </p>
  17. </section>