HBuilder X - Release Notes
======================================
4.32.2024110103-alpha
HBuilder
- Fixed the bug in version 4.31 that caused the cli package to prompt that the certificate alias cannot be empty Details
- Fixed: The order of switching view files after restarting hx is inconsistent with that when shutting down Details
- Language Server: Fixed the bug that the status bar reported an error when searching for files and triggering function signatures on Windows computers for the uts plug-in iOS platform Details
4.31.2024102414-alpha
HBuilder
- uni-app directly runs and publishes Hongmeng applications in HBuilderX, and no longer needs to configure templates in Hongmeng development tools
- uni-app manifest visual interface, added Hongmeng visual settings, the original App settings were renamed Android/iOS settings
- Language Server: Added UTS plugin development support with prompts for HarmonyOS APIs.
- Added syntax highlighting for JSON5 files. Details
- Optimized the performance of highlighting selected identical words in large documents to prevent UI lag.
- Optimized resource and memory usage when managing a large number of projects in the project manager.
- Adjusted the priority of file associations in the macOS system. Details
- Adjusted the shortcut for removing the duplicate insertion of the currently selected word (
Ctrl+Insert
) to avoid conflicts with some AI tools. Details
- Fixed a bug where the
Alt+/
shortcut for triggering code suggestions occasionally triggered hover hints instead. Details
- Fixed a bug where switching focus to an external program and then back to the editor caused the code area to scroll incorrectly during character searches. Details
- Fixed a bug in macOS where the function to highlight corresponding elements in the built-in browser when previewing HTML files was not working. Details
- Language Server: Added language service support for theme.json in uni-app (x). Details
- Language Server: Added automatic import support for built-in packages: @dcloudio/uni-app, pinia, and vuex.
- Language Server: Optimized memory usage.
- Language Server: Optimized code hinting performance for Vue files.
- Language Server: uni-app Easycom component tag attributes and event prompts support the attributes and events defined in defineProps and defineEmits
- Language Server: Fixed a bug where the
$
symbol was lost after pressing Enter when the suggestion contained $ and was followed by parentheses. Details
- Language Server: Fixed a bug where JS files would report errors in certain cases within uni-app x projects. Details
- Language Server: Fixed a bug where the language service reported errors when defining properties with the same name in certain cases within uni-app projects. Details
- Language Server: Fixed a bug in version 3.8.0 where
document.getElementById()
did not provide type hints based on the actual DOM element type in HTML files. Details
- Language Server: Fixed a bug in version 3.5.3 where attribute-related code blocks did not provide hints in HTML code blocks. Details
- Language Server: Fixed a bug in version 3.5.3 where the positions of attribute values in HTML code blocks were incorrectly suggested. Details
- Language Server: Fixed a bug in version 3.5.3 where incorrect suggestions were made in the attribute selectors of style code blocks. Details
- Language Server: Fixed a bug in version 3.5.3 where certain code blocks did not provide suggestions in the script area. Details
- Language Server: Fixed a bug in version 3.5.3 where HTML files in uni-app projects lacked conditional compilation. Details
- Language Server: Fixed a bug in version 3.5.3 where circular reference errors occurred with the
foreignKey
field in *.schema.json
files. Details
- Language Server: Fixed a bug in version 3.5.3 where path suggestions occasionally caused errors in the language service. Details
- Language Server: Fixed a bug in version 3.5.3 where jsDoc suggestions caused errors in the language service. Details
- Language Server: Fixed a bug in version 3.5.3 where
URI.parse
could potentially cause errors in the language service. Details
- Language Server: Fixed a bug in version 3.91 where style code blocks were duplicated in uni-app x projects. Details
- Language Server: Fixed a bug in version 3.5.3 where the completion results for jsDoc code blocks were incorrect. Details
- Language Server: Fixed a bug in version 4.08 where the right-click feature for "Find References" returned no results. Details
- Language Server: Fixed a bug in version 3.6.11 where manually specifying associated languages in the editor could lead to incorrect error highlighting. Details
- Language Server: Fixed a bug in version 3.98 where there were no code suggestions when typing in the middle of a key in
manifest.json
files. Details
- Language Server: Fixed a bug in version 3.99 where deprecated
upx
still provided suggestions. Details
- Language Server: Fixed a bug in version 3.99 where the descriptions for style code suggestions were incorrect. Details
- Language Server: Fixed a bug in version 3.94 where the JSON to type conversion function produced incorrect results in specific cases. Details
- Language Server: Fixed a bug in version 3.6.5 where anchor link suggestions in Markdown were incorrect. Details
- Language Server: Fixed a bug in version 3.99 where jumping to the definition of class names led to the wrong file. Details
- Language Server: Fixed a bug in the UTS plugin where overriding methods of an interface when developing Android plugins incorrectly reported errors. Details
- Adjust the default value of Windows HBuilderX "Run Configuration" - "Kotlin compiler maximum heap memory size" to 2048
- Fixed a bug in uni-app where the WeChat Developer Tool occasionally crashed when closing the runtime console. Details
- uni-app x: Added support for AAB, channel packages, and ad configurations in uni-app x cloud packaging.
- uni-app x: Added uvue breakpoint debugging support for uni-app x on iOS. Details
- uni-app x: Create a new uni_modules plug-in and add a classified UTS plug-in-standard mode component
- Added the built-in
uni-im
message notification plugin, which flashes unread messages in the bottom right corner.
4.28.2024092105-alpha
HBuilder
- Harmony: Fixed a bug where the package generated by the release packaging function only contained template content but no application code Details
- uni-app (x): Fixed the bug that the App content is not updated after switching projects when running uni-app (x) to iOS (18.0) simulator Details
4.27.2024091308-alpha
HBuilder
- Adjusted the amazon-corretto plugin, upgraded from 11.0.14 to 17.0.12, and Windows from 32-bit to 64-bit Details
- Language Server: Fixed the bug caused by version 4.08, where the deleted id and class still exist in the code hintDetails
- Language Server: Fixed the bug of uts plugin reporting "Could not find source file" caused by version 4.25 Details
- Language Server: Fixed the bug of invalid reference search in uniapp x project caused by language service version 4.25 Details
- Adjust the uts plugin, uts Android plugin development configuration items to Settings-Run Configuration Details
- uni-app (x): Fixed the bug that the Run menu does not respond after renaming the project in uni-app (x) Details
4.26.2024082213-alpha
HBuilder
- Fixed the bug caused by version 4.0 that in some cases, when uniapp is released to H5, clicking the menu does not respond. Details
- Language Server: Fixed a bug caused by version 3.5.3, in some cases, the style attribute selector completion item prompt was incorrect Details
4.25.2024081703-alpha
HBuilder
- Language Server: Optimize code prompt speed
- Language Server: Optimize type inference performance in Vue files
- Language Server: Adjust uni-app x project syntax prompt and verification platform to support multiple selection Details
- Language Server: Optimize the display of uni-app x project platform compatibility information Details
- Language Server: Fixed the bug that the vue tag prompt still prompts the top-level tag in the sub-tag scope Details
- Language Server: Fixed the bug that the vue tag prompt shows the Emmet code block under the text tagDetails
- Language Server: Fixed a bug in some cases where the code prompts an error after going to the definition in the HTML file Details
- Language Server: Fixed a bug in which when using easycom components in vue files, the component path was recognized as a folder in some cases, causing the language service to report an error. Details
- Language Server: Fixed the bug that after the Vue file goes to the definition of a certain Easycom component tag, the script area of the opened component file becomes invalid Details
- Language Server: Fixed a bug in the vue file code that caused the language service to report an error when there was an automatic package guide prompt item Details
- Language Server: Fixed a bug in which the detailed information on the right side of the code assistant was not displayed correctly in some cases in vue files Details
- Language Server: Fixed the bug that caused the language service to report an error when some variable boundaries were moved to definitions in the template area of the vue file. Details
- Language Server: Fixed a bug in the uniCloud directory where, when file A is referenced by file B, if file B is opened first and then file A, the code prompt and other functions of file A will become invalid. Details
- Language Server: Fixed the bug that there is no uniCloud related prompt in uniCloud environment in uniapp x project Details
- Language Server: Fixed a bug that caused the language service to report an error in some cases when there was a tsconfig.json file in the cli project Details
- Language Server: Fixed the bug that when the i18n key floating prompt is triggered in the uni-app project, if the translation file is missing, the language service will report an error Details
- Language Server: Fixed a bug that occasionally caused the language service to report an error when renaming files Details
- Language Server: Fixed the bug that special value fields String, UPageURIString and ScriptImportURIString are not effective Details
- Language Server: Fixed the bug of missing CSS pseudo-class: before prompt item caused by version 3.6.5 Details
- Language Server: Fixed the bug caused by version 4.11, where there were two duplicate items in the less and scss code hints Details
- Language Server: Fixed the bug of missing uvue file code prompt caused by version 4.14 Details
- Language Server: Fixed the bug in version 4.14 where the order of language service queue messages was wrong, causing tsserver service errors Details
- Language Server: Fixed the bug caused by version 4.18 that caused the uni ext api to not work in some cases Details
- Fixed the bug that caused HBuilderX to crash under Chinese input method when switching language mode in the lower right corner of the editor Details
- Fixed a bug in Markdown preview where some images would not be rendered when the directory level was deep Details
- Adjustment: After HBuilderX is updated, if you do not choose to restart immediately, it will automatically update the next time you start the software after exiting it. Details
- Fixed the bug that after HBuilderX upgrade successfully, clicking Restart Now did not restart successfully in some cases. Details
- Fixed the bug that the file collection function needs to press the shortcut key twice to trigger Details
- Fixed a bug where the drop-down menu would disappear automatically in some cases when switching between search categories in the toolbar, causing the mouse to not be able to select the item Details
- Fixed a bug where the position of the pop-up interface was incorrect when clicking the arrow after the project name when the address bar displayed the Git branch name. Details
- New support for linking multiple uni-app (x) project pages, components, API and other directories to a specified project through soft links Details
- Added uni-app x project to generate local packaged native iOS resources Details
- Added uni-app project and ran it in Hongmeng DevEco Studio Details
- Added uni-app cloud packaging, supports Android anti-re-signing Details
- Fixed the bug that when deleting the
ad
parameter in manifest.json of uni-app cloud packaging, ad:{}
will be added again during packaging Details
4.23.2024070309-alpha
HBuilder
- Language Server: Fixed the bug introduced in version 4.18, when the uniapp x project uses object literals, the defined objects do not have UTSJSONObject type hints Details
- uni-app (x): Fixed the bug that the log printed to the iOS console cannot be redirectedDetails
- uni-app (x): Fixed the bug introduced in version 4.18, where the release/upload of the website to the server was stuck at the beginning of packaging Details
- uni-app (x): Optimize the format of the log output in the console of the uts plugin when running on iOS
uni-app-x
- Web: Fixed the bug of built-in browser white screen in the development stage caused by version 4.22 Details
- Web: Fixed the bug that canvas API provided by version 4.21 lacks toDataURL/toBlob methods Details
- Apb: Adjust the devicePixelRatio attribute type in the returned data of API uni.getDeviceInfo to number Details
uts
- App-iOS: Added UTSJSONObject to support static methods such as assign and keys Details
- App-iOS: Fixed a bug that may cause a crash if UTSJSONObject contains Map type data Details
uniCloud
- Fixed the bug in version 4.22 that the default connection address of Alipay Cloud WebSocket is not the wss protocol Details
- Optimize the upload speed and upload stability of the upload web front-end hosting to reduce the number of upload failures
4.22.2024062415-alpha
HBuilder
- Language Server: Fixed the bug that an error message is reported when a literal object is assigned to the union type of UTSJSONObject and null in the language service uniapp x project Details
- Fixed the bug that when checking the old version of DCloud certificate in the uni-app old project's safe packaging, the prompt "Custom base does not support safe packaging, please switch to normal packaging" is incorrect
uni-app
- Web, App-vue: Fixed input in type= "digit". Enter the empty Bug when entering the decimal point with the initial value. Details
- Web: Fixed the bug that the scroll position could not be remembered when switching TabBar Details
uni-app-x
- Web: Fixed input in type= "digit". Enter the empty Bug when entering the decimal point with the initial value. Details
- Web: Fixed the bug that the scroll position cannot be remembered when switching TabBar Details
- App-Android: Fixed a possible memory leak in the responsive API Details
- App-Android: Fixed the bug that the display state of component switch may be incorrect in list-view component Details
- App-iOS: Added uni-ad splash screen ads Details
- App-iOS: Added uni-ad rewarded video ads Details
- App-iOS: Fixed the bug that the text of the component button is displayed repeatedly when the text is set dynamically Details
- App-iOS: Fixed the API uni.setTabBarStyle parameter backgroundImage invalid bug Details
- App-iOS: Fixed the bug of custom component style pollution Details
4.21.2024061818-alpha
HBuilder
- Language Server: Added support for code prompts when referencing plugins when type declaration files exist for encryption plugins
- Language Server: Added status bar prompts and quick bug reporting when serious errors occur
- Language Server: Fixed a bug that caused occasional language service errors when the referenced file path was inconsistent with the local real path in some cases Details
- Language Server: Fixed the bug that the ext api is not prompted when there is only one uni. in the uni-app page Details
- Fixed the bug that caused markdown preview hot update failure in version 4.18 Details
uni-app
- Web: Fixed the bug that in Vue3 project dark mode, if the path of the tabbar iconPath or selectedIconPath or midButton -> backgroundImage configured in theme.json does not start with /, the image 404 will not be displayed in the release modeDetails
- Web: Fixed Bug of decimal point cannot be deleted when input type= "digit" in iOS 16 system [details] (https://ask.dcloud.net.cn/question/193171)
- Mini Program: Fixed the bug that the user project route ended with App.vue and was incorrectly identified as the main entrance Details
- Mini Program: Fixed the bug that does not support users passing
transformAssetUrls.tags
Details
- WeChat Mini Program: Fixed the bug that caused errors when using
uni://form-field
Details
- Bytedance Mini Program: Fixed a bug that the relevant life cycle did not take effect when virtualHost was enabled Details
- App-iOS: Fixed Bug of decimal point cannot be deleted when input type= "digit" in iOS 16 system [details] (https://ask.dcloud.net.cn/question/193171)
uni-app-x
- Web: Fixed a bug in dark mode where the image 404 is not displayed in release mode when the path of the tabbar iconPath or selectedIconPath or midButton -> backgroundImage configured in theme.json does not start with / Details
- App-Android: Adjust the background color of the system bottom bar to be consistent with the backgroundColorContent color of the page Details
- App-Android: Fixed the bug that the offline packaging number type judgment may be inconsistent with the cloud packaging result Details
uts
- App-Android: Fixed the bug that the result of judging equality of optional number type may be incorrect Details
- App-Android: Fixed the bug that the object property returned by UTSJSONObject through getXXX method is not a reference Details
- App-Android: Fixed a bug where the numeric type returned by JSON.parse was printed incorrectly via console.log Details
- App-iOS: Fixed the bug introduced in version 4.18 that the style set when using the uts component plug-in may be overwritten by the default style Details
uniCloud Plugins
- Adjustment: Only some fields are retained in the clientInfo of the client requesting cloud functions and cloud objects, and information such as oaid and safeAreaInsets are removed to avoid alarms in vivo stores. Details
App Plugins
- Android platform: updated the statistics module Google channel Umeng statistics SDK to version 9.6.8 to solve the problem that it may not pass the GooglePlay review Details
- iOS platform: Fixed a bug that may cause occasional crashes in certain scenarios Details
4.19.2024060704-alpha
HBuilder
- Language Server: Fixed the bug that there is no CSS hint in the markdown code area Details
uni-app-x
- App platform Added uniCloud.chooseAndUploadFile support for choosing video and uploading Details
4.18.2024060311-alpha
HBuilder
- uni-app x: Added uni-app x project to generate local packaged native Android resourcesDetails
- uni-app x: Added real machine running, iOS platform (iOS17 and below) uts plug-in breakpoint debugging Details
- Language Server: Added support for displaying the language service status in the status bar, making it easier to modify the language service settings Details
- Language Server: Adjust the uni-app x project to disable syntax checking of uts, uvue, and css files by default. You can turn it back on through the [Language Service Settings] in the settings interface.
- Language Server: Optimize the performance of uni-app x projects, code hints, syntax checking, etc.
- Language Server: Fixed the bug of uni-app x project, html has no tag hint Details
- Language Server: Fixed the bug that component attribute verification in uni-app x project does not support recognition of upper and lower camel case writingDetails
- Language Server: Fixed the bug that uts reports an error when assigning a named type Details
- Language Server: Fixed the bug that the uts plugin web client reported an error when referencing the package nameDetails
- Language Server: Fixed the bug that scss and less use nested writing to report an error Details
- Language Server: Fixed the bug that there is no code hint at the end of the closing tag Details
- Language Server: Fixed a bug where after deleting a file, the contents of the deleted file still had code hints in some cases Details
- Language Server: Fixed a bug that the mouse hover function of the imported package name does not work in some cases Details
- Fixed the bug that when running an html file to a browser and modifying the css and js that the file depends on, it will not automatically refresh. Details
- Fixed the bug that double-clicking to open a uts encrypted file in the project manager would cause HBuilderX to start continuously Details
- Fixed the bug that HBuilderX crashed when running the scripts command under package.json when the project has package.json Details
uni-app-x
- Adjust the vue framework validateProp function, no warning when required prop has default value Details
- Web Platform Added Support for server-side rendering (ssr) details
- Web platform Adjust Remove the
color: black
style from the root nodes of the uni-text, uni-input, uni-textarea, and uni-view components
- Web Platform Fixed the bug that default background colour of pages.json dropdown refresh is not transparent Details
- Web Platform Fixed a bug in component input/textarea where setting modelValue and value at the same time does not show the same effect Details
- Web Platform Fixed a bug that the component list-item is not displayed in list-view when it is included in a custom component Details
- Web Platform Fixed bug that some properties are missing in API uni.getAppBaseInfo, uni.getSystemInfo Details
- Web Platform Fixed the bug that the size attribute returned by API uni.getVideoInfo is not in KB Details
- Web Platform Fixed the bug that the object obtained by API $getPageStyle is not UTSJSONObject Details
- App-iOS Platform Fixed The onShow life cycle is fixed to trigger after onCreate instead of triggering when the page is animated. Details
uts
- Web Platform App-iOS Platform Adjust uts compiled to js any type adjusted to include null type Details
- Web platform App-iOS platform Fixed the bug when JSON.parse passes generic type as Map Details
uniCloud
- Adjust Client calling local cloud function automatically switches to connect to cloud cloud function if it cannot connect to local debugging service.
- Optimize Extended storage adds new console interfaces getDomains, getCdnTop, which can be used to listen to cdn traffic in real time Details
- Optimize Extended storage adds CDN traffic monitoring alarm timed task templates Details
- Fixed the bug that ip anti-scrubbing does not work under some conditions Details
- Fixed the bug of npm install error when uploading cloud functions Details
- Fixed the bug that the initialization wizard did not upload the configuration of schema extension js Details
- Fixed the bug that Alipay Cloud is not supported when importing plugins Details
4.17.2024051110-alpha
HBuilder
- Language Server: Fixed the bug that when the "@/" form is used to reference the default package name "index.ts" or "index.js" in the language service uni-app project, there is no code prompt and syntax verification error. Details
- Fixed the bug that there is no running log in uni-app x, real machine, iOS simulator after modifying uts plug-in and re-signing the base console Details
- Fixed the bug caused by uni-app (x) 4.13, Node upgrade, causing the UTS plug-in Android debug to be unusable Details
uni-app
- Fixed the bug that the input event cannot be triggered when the input component type="number" introduced in 4.16 Details
- JD Mini Program fix the bug that the @input method of the input component of the Vue3 project does not trigger Details
uni-app-x
- Web platform Fixed the bug that the input event cannot be triggered when the input component type="number" introduced in 4.16 Details
4.16.2024051009-alpha
HBuilder
- Language Server: Fixed the bug that when an absolute path in the form of "@/" is used in the uni-app project, there is no code prompt and syntax verification error. Details
- Language Server: Fixed the bug of duplicate search results in uni-app x project under certain circumstances Details
- Language Server: Fixed the bug that the language service only takes effect on a single platform when conditional compilation specifies multiple platforms in the pages.json file of the uni-app x project Details
- Language Server: Fixed the bug that after the file is deleted, the symbol information defined in the file is still prompted in some cases Details
- Language Server: Fixed the bug that the interface or type type cannot be prompted after the instanceof keyword in the uni-app x project Details
- Language Server: Fixed the bug that vue's built-in command v-bind does not prompt for existing attributes Details
- Language Server: Fixed the bug that when an absolute path in the form of "@/" is used in the uni-app project, there is no code prompt and syntax verification error Details
- Optimize uni ext api code prompt performance
- Optimize uni-app x error checking performance
- Fixed the uni-app x manifest.json Android startup interface setting. When the splash image is a relative path, the image resource is lost after submitting the cloud package Details
- Fixed the bug that the output log color is wrong in some cases when running the console of uni-app x
uni-app plugin
- Web Platform Fix The bug that some event listener report an error in version 4.11. Details
- Web Platform Fix The bug that using v-bind in css and the value contains rpx is invalid in version 4.11. Details
- Web Platform Fix The bug that running ssr project report an error in version 4.14. Details
- App Platform Fix The bug that scroll-view refresher style loss in version 4.11. Details
- Fixed the bug that decimal point cannot be input on Web and App when input component type="digit" Details
uni-app x plugin
- Web Platform Add New API UniResizeObserver to monitor size changes of UniElement elements [details] (https://doc.dcloud.net.cn/uni-app-x/dom/uniresizeobserver.html)
- Web Platform Add setPageStyle, getPageStyle support backgroundColorContent property details
- Web Platform Fix The bug that using v-bind in css and the value contains rpx is invalid in version 4.11. Details
- App-iOS Fixed The number of onShow triggers is incorrect when the Tab page is created. Details
- App-iOS Fixed Call uni.createWebViewContext print warning. Details
uniCloud插件
- Fix Bugs where cloud functions call other cloud functions and report errors when calling local cloud functions in version 4.13. Details
- Add The uni-app-x project supports multiSend Details
4.14.2024042905-alpha
HBuilder
- Fixed In some cases, when closing a modified file, the pop-up box will crash when saving. Details
- Fixed a bug that would cause some plug-in installations to fail when package.json, package-lock.json, and node_modules exist in the upper-level directory of the HBuilderX installation directory. Details
- Language Server: Fixed a Bug in windows platform where the selection of syntax hints in uni-app x projects and the validation platform did not take effect in some cases Details
- Fixed the App cloud packaging uni-app project, the bug is always stuck at 40% after submitting the package Details
- Fixed the bug of upload failure when the
uni_modules
plug-in introduced in version 4.13 contains the uni_modules.config.json script
uni-app
uni-app x plugin
4.13.2024042321-alpha
HBuilder
- Adjust the built-in node version to be upgraded from v16.17.0 to v18.20.0
- Adjust the minimum supported version of macOS to 10.15
- Fixed the bug that closing all tabs will cause UI lag when there are too many tabs Details
- Fixed the bug that when text search is already displayed in the search area, shortcut keys trigger replacement and the replacement area cannot be automatically displayed Details
- Fixed the bug that
ctrl+tab
cannot trigger view switching when there is no open file in the single project window Details
- Language Server: Added uni-app x typeof operator return value to support platform-specific types Details
- Language Server: Added new language service. An error warning will appear when referencing iOS platform-related modules in a non-uts plug-in development environment.
- Language Server: Adjust the language service. The uts plug-in iOS platform language service no longer takes effect under the windows version of HBuilderX.
- Language Server: Fixed the bug that the language service cannot be recognized when importing custom uvue components Details
- Language Server: Fixed the bug of language service uts syntax verification error: "undefined cannot be assigned to type null" Details
- Language Server: Fixed the bug of language service uts syntax verification error: "number type cannot be assigned to number literal type" Details
- Language Server: Fixed the bug that when a syntax error occurs in the language service scss, the prompt cannot be displayed normally in some cases Details
- Added uni-app x running on iOS platform added the function of clearing build cache. The cache directory is unpackage/cache/.app-ios
- Adjust the Android platform build cache directory unpackage/cache/.kotlin to unpackage/cache/.app-android when uni-app
- Added uni-app (x) to publish to app, iOS icon configuration can only be 1024*1024 pixels
- Fixed the bug that the Webview debugging console introduced in version 3.94 could not load the debugging waiting page after clicking the debugging link Details
- Fixed the bug that when uni-app x introduced in version 4.11 is released to the app, the packaging error cannot be displayed normally Details
uni-app
- The Vue3 project upgraded the compiler dependent vite version to 5.2.8
- The WeChat mini program platform has added support for Skyline built-in components: drag sheet, grid builder, list builder, nested scroll body, nested scroll header, open container, share element, snapshot, span details
- Baidu Mini Program Platform Fixes the Issue of Icons Not Displaying Due to Incorrect Path for Introducing Public Static Resources Details
- Web platform Fix A bug in onNavigationBarSearchInputClicked lifecycle that does not trigger in some browsers Details
uni-app x plugin
- Add API $getPageStyle and $setPageStyle, get and set the page style for pages.json Details
- Adjust Cloud objects and functions can be invoked with generics. Cloud object API, Cloud function API
- vue Added Web platform, App-iOS platform Complementing $callMethod supports calling defineExpose export methods. Details
- Web platform, App-iOS platform Fix The bug that with no parameters and one parameter are not supported when constructing UniError Details
- Web platform Fix The use of v-bind in CSS is invalid. Details
- Web platform Fix backgroundColorContent displays an incorrect height. Details
- Web platform Fix The dynamic switching of autoHeight property of textarea component does not take effect in real time Details
- Web platform Fix The bug that cursor style is invalid when textarea and input component is disabled.
- Web platform Fix The request api returns UTSJSONObject when response data is an array Details
- Web platform Adjust The style of UI APIs (showLoading, showToast, showModal, and showActionSheet) align to the app side.
- App-Android platform Fix A bug occurs during build project on cloud when the project contains cloud objects but uniCloud is not used on the project.
- App-Android platform after repair the uts packaging custom plugin base, compile error depends on can't find the Bug [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1379)
- App-Android platform repair ref type data interpolation shown on the template is not correct the Bug [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1344)
- App-Android platform fixed when script setup defined ref type binding v-model, Compile possible error Bug [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1338)
- App-Android platform repair script function declarations under setup cannot recursive call Bug [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1312)
- App-Android platform fixed a Bug where component view set overflow to visible outside the parent element area could not respond to click and touch events [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=157)
- App-Android platform fixed a Bug where the scroll-view subelement setting overflow to visible did not take effect [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1175)
- App-Android platform fixed a Bug that the sticky header component might overlap with the list-view drop-down refresh area after petting [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1242)
- App-Android platform fixes bugs that may be overwritten by list-view in some scenes after sticky-header capping [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1241)
- App-Android platform fixed a Bug where a drop-down refresh after swiper nested scroll-view could prevent swiper from sliding left and right [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1231)
- App-Android platform repair component input, textarea in some cases may be input method keep out bugs [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=947)
- App-Android platform repair component textarea set auto - height resulting in abnormal high Bug [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1298)
- App-Android platform width of the slider to change or repair components after the change of the parent container size display confusion of Bug [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=296)
- App-Android platform fixed a bug in the 4.11 release of CSS transition-duration that the transform might not execute when set to 0ms [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1473)
- New API UniResizeObserver for App-Android platform to monitor size changes of UniElement elements [details] (https://doc.dcloud.net.cn/uni-app-x/dom/uniresizeobserver.html)
- App-Android API FileSystemManager supports file operation methods such as appendFile and readCompressedFile [details] (https://doc.dcloud.net.cn/uni-app-x/api/get-file-system-manager.html)
- App-Android platform repair exit when the application may have temporarily show bad Bug [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=896)
- App - iOS new onPageScroll life cycle [details] (https://doc.dcloud.net.cn/uni-app-x/page.html)
- The filePath attribute of API uni.downloadFile added to the App-iOS platform supports uni.env
- App - iOS new CSS transition - property support all | none [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1381)
- App - click on the iOS platform to repair the slider component slides will not trigger a change event Bug [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1485)
- App - iOS repair component scroll - view because calculation accuracy problems may lead to vertical and horizontal sliding Bug [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1463)
- App-iOS platform fixed the Bug that the height of the text component was not normal when it set the value of line-height without unit through class [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1458)
- App - iOS repair components switch parent element has a click event cannot respond click gesture Bug [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1475)
- App - iOS repair component textarea set cursor attributes will trigger the Bug of focus [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1465)
- App-iOS platform fixed a Bug where the cursor color turned white when textarea set CURSOR-color to null [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1469)
- App - iOS repair component textarea set auto - height resulting in abnormal high Bug [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1298)
- web App - iOS repair components - the view does not trigger the load event of Bug [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1322)
- web App - iOS repair components - the view does not trigger the load event of Bug [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1322)
- App-iOS platform fixed a Bug where the progress component was initialized incorrectly
- App-iOS platform fixes a Bug where component nested child component styles cannot inherit parent component styles
- App-iOS platform fixed a Bug where the picker-view initialization assignment could not be performed immediately
- App - iOS repair CSS element width or height of 0 when set the background gradient leads to the application of flash back Bug [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1471)
-
- App-iOS platform fixed the Bug that the CSS backgroundColor lacked transparency when doing transition animation, causing the color to be incorrect [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1468)
- App-iOS fixed a Bug where border-radius was invalid when CSS border-style was solid and border-width was set [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1470)
- App-iOS platform fixed a Bug where the DrawableContext set font failed when the font information (such as "13px Arial") was present [details] (https://issues.dcloud.net.cn/pages/issues/detail?id=1472)
- App-iOS platform fixes Bug where event bubbling may stop automatically in some cases
- App-iOS platform fixed a Bug where v-modol was invalid when input component type attribute was dynamically assigned
- App-iOS platform fixes Bug where selectorQuery.in passed component instances are invalid
uts plugin
App plug-in (including 5+App and uni-app App)
- [important] iOS support new privacy listing, meet Appstore from May 1 new compliance requirements [documents] (https://uniapp.dcloud.net.cn/tutorial/app-ios-privacyinfo.html)
- Update uni-AD module Kuaishou Advertising and Kuaishou Integration Alliance SDK for Android version 4.14.32; Google AdMob SDK for iOS is version 11.2.0
- iOS platform update push module FCM SDK is version 10.23.1
- iOS platform updated statistics module Google Statistics SDK for version 10.23.1
- iOS platform updates the login module Facebook SDK to version 17.0.0; The Google SDK is version 7.1.0
- iOS platform fixed the Bug that the offline SDK integrated PDFNet.framework runtime flashed
- iOS platform fixed one-click login mobile phone card after changing the card to call one-click login again, the login information is still the previous mobile phone card Bug
4.12.2024041009-alpha
HBuilder
- Added bug feedback plug-in uni-app x classification, supports web and iOS platform, and allows multiple selections
- Language Server: Adjust the language service and upgrade the d.ts version of the built-in vue framework from 3.2.26 to 3.4.21
- Language Server: Fixed language service uvue tag syntax verification bug that falsely reports that v-slot and v-bind are not recognized
- Fixed a bug that may cause HBuilderX to crash in some cases when right-clicking on the editor and
Find References
Details
- Fixed the bug of unsaved tag cards, in the inactive state, the modified content is not restored correctly after exiting and reopening HBuilderX [Details](https://issues.dcloud.net.cn/pages/issues/detail?id =1317)
- Fixed a bug in the editor floating prompt, where the link color in the prompt message is not clearly visible under dark themes Details
uni-app x plugin
- Web platform Adjust Roll back the adjustment that HBuilderX 4.11 sets the default value of z-index to 0 Details
uts plugin
- iOS platform Fix The bug that the object literal cannot be converted to a specified type when the type is imported from uni-module app-js Details
4.11.2024040401-alpha
HBuilder
- [Important] uni-app x supports iOS
- Language Server: Added new language service uni-app x to support css syntax verification Details
- Language Server: Added new language service uni-app x to support uvue tag syntax verification Details
- Language Server: Newly added language service uts plug-in iOS platform supports the api of the third-party framework used by prompts (only supported by Mac version)
- Language Server: Fixed the bug of using inner class in language service uts syntax verification to incorrectly report errors when defining generics
- Language Server: Fixed the bug of language service uts syntax verification when the special value range string and string type variables are assigned to each other.
- Language Server: Fixed the bug that when the language service uni-app x platform verification error prompts, the platform error order is inconsistent with the order when setting the platform.
- Fixed the bug that the F11 shortcut key does not take effect in the default shortcut key scheme when switching windows to do not disturb mode
- Fixed the bug that Chinese ¥ cannot be input after vue file
{{}}
Details
- Fixed the bug of inserting a blank line upward when the cursor is on the first line, inserting incorrect content
- Fixed the bug where go to a newly opened file defined when the file is relatively large may cause the cursor to return to the beginning of the file when it rolls back.
- Fixed the bug that after uninstalling and reinstalling the Prettier plug-in, if there is a formatting conflict, the plug-in name will appear repeatedly in the pop-up box [Details](https://issues.dcloud.net.cn/pages/issues/detail?id =849)
- Fixed the problem when uni-app prints multiple object type parameters, clicking a hyperlink will jump to the last Details
- Fixed the bug that the uni-app cli project vue3 cannot run when using vite Details
uni-app plugin
- Web platform Adjust The vue version has been upgraded from 3.2.47 to 3.4.21, which supports new features such as defineOptions, defineModel, and toValue.
- Web platform Fix The bug that vue3 version scroll-view cannot use custom refresher.
uni-app x plugin
- Added Compiled to iOS platform
- Web platform Adjust The vue version has been upgraded from 3.2.47 to 3.4.21, which supports new features such as defineOptions, defineModel, and toValue.
- Web platform Add Page style and globalStyle support the backgroundColorContent property. Details
- Web platform Add scroll-view and list view support custom dropdown refresh. Details
- Web platform Add list-view supports dropdown refresh of related properties and events. Details
- Web platform Fix Bug with missing dy attribute for scroll-view component dropdown refresh related events. Details
- Web platform Fix Bug with invalid style for child elements within the navigator component. Details
- Web platform Fix Bug where maxlength in input and textarea components cannot limit the value set in uts. Details
- Web platform Adjust The textarea and input maxlength attributes are adjusted to not limit the length when illegal values are passed in, and the default adjustment is to not limit the length.
- Web platform Adjust When the percentage attribute of the progress component passes in an illegal value, it shows 0%, which was previously NaN.
- Web platform Adjust The default z-index for built-in components and page containers has been adjusted from auto to 0.
- Web platform Adjust Adjust the font family of the body to
'-apply-system', HelveticaNeue;
, Consistent with system fonts on iOS.
uts plugin
- Web platform Fix Default value cannot overwrite null bugs during destructuring. Details
uniCloud plugin
- Fixed the bug caused by version 4.07 that cannot be uploaded to front-end web hosting Details
4.07.2024032807-alpha
HBuilder
- Fixed the bug that when uni-app is run on a real machine and the simulator supports multi-cpu architecture, the standard base falsely reports that it is not supported Details
- Fixed the bug that when the built-in browser of uni-app is opened, switching files causes unrunning projects to run automatically Details
- Fixed the bug that the release directory prompt of the uni-app cli project is that the web is actually packaged into h5 Details
- Fixed the bug that the custom running of uni-app to web package.json does not take effect when running to the built-in browser Details
uni-app plugin
- Web, App platform, Fixed the bug in version 4.06 where the border style was incorrect after changing the button's border-radius Details
uni-app x plugin
- Web platform, Fixed the bug in version 4.06 where the border style was incorrect after changing the button's border-radius
4.06.2024032403-alpha
HBuilder
- Fixed the bug caused by version 4.05 when importing project templates from the plug-in market and incorrectly prompting that the project template is invalid
- Fixed the bug introduced in version 4.02, uni-app console, the printed log jump cannot use the json to type function after opening the file [Details](https://issues.dcloud.net.cn/pages/issues/detail ?id=999)
4.05.2024032021-alpha
HBuilder
- Fixed the bug that the uni-app (x) project may falsely report that the
uniapp-extension
plug-in has been tampered with when HBuilderX is first started.
uni-app x plugin
- Web platform Fixed In some cases, the picker-view and picker-view-column values are displayed incorrectly, and the change event is triggered. Details
4.04.2024031519-alpha
HBuilder
- Fixed the issue where when uni-app is released to the web and tree-shaking optimization is turned on, it prompts that the compilation is successful but there is no file. Details
- Plug-in: New im-notifier plug-in Receive new message notifications from uni-im and prompt users Details
uni-app plugin
- Web platform Fixed The previous page is blank during iOS safari gesture back Details
- Weixin Mini Program Added uni.requestVirtualPayment API Details
uni-app x plugin
- Web platform Optimized Reduce compilation time
- Web platform Fixed Api uni.rpx2px report an error after the project is released Details
- Web platform Fixed An error is reported by using instanceof UniXXXElement Details
uniCloud Plugin
- Plug-in: uni-pay supports virtual payments for WeChat mini programs Details
- Added uni-pay-x, uni-app x version of uni-pay Details
4.03.2024031101-alpha
HBuilder
- Language Server: UTS plugin, Auto-importing packages without a newline after the first line when no other import nodes exist in the current file.
- Language Server: uts syntax check, When the function parameter type is
UTSJSONObject
, when calling the function and using a literal object to pass parameters, a false positive type mismatch bug occurs
- Language Server: uts syntax check
instanceof
does not allow the type defined by type to be used as a value.
- Mobile App Playground: Fixed uni-app, after the iOS standard base is signed, it will not be automatically deleted during the next upgrade, causing the re-signed base that runs after the upgrade to be a bug in the previous version
- Mobile App Playground: Fixed the bug of uni-app x custom debugging base. After upgrading HBuilderX, the base version mismatch was not prompted.
uni-app plugin
- Web platform Fix the bug of conditional compilation failure for .scss files in Vue3 project.
uni-app x plugin
- Fixed the bug where conditional compilation was not effective during pre-check in pages.json. Details
- Web platform Adjust When running to the browser, compile the code in the script tag into compatible code that can be run in earlier browsers
- Fixed the bug on the App-Android platform where conditional compilation in APP-PLUS was effective. Details
uniCloud plugin
- Fixed the bug caused by version 3.98 that caused the cli project to be unable to download to the specified location when downloading cloud functions or public modules
- Fixed the bug caused by version 4.02 that dependencies are not automatically installed when uploading public modules
- Fixed the bug caused by version 4.02 that the uni_modules.platforms.cloud field in the package.json file of the uni_modules plug-in is not configured with a cloud vendor, resulting in the uniCloud directory of the plug-in not being displayed in the uniCloud virtual directory [Details](https://ask .dcloud.net.cn/question/187371)
4.02.2024030621-alpha
HBuilder
- Language Server: Fixed the bug of importing vue type error when using vue3+ts in uni-app project Details
- Language Server: Fixed the bug where the pinia module search error caused false alarms when using ts in the uni-app project Details
- Language Server: Fixed uts Android, automatically fix the bug that when there are multiple import package options, the import result of selecting an option other than the first one is incorrect.
- Fixed a bug that caused memory leaks when part of the memory was not recycled properly when the editor was opened or closed.
- Fixed a bug where a certain position may be lost when returning to the previous cursor position when quickly going to the definition continuously.
- Fixed the bug that may cause the interface to become unresponsive in a weak network environment when creating a new project
- Fixed the bug that the preview interface cannot disappear when the folded line in the code folding preview is at the last line of the screen
- Fixed the bug that the Prettier plug-in does not recognize the embedded uts code when formatting uvue Details
- Fixed a bug in the MacOSX project manager & built-in resource management that uses shortcut keys to rename file names. When entering the editing state, triggering the shortcut keys again will not automatically commit the changes. Details
- Fixed the bug that the Html preview sub-menu item
Save and automatically refresh the browser
is not displayed in the run menu Details
- Fixed the bug of 404 reported when previewing html files when the project directory name contains the character '.'
- Added uts plug-in uts Android plug-in development, supporting Gradle 8.x Details
- Adjust uni-app (x) to run on the web, adjust the console log output format
- Adjust uni-app x to run on Android, adjust console log output format
- Fixed uni-app x, project contains uts plugin, run to custom base, Bug in running error when
Clean build cache
is checked Details
uni-app plugin
- App platform Fixed the bug of compile error in nvue page of Vue2 Cli project Details
- App-Android platform Added API uni.getChannelManager to get the notification channel manager Details
- App-Android platform, fix the first installation call uni.scanCode may have a black screen bug details
- Web Fixed the bug of Vue3 project automation testing element.input method error Details
- TikTok Mini Program Added The component supports virtualHost configuration Details
- TikTok Mini Program Fixed the bug of attribute loss when Vue3 project uses plug-in Details
- TikTok Mini Program Fixed the bug in Vue2 project using internationalization error Details
uni-app x plugin
- Web, App-Android platform, Fixed UniElement The tagName and nodeName is not consistent with the component name Details
- Web, App-Android platform, Fixed The bug that $parent does not skip the built-in components Details
- Web, App-Android platform, Added API uni.rpx2px Details
- Web platform, Added The list-view and list-item components are supported Details
- Web platform, Added The sticky-section and sticky-header components are supported Details
- Web platform, Fixed In some scenarios, the type inference does not use the object literal as UTSJSONObject Details
- Web platform, Fixed The bug that prevents instances from being created correctly when any[] is included in the type literal Details
- Web platform, Fixed The bug that does not automatically create an instance when a variable is declared as non-globally declared type Details
- Web platform, Fixed The bug that $forceUpdate failed to update the contents of the built-in component slot Details
- Web platform, Fixed The bug that the exported type cannot be found when the newly exported type in the hot-update UTS file is used Details
- Web platform, Fixed The request, uploadFile, and downloadFile APIs timeout immediately when timeout parameter is null Details
- App-Android platform, add API uni.requestPayment, support Alipay payment details
- App-Android platform, adjustment, component button is a native implementation, which solves the problem that the actual rendering width and height are inconsistent with the web side details
- App-Android Fixed An error is reported when you associate a unicloud space with another project and use a cloud object in it Details
- App-Android platform, fix the bug that the component width is incorrect when the component text has no text content Details
- App-Android platform, fix, component text subcomponent setting background-color style invalid bug details
- App-Android platform, fix the bug that the component text subcomponent cannot modify the text content details
- App-Android platform, fix the bug that the component image request network picture cannot share cookies details
- App-Android platform, fix the bug that the dynamic adjustment of the width and height of the component list-item does not take effect Details
- App-Android platform, fix, component list-view part of the scene modification refresher-triggered attribute value may not take effect Bug Details
- App-Android platform, fix The component list-view reports an error when deleting slot sub-elements in some cases Details
- App-Android platform, fix the bug that API uni. setNavigationBarColor cannot set the background color of the system status bar when customizing the navigation bar Details
- App-Android platform, fix the bug that the z-index property is invalid after the position property is set to fixed in the CSS 4.0 version Details
- App-Android platform, updated, cloud packaging environment compileSdkVersion is 34
- App-Android platform, fix the bug that clicking tab switch crashes when tabBar configures pagePath incorrectly Details
- App-Android platform, fix the bug that may compile an error when using UTSAndroid.getJavaClass to get imported classes details
- App-Android platform, fix unicloud-db component, use setup syntax, the bug that data cannot be used in the scope slot details
- App-Android platform fix A bug occurs when a numeric error code is returned by a cloud object details
- App-Android platform, optimize the construction of type-type responsive objects, avoid the use of reflection, and optimize performance
uts plugin
uniCloud plugin
- Added
uniCloud.httpProxyForEip.get
API to support headers field
- Fixed the bug that the cloud function will still be uploaded after failure to install dependencies when uploading cloud functions
- Fixed the bug that the node_modules directory would not be removed when uploading public modules
- Fixed the bug that the geographical location query/index API cannot be used when running locally
- Fixed the bug that the associated service space is not displayed when opening the cloud space again after the project is closed Details
- Fixed the bug that the unicloud directory is incorrectly recognized when running associated with other projects
- Fixed the bug of no response when clicking the associated service space when not logged in
- Fixed the bug that the virtual directory cannot be displayed correctly when Alipay Mini Program Cloud, Alibaba Cloud, and Tencent Cloud spaces exist at the same time
- Adjust Aliyun The size limit of URL request body is adjusted from 1 MB to 2 MB, and the size limit of response body is adjusted from 1 MB to 2 MB
4.01.2024020211-alpha
HBuilder
- Adjust the Git plug-in and separate the Git Blame function into a separate plug-in, which can be downloaded from the plug-in market.Details
- Language Server: Fixed the bug that causes performance degradation when uni-app x uts code imports too many Android platform libraries
- Language Server: Fixed the bug that the globalProperties attribute defined in uni-app x main.uts cannot be prompted in other uvue pages
- Language Server: Fixed the bug that when uni-app x import imports uvue files, the path cannot go to the defined bug
- Language Server: Fixed the bug that when opening multiple html files, switching to the previous html, variables floating, going to definition, etc. may not be correct if it is not modified.
- Language Server: Fixed the bug that uni api is not prompted under uni_modules utssdk
- Language Server: Fixed the bug that caused the code prompts to become slower and slower when developing uniCloud cloud functions and cloud objects.
- Fixed the bug of hbuilderx object reporting undefined in plug-in API custom webview view introduced in version 4.0 Details
- Fixed the bug caused by version 4.0, when the uni_modules plug-in is uploaded to the plug-in market and the interface keeps loading when opening it
- Fixed the bug introduced in version 4.0 that the schema2code plug-in right-clicked to trigger the Schema2Code menu and the interface kept loading when opening it.
- Fixed the bug that uni-app (x) HBuilderX may falsely report that the
uniapp-extension
plug-in has been tampered with when it is started and click Run immediately.
- Fixed a bug in uni-app (x) that caused HBuilderX to crash when clicking preview after opening an image file in the editor.
uni-app plugin
- Web Fixed the bug of Vue3 project ssr running error Details
- Web Fixed the bug of Vue3 project ssr packaging error Details
- Web Adjust The A label in the node rendered by the navigator component is moved from the outside of the uni-navigator label to the inside of the uni-navigator label.
- App Fixed the bug that the nvue page of the Vue2 project cannot reference static resources in non-static directories.
uni-app x plugin
- Web Adjust The A label in the node rendered by the navigator component is moved from the outside of the uni-navigator label to the inside of the uni-navigator label.
- Web Adjust When the getStorage and getStorageSync operations return data of the object type, it is converted to the UTSJSONObject type
- Web Adjust The data returned by the request operation is converted to the UTSJSONObject type
- Web Fixed Unused easycom components contain errors or unsupported usage on the web side that cause compilation errors
- Web Fixed In some scenarios, an error occurs when using the literal value of an object as a specified type.
- Web Fixed When referencing a .uvue file, the module cannot be found without a suffix.
- Web Fixed In some scenarios, the conditional compilation in the uts file is invalid.
- Web Adjust Type validation failures are adjusted from an error to a warning without interrupting compilation.
- Web Added Map types are supported when binding classes and styles.
- App-Android platform, fix the bug that occurs when deleting child elements inside slots of special elements (list-view, etc.) Details
uniCloud Plugin
- Fixed The security network client verification function cannot be used caused by version 3.97.
4.0.2024012711-alpha
HBuilder
- Language Server: Added uni-app x to support multi-platform code prompts and grammar verification, and can switch language services by platform Details
- Language Server: Added uni ext api, supporting interface.uts specification Details
- Language Server: Upgrade the built-in typescript library from
4.5.5
to 5.2.2
- Language Server: Fixed the bug of $ appearing in tag code completion when opening a file in a shared directory Details
- Language Server: Fix: In some cases, css cannot be transferred to the defined bug Details
- Language Server: Fix the bug that pages.json, path prompts incorrect page path Details
- Language Server: Fix the bug that caused the file to be occupied and unable to be renamed after displaying the reference results after searching for references.
- Plug-in: New Git plug-in supports blame and displays git log at the end of the code line Details
- Plug-in: Adjust the bug reporting plug-in. The HBuilder running logs, uni-app console logs, etc. that are checked when reporting bugs are uploaded to be visible only to administrators.
- Plug-in: Optimize the bug reporting plug-in. After submitting a bug, click the details to jump to the issues system to support automatic login.
- Plug-in: Repair bug reporting plug-in macOSX cannot paste pictures when reporting bugs Details
- Fixed AI virtual row style exception when switching themes. Details
- Optimize network error prompts in HBuilderX login interface
- Added support for system associated icons for windows uts and uvue files
- Fixed the bug that prompts HBuilderX to prevent shutdown when Windows computer is shut down
- Fixed the bug that when a menu pops up in a certain window in MacOSX multi-window situation, and then the mouse clicks on another window, the focus state and activated window are incorrect.
- Fixed the bug that when the console file link is clicked to jump to the editor, if the target line is collapsed, it will not automatically expand.
- Fixed the bug of incorrect coloring of jsdoc @ tag under vue file script.
- MarkDown: Fixed a bug that caused the preview to fail when the markdown preview file name contained a + sign or other special symbols. Details
- MarkDown: Fixed a bug in markdown preview that caused the preview to fail if the file name was modified after previewing. Details
- MarkDown: Fixed the bug that markdown preview cannot be parsed and rendered normally when embedded html code Details
- Html preview: Fixed the bug in html preview where external html files cannot be run into the browser Details
- Html preview: Fixed the bug that the reference to relative path resources in html preview does not take effect
- Html preview: Fixed the bug that the built-in browser log cannot be output to the console when the html file path of the html preview contains Chinese characters.
- Fixed a bug that may cause the interface to freeze when the plug-in process crashes abnormally
- Fixed a bug in the plug-in API that uses font icon extension plug-ins. After installation and use, the plug-in cannot be uninstalled due to font occupation.
- Fixed the bug that the plug-in API window.getActiveTextEditor does not return when there is no open tab card.
- Fixed the bug of running multiple html to chrome and modifying one of them, causing the rest of html pages to refresh. Details
- Fixed the bug that caused 5+ projects to disappear when running the menu bar until the browser entrance disappears Details
- uni-app: Adjust the uni-app running unpackage compilation directory and change the
h5
directory name to web
- uni-app: Fixed the bug that uni-app runs and runs to Alipay applet and custom run does not take effect Details
- uni-app: Fixed the bug that causes HBuilderX memory usage to increase in some cases when running uni-app Details
- uni-app: Fixed the bug that the uni-app(-x) pages.json file, uts file, menu
Edit
-Comment
-Conditional Compilation
function does not take effect
- uni-app: Added uts plug-in for uni-app x project to support debugging Details
- uni-app: Fixed the bug that the format of manifest.json is incorrect when copying permissions to the Android permission configuration interface Details
- uni-app: Fixed the bug that when the plug-in market imports a project and the project only supports vue2, the vue3 button on the import interface can still be clicked.
uni-app Plugin
- App-Android platform, fix the bug that the location list cannot be obtained after the first call of uni.chooseLocation after installation details
- App-Android platform, fix the bug that the outer swiper cannot slide when the nvue swiper component is embedded in the swiper setting disable-touch
- Web platform, new vue3 scroll-view component supports show-scrollbar attribute
- Web App-Vue Added input component supports cursor-color attribute. Details
- Web App-Vue Added textarea component supports cursor-color attribute. Details
- Web Fixed the bug of duplicate static resources after packaging the Vue2 project. Details
- Web Optimize the vue3 project getCurrentPages() returns the options property. Details
- Mini Program Fixed the bug of slow compilation when there are large base64 characters on the page. Details
- Weixin Mini Program Fixed the bug in the vue2 project where workers are configured as objects. Details
- Weixin Mini Program Fixed a bug in Vue2 project where class line breaks cause errors in mini program compilation. Details
- TikTok Mini Program Fixed the bug with invalid rtc room component properties. Details
- Alipay Mini Program platform, fix the bug that globalObjectMode is configured to enable compilation error details
- Alipay Mini Program platform, fix, native Mini Program component delivery props invalid bug details
uni-app x plugin
- [Important] Added, compiled to web platform Details
- 【[Important] Adjust, add the Uni prefix to the component event type name to avoid conflicts with the browser global event Details
- Added vue composite API details
- Added vue built-in component KeepAlive details
- Added vue built-in component Teleport details
- Added vue watch to support deep and immediate configuration details
- Added vue component props to support string array declaration, at this time all prop types are any | null details
- Added css variable details
- Fix the bug that some components are nested, which makes it impossible to recycle when the page is closed details
- Compiler, fix the bug that APP-ANDROID and APP-IOS do not take effect in pages.json details
- App-Android platform, Fixed the bug where the template unexpectedly compiles an object into a map. details
uts plugin
- Fixed An error was reported when compiling the array type of the special value field string.
uniCloud Plugin
- Added Alipay Mini Program Cloud Database to support geographical location query
- Added: When running a cloud function, the console can click on the cloud function name to jump to the corresponding cloud function.
- Added: When the local node version of the cloud function is inconsistent with the cloud node version, uploading the cloud function will prompt the local node version and the cloud node version.
- Fixed the bug that the selected statement will not be executed in the JQL manager Details
- Fix the bug that Alipay applet cloud Redis local debugging cannot run
- Fixed the bug that the front-end web hosting upload did not automatically select the service space bound to the current project
- Fixed a bug where associated projects can still be switched when switching cloud vendors in the associated service space
- Fixed the bug that the "upload schema extension js configuration" timeout was too short, causing the upload to fail.
- Fix the bug that projects created by cli cannot upload schema Details
- Fix the bug of invalid query using native MongoDB $ in Alipay Mini Program Cloud Database Details
- Fix the bug of JQL connection table query in Alipay Mini Program Cloud Database Details
- Fixed the bug that cloud functions can only be associated with public functions under uni_modules Details
ReleaseNote
https://download1.dcloud.net.cn/hbuilderx/changelog/ReleaseNote_alpha_archive_en_2023.html