# Stable Build (Stable Version) Update Log

# 1.02.1904090 Update Description Windows 64, Windows 32, macOS

# 2019.04.17

  1. A Added cloud function local debugging documentation.
  2. A Added Weixin Work simulator plug-in documentation.
  3. A Added support for calling CLI/HTTP to close the project window and exit the Weixin DevTools. Details
  4. A Added a Mini Program to support pageOrientation: "landscape".
  5. A Added page configuration in subpackage configuration to automatically generate relevant page structure. Feedback Details
  6. A Added physical device debugging to debug functionalPage.
  7. A Added geographic location index in the cloud console. Documentation
  8. U Fixed the lagging problem when compiling large-scale Mini Program projects.
  9. U Optimized TS version of code structure which allows quick start.
  10. U Optimized the interactive experience of background audio
  11. F Fixed the problem that HTTP calls could not be uploaded. Feedback Details
  12. F Fixed the issue with the tabBar font color to make the RGB format inconsistent with that in client.
  13. F Fixed the problem that tabBar was covered by the mask.
  14. F Fixed wx.getBackgroundAudioManager to make it inconsistent with that in client. Feedback Details
  15. F Fixed navigationStyle: custom to rectify the issue where the page with the web-view component did not have the top navigation bar.
  16. F Fixed the problem that --upload-desc would truncate the content after the space when the command line is called for upload. Feedback Details
  17. F Fixed local proxy in proxy settings to rectify the issue where a space is added before text when the focus disappeared.
  18. F Fixed the problem that the proportion of base library is displayed only after the first preview.
  19. F Fixed wx.connectSocket to rectify the issue of abnormal control of the maximum number of connections at a timeout.
  20. F Fixed wx.connectSocket to rectify the issue where there was no error callback if the connection cannot be established.
  21. F Fixed web-view to rectify the issue where the entire problem could not be displayed in the landscape mode. Feedback Details
  22. F Fixed the problem that a custom property error was reported when wxss started with a non-numeric character.
  23. F Fixed the problem that incorrect windowHeight is returned when calling wx.getSystemInfo in the custom tabBar.
  24. F Fixed the issue of custom analysis test failure. Feedback Details
  25. F Fixed the problem that a pull-down prompt appeared when a user whose appid did not enable Cloud Base tried to create a project with a Cloud Base template.
  26. F Fixed the problem that two status bars appeared when authorization settings were opened from the pop-up simulator. Feedback Details
  27. F Fixed the problem that wx.chooseMessageFile was invalid after tabBar switch.
  28. F Fixed the problem that the wxml panel could not parse style when notes were added after keyframe in the wxss file. Feedback Details
  29. F Fixed the problem that wx.getMenuButtonBoundingClient failed after the simulator popped up. Feedback Details
  30. F Fixed the problem that no identical logs could be displayed in wxs. Feedback Details
  31. F Fixed the problem that no error message was displayed in wxs. Feedback Details
  32. F Fixed the problem that other tabBar pages would be displayed first when tabBar was adjusted. Feedback Details
  33. F Fixed the problem that an error was reported when building mqtt package with npm.
  34. F Fixed the issue of abnormal size of the project list window.
  35. F Fixed the problem that the upload time is displayed incorrectly. Feedback Details

# 2019.02.01

# 1.02.1902010 Windows 64, Windows 32, macOS

  1. F Fixed the issue of incomplete display of interface debugging style information. Feedback Details

# 2019.01.23

  1. F Fixed the problem that app.json usingComponent in 1.02.1901221 did not spread. Feedback Details
  2. F Fixed the problem that projects with long paths could not be opened. Feedback Details
  3. F Fixed the problem that the project list window often popped up in the win version of 1.02.1901170. Feedback Details

# 2019.01.22

  1. F Fixed the problem that wx.previewImage of 1.02.1901170 was invalid. Feedback Details
  2. F Fixed the problem that the pageJSON error was reported when preview of 1.02.1901170 was used. Feedback Details
  3. F Fixed the problem that the project list window often popped up in the win version of 1.02.1901170. Feedback Details
  4. F Fixed the problem that tabBar selectIconPath of 1.02.1901170 was invalid. Feedback Details
  5. F Fixed the issue of the Back button when the Mini Program was in the full screen mode in 1.02.1901170. Feedback Details
  6. F Fixed the problem that valid fields in ext.json were incorrectly prompted as invalid fields. Feedback Details
  7. F Fixed the problem that wx.setStorage key could be left empty.
  8. F Fixed the issue of code upload exception via command lines of third-party platforms. Feedback Details

