NOTE: I posted this to the blog last night, but I forgot to repost it
to the mailing list. Also, I've resolved two bugs with the code since
then and re-updated the source to reflect that.
The first post-1.0 release is now ready - and (as you would probably
expect) it's a bug fix release. I've been working on fixing up some of
the most pressing 1.0 bugs during the past couple days and I think
it's ready to go. So, without further ado - here's jQuery 1.0.1:
* jQuery 1.0.1
http://jquery.com/src/jquery-1.0.1.js
* jQuery 1.0.1 Compressed
http://jquery.com/src/jquery-1.0.1.pack.js
I definitely recommend that you upgrade to this release since it'll
only help make your development go easier (I expect that the next few
point releases will be rather feature-lite). Here's what's been fixed
in this release:
* Fixed Minor Documentation Flaws
* Fixed the issue with jQuery not packing correctly for Safari.
* Fixed some issues with .children() not working correctly.
* Fixed some issues with .remove() not working correctly.
* Apparently I accidentally removed :nth-child() — oops, it's back now.
* Fixed issues with .val() not working properly.
* Fixed issue with comment text being included in .text() results.
* Fixed issue with opacity being set to only 0.9999 for Opera, Safari, etc.
* Fixed issue with .attr( "disabled", false ) not working properly.
* Added fix for broken $("../..",foo).
* Added fix for stray script element that was left for IE for the
DOMReady hack.
* Added support for the native AJAX object in IE 7.
* Added native support for JSON data.
There's a couple more, less-pressing, bug fixes waiting in the queue,
with a bunch of nice enhancements coming up soon (especially for the
AJAX functions, thanks to Will Jessup). The next move is going to be
putting the finishing touches on the API documentation and moving
proj.jquery.com to jquery.com.
As always, if you spot any bugs, please feel free to post them to the
bug tracker (it helps me to keep tabs on everything, and keep it
organized).
Add New Bug:
http://proj.jquery.com/dev/bugs/new/
--John
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/