The jQuery team has just released jQuery 1.3.1. This is mainly a bugfix release. You can view the fixed bugs on the jQuery bug tracker. You can download this release by visiting the jQuery Downloads page, or more directly, the 1.3.1 Release Download page.
The blog post regarding this release makes a few important points to be aware of:
- jQuery support for Safari 2 is being phased out.
- Safari 2 has been superceded by Safari 3 and no longer has an appreciable market share.
- Packed versions of jQuery will no longer be available.
- Packed scripts make debugging more difficult, cause platform incompatibilities (e.g. Adobe Air, Caja), and can actually increase loading times in many cases versus a plain minified script.
This update should not contain any breaking changes. Happy jQuerying!