# 2019.01.17

  1. A Added custom tabbar debugging. Details
  2. A Added Weixin Developers·Code Management Details
  3. A Added security settings so that manual enabling is required to call CLI/HTTP. Details
  4. A Added visitor mode to allow modification of appid
  5. U Optimized the project creation process
  6. U Optimized the feedback interaction of Weixin DevTools modal window.
  7. U Optimized the field type check and invalid field prompt for app.json and page.json.
  8. F Fixed the problem that a code could not be uploaded/downloaded correctly due to unclear local cache of Cloud Base after modification of appid.
  9. F Fixed the problem that the system proxy still appeared even after failure to set system proxy.
  10. F Fixed the repetitive prompt after failure to set system proxy in Windows.
  11. F Fixed the problem that AppData debugging panel was missing in the multi-account debugging window. Feedback Details
  12. F Fixed the problem that macOS replication was invalid.
  13. F Fixed the issue of incomplete display of interface debugging style information. Feedback Details
  14. `Fixed the problem that media query was not displayed in the WXML panel. Feedback Details
  15. F Fixed the problem that WXML panel style no longer responded after one click. Feedback Details
  16. F Fixed the problem that Weixin DevTools could not listen on file changes after a project directory was deleted and then created in the disk.
  17. F Fixed the problem that some login-related error prompts were missing.
  18. F Fixed the problem that app.onHide was not triggered when sharing. Feedback Details
  19. F Fixed the problem that the request of wx.downloadFile wx.uploadFile could not appear in the Mini Game debugger.
  20. F Fixed the problem that an error was reported when Weixin DevTools was switched to background in base library 2.4.4. Feedback Details
  21. F Fixed the problem that style was missing from pages with plug-ins in the Mini Program subpackage.

# 2018.12.27

Windows 64, Windows 32, and macOS

  1. F Fixed the issue of first_column in 1.02.1812260. Feedback Details
  2. F Fixed the problem that an authorization window always popped up when getLocation was used.

# 2018.12.26

  1. A Added app.json to support the permission field.
  2. A Added page.json to support the navigationStyle field (only available to base library 2.4.3).
  3. F Fixed the issue of incorrect black theme style in some components.
  4. F Fixed the problem that appearance settings could not be opened during debugging of Official Account webpages.

# 2018.12.18

  1. A Added the black theme. Details
  2. A Added support for debugging via mDns.
  3. A Added display of the simulator on the right side of DevTools.
  4. A Added the Home and Back buttons in the simulator. Feedback Details
  5. A Added web-view to support bindload/binderror
  6. A Added project.config.json in which appid can be modified.
  7. A Added the configuration item deviceOrientation of game.json to support landscapeLeft/landscapeRight on Mini Game.
  8. A Added a Mini Program configuration file to support pageOrientation. Details
  9. A Added CLI/HTTP to support automatic preview Details
  10. U Made an optimization so that the prompt of whether any dependency is not installed appears when uploading cloud functions.
  11. U Made an optimization so that the selected compilation mode is automatically located when there are multiple custom compilation conditions.
  12. U Optimized custom compilation conditions to support arrow keys.
  13. F Fixed the problem that app.wxss was loaded twice in the Mini Program subpackage. Feedback Details
  14. F Fixed the problem that an exception occurred when writing extAppid into app.json.
  15. F Fixed the problem that command + S did not work in the DevTools for macOS. Feedback Details
  16. F Fixed the problem that plug-ins in the subpackage could not reference their own resources.
  17. F Fixed the problem that app.js was executed during pre-loading of the subpackage. Feedback Details
  18. F Fixed the problem that an error was reported when the uploaded game.js of the Mini Game subpackage was an empty file.
  19. F Fixed the problem that DevTools could not be enabled by clicking the code fragment link.
  20. F Fixed the problem that the debugger for debugging Official Account webpages could not pop up.
  21. F Fixed the missing of the task bar icon in the Windows version.
  22. F Fixed the problem that Page.onTabItemTap could be triggered only once. Feedback Details
  23. F Fixed the problem that usingComponents of app.json did not take effect when the page did not have the json file. Feedback Details
  24. F Fixed the problem that the return code was 0 when an error occurred to cli.