First major update of the year! #3
displaynameroblox
announced in
Announcements
Replies: 1 comment
-
|
Keep in mind, not everything will work well. if you had any errors or a issues report it in the issues page! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
[2.0.0] - 3 Oct 2025 major html parser overhaul and function restructuring
🚀 Major Breaking Changes
HTML Parser Complete Overhaul
_htmlToGuiInternalfunction (lines 1009-1283)newhtmltogui.luainto main librarynewhtml.fromHTML(html, css)- Comprehensive HTML5 and CSS3 supportFunction Renaming and Restructuring
manager.newsaveas()→manager.saveas()saveas()function (deprecated implementation)Debug Mode Implementation
_DEBUG_MODEvariable🎯 New Features
Enhanced HTML5 Support
section,article,aside,header,footer,main,nav,figure,figcaptionvideo,audio,source,track,canvas,embed,objectemail,url,tel,search,number,range,color,date,time,datetime-localprogress,meter,details,summary,wbr,datalist,output,fieldset,legendComprehensive CSS3 Support
min-height,max-height,font-style,vertical-align,flex-direction,justify-content,align-itemsMedia and Non-UI Element Support
<video>tags create VideoFrame instances<audio>tags create Sound instances for non-UI audioAdvanced Error Handling
pcallwrapper for all critical operations🔧 Function Updates
manager.html() Complete Rewrite
manager.saveas() Enhanced
manager.newsaveas()for consistencyDebug Mode System
_DEBUG_MODEvariable controls debug output across all functions📚 Documentation Updates
Complete Documentation Overhaul
New Documentation Sections
🐛 Bug Fixes
Critical Fixes
Function Integration Fixes
Function Signature Changes
manager.newsaveas(instance, path, moredebug, content)manager.saveas(instance, path, debug, content)HTML Function Changes
manager.html(url, islocal, path, convertToGui, parentGui)Debug Mode Changes
_DEBUG_MODEvariable with error codes🔄 Migration Guide
For HTML Function Users
For Saveas Function Users
For Debug Mode Users
🧪 Testing
New Test Coverage
Enhanced Error Handling Testing
🔮 Future Plans (v2.1+)
Planned Features
Improvements
Performance optimizations for large HTML documents
Enhanced CSS selector specificity
Advanced layout system improvements
Better cross-executor compatibility
Beta Was this translation helpful? Give feedback.
All reactions