Opera 11.50 Released: Speed Dial Extensions, Improved Standards Support, and More

Today, we're releasing Opera 11.50, aka "Swordfish". It has a brand new featherweight look-and-feel, and juicy standards bits. Over the last couple of weeks, we've introduced this release's new features in different blog posts — here's a quick recap, with pointers to updated documentation and more.

Speed Dial extensions

Back in 2007, we introduced Speed Dial to the world, and over the years, we've have gradually improved its looks and functionality. For our Opera 11.10 release a couple of months ago, we also added hooks for developers to control the way their site looks when rendered in a Speed Dial cell.

In Opera 11.50, we're taking this a step further with Speed Dial extensions: you can now render live content in a Speed Dial cell, allowing for several interesting use cases. We invite you to have a look at our extensions catalog and play around with some of the recently submitted Speed Dial extensions. If you're inspired and want to start building one yourself, this YouTube video and our Speed Dial extension Dev.Opera article (available in 10 different languages!) are good places to start.

Also worth a look are Mike's Speed Dial extension boilerplate, and Arnstein's RSS feed → Opera Speed Dial extension template.

Extension cookie-sharing

From 11.50 onward, extensions can now share cookies with the browser. This means that Opera extensions can interact with APIs and websites that would otherwise require extra authentication. This is done through an explicit <access> setting in the extension's config.xml — have a look at our new cookie-sharing article for full details on how to make use of this.

If you're new to Opera Extensions, we recommend starting from our (renewed) quick documentation overview.

Opera Presto 2.9

Our browser engine has now been bumped up to Presto 2.9.168, which means there are a number of new standards features, compatibility fixes, and performance tweaks — among other things, we've improved our CSS parsing performance by 10 to 15%! Other additions are listed below.

The classList API

Using classList, you can easily add, remove, or toggle a class on an element, without the need for complex regular expressions or libraries. This example shows the code to toggle a class is as simple as this:

document.getElementById('blinds').classList.toggle('cover');

You can then attach some styles (incl. transitions!) to #blinds.cover, and off you go.

We have <time>!

We're the first browser to support the <time> element. Mike unveils what you can do with it in his mighty <time> robot demo article.

HTML5 Session History & Navigation

Opera 11.50 also comes with support for HTML5 Session History & Navigation, which allows you to control and manipulate the session history of a particular browsing context. More details can be found in our spec support reference and (after his yoga class (!) yesterday) Mike has finished off a Dev.Opera article with examples as well.

Those are the main bits — as always, there's much more to tell, but I leave that up for you to discover in our changelogs and specs pages. Enjoy, and let us know what you think!