版本记录
[ 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
.
- Utils -
- 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
.
- Style -
- 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
.
- Style -
- Modified blocks:
- DOM
- Renamed
dom set state
tocontrol set state
and changed the parameter type from field to input. - Renamed
dom get/set value
tocontrol get/set value
. - Renamed
dom set class/style
toelement set class/style
.
- Renamed
- 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
andwhen websocket closed
intowebsocket connect event
. - Merged
when mqtt connected
andwhen mqtt closed
intomqtt connect event
. http client
,websocket client
,mqtt client
. Removed the hidden attribute.
- Merged
- DOM
- Removed blocks:
- Widgets -
component set class/style
. Replaced byelement set class/style
.
- Widgets -
- 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
.
- DOM -
- Modified blocks:
- HTML -
group
. Added an ID attribute. - Widgets
toggle button
. Added a label option.switch set
,toggle button set
. Moved the state setting tocomponent set state
.
- HTML -
- Removed blocks:
- Widgets -
slider set state
,joystick set state
. Replaced bycomponent set state
.
- Widgets -
- 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
.
- Network -
- 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
.
- Widgets -
- Modified blocks:
- Style -
classes
. Added a Bootstrap predefined classes selector.
- Style -
- 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
.
- Widgets -
- 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
.
- Widgets -
- Modified blocks:
- HTML -
button
. Added an icon attribute. - Widgets -
line chart
,gauge
. Added a border option.
- HTML -
- 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
.
- Widgets -
- Modified blocks:
- Network -
http GET
,http client GET
. Added HTTP response status parameter.
- Network -
- 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
.
- Widgets -
- 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
.
- Widgets -
- 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
.
- Network -
- 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
.
- Widgets -
- Added blocks:
- Network -
mqtt connect
,http client
,http client set url origin
,http client GET
.
- Network -
- 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
.
- HTML -
- Fixed some bugs.
- Updated the documentation.
[ 1.0.0 ] - 2024-05-24 Jason Yang
- Initial version release, based on Blockly v10.
© 2024-2025 Node-Matrix