Releases: galacean/platform-adapter
v0.0.0-alpha.2
What's Changed
Other Changes
- Update README and ci configuration by @jtabibito in #3
- Revert "Update README and ci configuration" by @jtabibito in #4
- feat: add GitHub Actions workflow and release configuration by @jtabibito in #5
- fix: change prepublish script to prepare for building CLI by @jtabibito in #6
Full Changelog: v0.0.0-alpha.1...v0.0.0-alpha.2
v0.0.0-alpha.1
Features
The following are some of the major features implemented in the current version:
-
URL: Provides support for URL handling, including creation, parsing, and manipulating various URL components.
-
Blob: Implements the Blob object for handling binary data, which is essential for file and stream operations.
-
window: Enables access to and manipulation of the browser window, allowing control over dimensions, position, and related functionality.
-
document: Grants access to the DOM (Document Object Model), allowing the manipulation of HTML elements on the web page.
-
TextDecoder: Supports decoding a given byte stream into strings for handling data in different encodings.
-
XMLHttpRequest: Implements the capability for making asynchronous requests, making it easier to fetch data from a server.
-
OffscreenCanvas: Adds support for rendering graphics in background threads, enhancing performance and user experience.
-
HTMLCanvasElement: Provides support for the HTMLCanvasElement, enabling easy drawing and manipulation of the canvas.
-
HTMLImageElement: Supports image elements, facilitating easy loading and handling of images.
-
atob: Allows decoding of Base64-encoded strings back into raw strings.
-
navigator: Provides information and functionalities related to the browser, such as retrieving user-agent and feature detection.
-
performance: Allows access to performance metrics and APIs to help developers optimize application performance.
-
cancelAnimationFrame: Provides a method to cancel previously requested animation frames.
-
requestAnimationFrame: Offers an efficient mechanism for rendering animations, better synchronizing with the browser's repaint and reflow scheduling.
-
$defaultWebGLExtensions: Provides support for default WebGL extensions, enhancing graphics rendering capabilities.
-
fonts: Supports manipulation of web fonts, allowing for loading and rendering custom user-defined fonts.
-
URLSearchParams: Simplifies the handling and manipulation of URL query parameters, making it easier to create and parse query strings.
New Contributors
- @jtabibito made their first contribution in #1
Full Changelog: https://github.com/galacean/platform-adapter/commits/0.0.0-alpha.1