1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Fix change log in help tab

This commit is contained in:
Kazuhito Yokoi 2021-06-29 19:51:41 +09:00
parent 26e4be87c7
commit 977dfe700b

View File

@ -13,8 +13,8 @@ Migration from 1.x
from node-red-node-tail
- HTTP Request: Reimplemented with a different underlying module. We have
tried to maintain 100% functional compatibility, but it is possible
some edge cases remain. In particular, if you are use http proxies in
your environment
some edge cases remain. In particular, if you are using http proxies in
your environment.
- JSON: The schema validation option no longer supports JSON-Schema draft-04
- HTML: Its underlying module has had a major version update. Should be fully
backward compatible.
@ -45,7 +45,7 @@ Editor
- Update Node-RED Function typings in Monaco (#3008) @Steve-Mcl
- Add css named variables for certain key colours (#2994) @knolleary
- Improve contrast of export dialog JSON font color
- Switch editableList buttons from <a> to <button> elements
- Switch editableList buttons from \<a\> to \<button\> elements
- Add option to RED.nodes.createCompleteNodeSet to include node dimensions
- Fix css of node help table of contents elements
- Improve red-ui-node-icon css and add red-ui-node-icon-small modifier class