servo v0.0.5

v0.0.5
Added 17
  • Support for <link rel=preload>
  • Support for <style blocking> and <link blocking>
  • Support for <img align>
  • Support for <select disabled>
  • OGG files can now be played in <audio>
  • Support for 'cursor-color' CSS property

From servo

Servo 0.0.5 includes:

  • <link rel=preload> (@TimvdLippe, @jdm, #40059)
  • <style blocking> and <link blocking> (@TimvdLippe, #42096)
  • <img align> (@mrobinson, #42220)
  • <select disabled> (@simonwuelker, #42036)
  • OGG files can now be played in <audio> (@jdm, #41789)
  • ‘cursor-color’ (@mrobinson, #41976)
  • ‘content: <image>’ works on all elements (@andreubotella, #41480)
  • ‘::details-content’ on <details> (@lukewarlow, #42107)
  • ‘:open’ on <details> (@lukewarlow, #42195)
  • ‘:active’ on <input type=button> (@mrobinson, #42095)
  • Origin API (@WaterWhisperer, #41712)
  • MouseEvent.detail (@mrobinson, #41833)
  • Request.keepalive (@TimvdLippe, @WaterWhisperer, #41457, #41811)
  • Cyclic imports, import attributes, and JSON modules (@Gae24, #41779)
  • navigator.sendBeacon() is enabled by default (@TimvdLippe, #41694)
  • https_proxy, HTTPS_PROXY, and NO_PROXY (@Narfinger, #41689)
  • ML-KEM, ML-DSA, and AES-OCB in Crypto (@kkoyung, #41604, #41617, #41615, #41627, #41628, #41647, #41659, #41676, #41791, #41822, #41813, #41829)

See our January blog post for a curated overview of the changes in this release.

Trying out the Servo Tech demo
MacOS

The macOS releases are not signed yet, so you will need to follow the troubleshooting guide in order to run the Servo Tech Demo binary on your Mac.

Linux

If you see an error loading shared libraries when starting servo on Linux, please refer to the troubleshooting guide.

HarmonyOS

Please note that the servo-aarch64-linux-ohos.hap attached here is signed for OpenHarmony, not HarmonyOS. For HarmonyOS self-signing is currently required - You can download the servo-aarch64-linux-ohos.so shared library and use DevEco Studio to follow the instructions in the ArkTS Servo Demo repository

What's Changed

Please check out our January blog post to get a curated overview over the recent changes.

New Contributors

Full Changelog: https://github.com/servo/servo/compare/v0.0.4...v0.0.5

View original

Upgraded? How did it go?

Discussion