The ESRI ArcGIS JavaScript API has been updated to version 1.2. The ArcGIS Server Blog has the details. Remember to update your code with the new version:
<script src="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=1.2" type="text/javascript">
<link rel="stylesheet" type="text/css" href=http://serverapi.arcgisonline.com/jsapi/ arcgis/1.2/js/dojo/dijit/themes/tundra/tundra.css>

4 Comments
If you are planning on upgrading to v1.2, also remember to update your CSS to 1.2…
<link rel="stylesheet" type="text/css" href="http://serverapi.arcgisonline.com/jsapi/arcgis/1.2/js/dojo/dijit/themes/tundra/tundra.css">.It was there, but the syntax highlighter was screwed up. Thanks for pointing that out.
Weird, I’ve been using 1.2 for the last month and did not realize it was not an announced release. One thing I noticed is that the all of my dojotype objects broke (namely, all of my bordercontainers and contentpanes). I had to do a global search and replace from “dojotype” to “dojoType”. Setting the projection on the fly for dynamic layers is a very nice addition (this should make base layer switching a lot more flexible?)
time to order another DVD.