mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Update changelog/package for 0.17.3
This commit is contained in:
		
							
								
								
									
										12
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								CHANGELOG.md
									
									
									
									
									
								
							| @@ -1,3 +1,15 @@ | ||||
| #### 0.17.3: Maintenance Release | ||||
|  | ||||
|  - Fix flow library in menu to support period characters as flow name (#1320) | ||||
|  - editorTheme not setting custom css/scripts properly | ||||
|  - Fix missing icons for some nodes (#1321) | ||||
|  - Add reformat button to JSONata test data editor | ||||
|  - Update delay node status without spawning unnecessary intervals | ||||
|  - Avoid stringify ServerResponse and Socket in Debug node Fixes #1311 | ||||
|  - Fix creating userDir other than system drive on Windows (#1317) | ||||
|  - Trigger node not handling a duration of 0 as block mode Fixes #1316 | ||||
|  - Unable to config GPIO Pin 13 Fixes #1314 | ||||
|  | ||||
| #### 0.17.2: Maintenance Release | ||||
|  | ||||
|  - Fix GPIO node labels | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|     "name"         : "node-red", | ||||
|     "version"      : "0.17.2", | ||||
|     "version"      : "0.17.3", | ||||
|     "description"  : "A visual tool for wiring the Internet of Things", | ||||
|     "homepage"     : "http://nodered.org", | ||||
|     "license"      : "Apache-2.0", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user