<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>BlackBerry Developer Blog &#187; change log</title>
	<atom:link href="http://devblog.blackberry.com/tag/change-log/feed/" rel="self" type="application/rss+xml" />
	<link>http://devblog.blackberry.com</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 17:47:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='devblog.blackberry.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9ef0a66c09615fa946c4179662398878?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>BlackBerry Developer Blog &#187; change log</title>
		<link>http://devblog.blackberry.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://devblog.blackberry.com/osd.xml" title="BlackBerry Developer Blog" />
	<atom:link rel='hub' href='http://devblog.blackberry.com/?pushpress=hub'/>
		<item>
		<title>bbUI.js version 0.9.2 now available</title>
		<link>http://devblog.blackberry.com/2012/05/bbui-js-update-now-available/</link>
		<comments>http://devblog.blackberry.com/2012/05/bbui-js-update-now-available/#comments</comments>
		<pubDate>Thu, 31 May 2012 18:01:37 +0000</pubDate>
		<dc:creator>Tim N.</dc:creator>
				<category><![CDATA[Java Development]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[bbUI]]></category>
		<category><![CDATA[BlackBerry 10]]></category>
		<category><![CDATA[BlackBerry 10 Jam]]></category>
		<category><![CDATA[change log]]></category>
		<category><![CDATA[feedback]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://devblog.blackberry.com/?p=9624</guid>
		<description><![CDATA[There's a new bbUI.js version available on Github.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=9624&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img src="http://rimdevblog.files.wordpress.com/2012/05/bbui-1.jpg?w=500&#038;h=124" alt="" title="" width="500" height="124" class="aligncenter size-full wp-image-9170" /></p>
<p>Since <a href="http://www.blackberryjamconference.com" target="_new">BlackBerry® 10 Jam</a>, we’ve received lots of great feedback on the <a href="http://devblog.blackberry.com/2012/05/blackberry-10-bbui/" target="_new">bbUI framework</a>.  Your collaborative effort is really helping to evolve the framework, so please keep the feedback flowing!  We’ve been working hard to add in all the BlackBerry 10 goodness and now have a bunch of new functionality ready to go.</p>
<p>Be sure to check out the <a href="https://github.com/blackberry/bbUI.js/blob/master/CHANGELOG.md" target="_new">full change log</a> for this release to know what kind of adjustments you may need to make to your markup in order to run v0.9.2, and check out the <a href="https://github.com/blackberry/bbUI.js/issues?milestone=7&amp;page=1&amp;state=closed" target="_new">closed issues for bugs</a> that have been fixed.  The v0.9.2 markup changes are fairly minor and are meant to make your life easier as we move forward.</p>
<p><span id="more-9624"></span></p>
<h3><strong>Notable Improvements</strong></h3>
<ul>
<li><a href="https://github.com/blackberry/bbUI.js/wiki/Grid-List" target="_new">BlackBerry 10 Grid List</a></li>
<ul>
<li>Now supports both square 1:1 and widescreen 16:9 image formats</li>
<li>Added press-and-hold context menu support</li>
<li>Only shows translucent overlay if either a title or sub-title is provided</li>
<li>Supports both solid and gradient headers</li>
<li>Header text justification added</li>
</ul>
<li><a href="https://github.com/blackberry/bbUI.js/wiki/Image-List" target="_new">Image List</a></li>
<ul>
<li>Supports both solid and gradient headers for BlackBerry 10</li>
<li>Image display effects for BlackBerry 10</li>
<li>Added placeholder images for items without image content on all BlackBerry operating systems</li>
<li>Supports a “text only” mode on all BlackBerry operating systems</li>
<li>New touch and click highlighting to match BlackBerry 10 UX specifications</li>
</ul>
<li>Ellipsis added to the end of long text in arrow and image lists</li>
<li>HTML5 input fields now supported in Label/Control containers</li>
<li>Added <a href="https://github.com/blackberry/bbUI.js/wiki/Sliders" target="_new">slider styling</a> for BlackBerry 10 with some funky animation</li>
<li>Added <a href="https://github.com/blackberry/bbUI.js/wiki/Progress-Indicator" target="_new">progress indicators</a> for all BlackBerry operating systems</li>
<li>New <a href="https://github.com/blackberry/bbUI.js/wiki/Screens" target="_new">title bar support</a> with buttons for BlackBerry 10</li>
<li>New <a href="https://github.com/blackberry/bbUI.js/wiki/Radio-Buttons" target="_new">radio button styling</a> for BlackBerry 10 with some slip-and-slide animation</li>
</ul>
<h3><strong>Changes to your code</strong></h3>
<p>I mentioned that there were a few changes that were made that will affect your application markup, so let’s talk about those.</p>
<ul>
<li>The bb.init() function <a href="https://github.com/blackberry/bbUI.js/issues/149" target="_new">no longer takes a bb10AccentColor</a>.  This color is now generated as a shade of the bb10HighlightColor.</li>
<li>Header text alignment has been moved off of the individual headers on an image list and moved to an attribute of the image list itself.  Make sure you check out the <a href="https://github.com/blackberry/bbUI.js/wiki/Image-List" target="_new">Image List documentation</a> for the correct markup.</li>
<li>Grid lists used to have header text left justified by default &#8212; they are now center justified by default.</li>
<li>Back Buttons must be explicitly created in Action Bars for BB10 styling. Action bar will no longer be created “automagically” if the screen has a title bar with a back button specified.</li>
<li>The toolkit file names have changed to bbui-0.9.2.js and bbui-0.9.2.css</li>
</ul>
<h3><strong>More to Come</strong></h3>
<p>We’ve now created an additional <a href="https://github.com/blackberry/bbUI.js/issues?milestone=8&amp;state=open" target="_new">BlackBerry 10 milestone</a> for bbUI that contains some more BlackBerry 10 UI goodness. If you’re interested in following the bbUI.js changes as they go, feel free to <a href="https://twitter.com/brcewane" target="_new">follow me on Twitter</a>.</p>
<p>Now that we’ve covered what’s new and what’s changed, I think it’s time for some eye candy <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3><strong>Square 1:1 Grid List and Slider</strong></h3>
<p style="text-align:center;"><img src="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-1.jpg?w=270" alt="" title="" width="270" />&nbsp;<img src="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-2.jpg?w=270" alt="" title="" width="270" /></p>
<h3><strong>Radio Buttons and Progress Indicators</strong></h3>
<p style="text-align:center;"><img src="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-3.jpg?w=270" alt="" title="" width="270" />&nbsp;<img src="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-4.jpg?w=270" alt="" title="" width="270" /></p>
<h3><strong>New Image List Headers and Placeholders</strong></h3>
<p style="text-align:center;"><img src="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-5.jpg?w=270" alt="" title="" width="270" />&nbsp;<img src="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-6.jpg?w=270" alt="" title="" width="270"></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/9624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/9624/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=9624&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2012/05/bbui-js-update-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3939390650b170ba28e9bf3c53d397ad?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">timneil1</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2012/05/bbui-1.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-1.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-2.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-3.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-4.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-5.jpg" medium="image" />

		<media:content url="http://rimdevblog.files.wordpress.com/2012/05/bbui-update-6.jpg" medium="image" />
	</item>
	</channel>
</rss>
