Skip to content

版本记录

[ 1.1.8 ] - 2024-12-31 Jason Yang
  • Added support for Plus plan users.
  • Added image upload functionality.
  • Fixed some bugs.
  • Updated the documentation.
[ 1.1.7 ] - 2024-12-01 Jason Yang
  • Added plugins support and the Node-Camera plugin.
  • Added blocks:
    • Utils - create object url, revoke object url.
  • Updated the RC-Panel example.
  • Fixed some bugs.
  • Updated the documentation.
[ 1.1.6 ] - 2024-11-01 Jason Yang
  • Added an "Image to Data URL" utility to the toolbar.
  • Fixed some bugs.
  • Updated the documentation.
[ 1.1.5 ] - 2024-10-28 Jason Yang
  • Updated the content layout of the examples dialog.
  • Fixed some bugs.
  • Updated the documentation.
[ 1.1.4 ] - 2024-10-27 Jason Yang
  • Added blocks:
    • Style - position, position inset.
    • DOM - text get content, image get src.
  • Added example:
    • RC-Panel
  • Fixed some bugs.
  • Updated the documentation.
[ 1.1.3 ] - 2024-10-22 Jason Yang
  • Added blocks:
    • Style - y connector.
    • DOM - text set content.
    • Network - http client get settings, websocket get settings, mqtt get settings.
    • Variables - dot operator.
  • Modified blocks:
    • DOM
      • Renamed dom set state to control set state and changed the parameter type from field to input.
      • Renamed dom get/set value to control get/set value.
      • Renamed dom set class/style to element set class/style.
    • Widgets
      • timer control. Removed the hidden attribute.
      • toggle button. Added a button classes option.
      • card. Added an ID attribute.
      • component set state, d-pad set state. Changed the parameter type from field to input.
    • Network
      • Merged when websocket connected and when websocket closed into websocket connect event.
      • Merged when mqtt connected and when mqtt closed into mqtt connect event.
      • http client, websocket client, mqtt client. Removed the hidden attribute.
  • Removed blocks:
    • Widgets - component set class/style. Replaced by element set class/style.
  • Fixed some bugs.
  • Updated some examples.
  • Updated the documentation.
[ 1.1.2 ] - 2024-10-16 Jason Yang
  • Added support for user-defined internal styles (html root settings).
  • Added an App language option (html root settings).
  • Fixed some bugs.
  • Updated the documentation.
[ 1.1.1 ] - 2024-10-11 Jason Yang
  • Added 中文 language option.
  • Fixed some bugs and browser compatibility issues.
  • Updated the documentation.
[ 1.1.0 ] - 2024-09-30 Jason Yang
  • Updated Blockly to v11.
  • Fixed some bugs.
  • Updated the documentation.
[ 1.0.11 ] - 2024-09-26 Jason Yang
  • Added blocks:
    • DOM - dom set class, dom set style.
    • Widgets - component set state, component set class, component set style.
  • Modified blocks:
    • HTML - group. Added an ID attribute.
    • Widgets
      • toggle button. Added a label option.
      • switch set, toggle button set. Moved the state setting to component set state.
  • Removed blocks:
    • Widgets - slider set state, joystick set state. Replaced by component set state.
  • Fixed some bugs.
  • Updated the documentation.
[ 1.0.10 ] - 2024-09-22 Jason Yang
  • Added blocks:
    • Network - http client open settings, websocket open settings, mqtt open settings.
  • Added icons to the categories in the toolbox.
  • Fixed some bugs.
  • Updated the documentation.
[ 1.0.9 ] - 2024-09-19 Jason Yang
  • Added blocks:
    • Widgets - toggle button, when toggle button switches, toggle button check, toggle button set, indicator, indicator set, fullscreen button.
  • Modified blocks:
    • Style - classes. Added a Bootstrap predefined classes selector.
  • Added a toggle button to the code panel.
  • Fixed some bugs and browser compatibility issues.
  • Updated the documentation.
[ 1.0.8 ] - 2024-09-04 Jason Yang
  • Added blocks:
    • Widgets - joystick, when joystick changes, joystick set state, d-pad, d-pad event, d-pad set state.
  • Added a unified color picker for use within blocks and options dialogs.
  • Added a fullscreen toggle button to the toolbar.
  • Added operational tips after opening an example.
  • Updated the palette and default theme colors to "Flat Design Color Chart".
  • Fixed some bugs.
  • Updated the documentation.
[ 1.0.7 ] - 2024-08-22 Jason Yang
  • Added blocks:
    • Widgets - card.
  • Modified blocks:
    • HTML - button. Added an icon attribute.
    • Widgets - line chart, gauge. Added a border option.
  • Refactored UI code.
  • Updated some examples.
  • Updated the documentation.
[ 1.0.6 ] - 2024-08-10 Jason Yang
  • Added blocks:
    • Widgets - slider, when slider changes, slider get value, slider set value, slider set state.
    • Utils - show toast.
    • Functions - return.
  • Modified blocks:
    • Network - http GET, http client GET. Added HTTP response status parameter.
  • Updated the default theme colors.
  • Updated some examples.
  • Fixed some bugs.
  • Updated the documentation.
[ 1.0.5 ] - 2024-06-29 Jason Yang
  • Added blocks:
    • Widgets - switch, when switch turns, switch check, switch set.
  • Modified the text on the DOM blocks to meet the consistency of the block descriptions.
  • Fixed some bugs.
  • Updated the documentation.
[ 1.0.4 ] - 2024-06-20 Jason Yang
  • Added blocks:
    • Widgets - line chart, line chart push, line chart data, gauge, gauge set.
  • Added examples:
    • Line-Chart
    • Gauge
  • Fixed some bugs.
  • Updated the documentation.
[ 1.0.3 ] - 2024-06-09 Jason Yang
  • Added blocks:
    • Network - websocket client, when websocket connected, when websocket closed, when websocket receives, websocket set url, websocket connect, websocket send.
  • Fixed some bugs.
  • Updated the documentation.
[ 1.0.2 ] - 2024-06-05 Jason Yang
  • Added categories:
    • Widgets - timer control, when timer triggers, timer set interval, timer switch.
  • Added blocks:
    • Network - mqtt connect, http client, http client set url origin, http client GET.
  • Fixed some bugs.
  • Updated the documentation.
[ 1.0.1 ] - 2024-05-30 Jason Yang
  • Added blocks:
    • HTML - tag.
    • Style - classes, inline styles.
    • Utils - save to local, load from local.
  • Fixed some bugs.
  • Updated the documentation.
[ 1.0.0 ] - 2024-05-24 Jason Yang
  • Initial version release, based on Blockly v10.