|
2 | 2 |
|
3 | 3 | The alpha version of JSAR is the first version of the project. |
4 | 4 |
|
| 5 | +## v0.9.0 |
| 6 | + |
| 7 | +### New Features & Improvements |
| 8 | + |
| 9 | +#### CSS & Styling Enhancements |
| 10 | + |
| 11 | +- **CSS Transform Parser**: Replaced Rust CSS transform parser with C/C++ implementation for better performance (#176) |
| 12 | +- **Background Properties**: Added support for `background-clip`, `background-origin`, and `background-repeat` properties (#135, #125) |
| 13 | +- **Background Blend Mode**: Added support for `background-blend-mode` CSS property (#119) |
| 14 | +- **Background Images**: Support for `background-image` with `url()` and gradient rendering (#117, #123) |
| 15 | +- **CSS Parsing**: Enhanced CSS parsing with specified classes for background-image |
| 16 | + |
| 17 | +#### HTML & DOM Features |
| 18 | + |
| 19 | +- **HTMLInputElement**: Added comprehensive HTMLInputElement support (#148) |
| 20 | +- **HTMLIFrameElement**: Added basic HTMLIFrameElement and JSAR.UniversalRenderingServer for unified rendering debugging (#127) |
| 21 | +- **Document API**: Added `document.write` and `*.writeln` methods |
| 22 | +- **HTML Parsing**: Enhanced HTML parsing with support for unquoted attribute values (#103) |
| 23 | +- **Attribute Parsing**: Support for attributes without values and improved PCDATA tag parsing |
| 24 | +- **HTML Volume**: Set HTML volume mask depth to 0.05 and added offset to remove gaps between background and borders |
| 25 | + |
| 26 | +#### Rendering & Graphics |
| 27 | + |
| 28 | +- **Layered Rendering**: Support for rendering web content in layers (#172) |
| 29 | +- **SVG Support**: Added SVG image rendering capabilities (#169) |
| 30 | +- **DPR Support**: Implemented device pixel ratio support in web content rendering |
| 31 | +- **Renderer Refactoring**: Complete refactor of the builtin scene renderer |
| 32 | +- **Render Pipeline**: Refined render pipeline and improved offscreen pass with computation graph |
| 33 | +- **Environment Mapping**: Added environment mapping test files and examples |
| 34 | +- **Layer Calculation**: Calculate layer field for each LayoutObject (#174) |
| 35 | + |
| 36 | +#### Inspector & Debugging |
| 37 | + |
| 38 | +- **Chrome DevTools Protocol**: Added basic CDP support with Runtime and Example domains (#121) |
| 39 | +- **WebSocket Support**: Added WebSocket support to prepare for Chrome DevTools Protocol integration (#106) |
| 40 | +- **MDN Compatibility**: Implemented MDN-compatible browser compatibility data structure (#108) |
| 41 | +- **Inspector Logs**: Added `/:id/logs` endpoint for better debugging |
| 42 | +- **Enhanced Debugging**: Support for unified rendering backend debugging |
| 43 | + |
| 44 | +#### Examples & Testing |
| 45 | + |
| 46 | +- **Transmute Browser**: Renamed simulator to transmute_browser (#178) |
| 47 | +- **Rendering Modes**: Updated args parsing with support for mono/stereo rendering modes (#159) |
| 48 | +- **LeaferJS Support**: Added support for LeaferJS base usage in fixtures |
| 49 | + |
| 50 | +#### Build & CI Improvements |
| 51 | + |
| 52 | +- **Deployment Permissions**: Added write permissions for deploy-website workflow |
| 53 | +- **Memory Optimization**: Specified Node options to increase V8 memory limits |
| 54 | +- **Lint Fixes**: Fixed various lint errors throughout the codebase |
| 55 | + |
5 | 56 | ## v0.8.2 |
6 | 57 |
|
7 | 58 | ### Fixes |
|
0 commit comments