Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Releases: urin/jquery.tile.js

jquery.tile.js 1.1.0 Released

01 Mar 17:56

Choose a tag to compare

Enhancements

  • Improved performance and script size.

Bug fixes

  • When elements have different box-sizing property, the maximum height may be applied by wrong method.

jquery.tile.js 1.0.2 Released

27 Feb 17:56

Choose a tag to compare

Ehancements

  • Improved performance and readability.

jquery.tile.js 1.0.0 Released

19 Feb 15:27

Choose a tag to compare

Enhancements

  • Include padding of elements to calculate box height. (#2)
  • Include border of elements to calculate box height If the style box-sizing of the element is border-box. (#2)