Get Blisk release v.12.0.92.83 with Improved performance of tabs, Developer and Browsing modes, Transparent background of screenshots, Chromium 73 + new APIs and technologies.
We worked hard to make each tab and device unique. In previous versions of Blisk, there were performance lugs on switching between tabs, tab drag and drop (tab detach/attach), changing tabs order.
Since version 12, Blisk stores the position and size of Device content and Desktop content. So, the users will get a better user experience in:
You can view the comparison of Blisk v.11 and v.12 below:
Switching between tabs in Blisk v.11
Switching between tabs in Blisk v.12
Due to requests from our users, Developer and Browsing modes are again available starting in Blisk v.12. In Browsing mode, Blisk acts like a regular browser and does not render Toolbox and Device content. Any of these modes apply to the window.
Switching between Developer and Browsing modes in Blisk v.12
Due to multiple feature requests from our users, we implemented a transparent background of screenshots in Blisk v.12. This feature applies to screenshots taken with Blisk v.12+. The screenshots taken with previous versions of Blisk will remain with a solid background color.
Since version 12, Blisk starts supporting the latest APIs and technologies with Chromium 73:
Intl.RelativeTimeFormat()
, which shifts the work to the JavaScript engine, and enables localized formatting of relative times. This gives us a small performance boost, and means we only need those libraries as a polyfill when a browser doesn’t support the new APIs yet. Using it is simple, create a new instance and specify the locale, then just call format with the relative time.const rtf = new Intl.RelativeTimeFormat("en");
rtf.format(3.14, "second");
// → 'in 3.14 seconds'
rtf.format(-15, "minute");
// → '15 minutes ago'
text-underline-position
property now accepts left
or right
as part of the CSS3 text decoration spec. The CSS3 text decoration spec adds several new properties that allow use to specify things like what kind of line to use, the style, color, and position..left {
text-underline-position: left;
}
.right {
text-underline-position: right;
}
Learn more about Developer Mode, Development Domain, and Device Manager on Blisk Documentation.