Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 2b52585

Browse files
committed
1.6.1
Fixes #1027
1 parent 72a7b93 commit 2b52585

File tree

2 files changed

+272
-1
lines changed

2 files changed

+272
-1
lines changed

CHANGELOG.md

+271
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,271 @@
1+
1.6.1 / 2018-06-19
2+
==================
3+
4+
* update to composer v6
5+
Fixes [#1025](https://github.com/ibm-functions/shell/issues/1025)
6+
* generalize the pattern we use to parse out line numbers of errors from in-shell editing
7+
Fixes [#1023](https://github.com/ibm-functions/shell/issues/1023)
8+
* update ui.findFile to support looking up the @demos directory location
9+
Fixes [#1021](https://github.com/ibm-functions/shell/issues/1021)
10+
* move composer tests and test data out of main repo and into shell-composer-plugin repo
11+
Fixes [#1018](https://github.com/ibm-functions/shell/issues/1018)
12+
* fix test regression due to PR [#1015](https://github.com/ibm-functions/shell/issues/1015)
13+
Fixes [#1016](https://github.com/ibm-functions/shell/issues/1016)
14+
* move demos out of main repo and into shell-composer-plugin repo
15+
Fixes [#1014](https://github.com/ibm-functions/shell/issues/1014)
16+
* update mocha and nyc
17+
* update package.json deps to eliminate vulnerability warning
18+
Fixes [#1001](https://github.com/ibm-functions/shell/issues/1001)
19+
* support for building windows squirrel and msi installers
20+
Fixes [#999](https://github.com/ibm-functions/shell/issues/999)
21+
* fixes for dkpg/deb packaging
22+
Fixes [#997](https://github.com/ibm-functions/shell/issues/997)
23+
* build a debian dpkg
24+
Fixes [#995](https://github.com/ibm-functions/shell/issues/995)
25+
* updates to generalize editor for more languages
26+
* update travis tests to test against distribution build
27+
Fixes [#987](https://github.com/ibm-functions/shell/issues/987)
28+
* 1.4.6
29+
Fixes [#985](https://github.com/ibm-functions/shell/issues/985)
30+
31+
1.4.6 / 2018-05-24
32+
==================
33+
34+
* fix for buggy "available commands" -- improper handling of no suggestions
35+
Fixes [#978](https://github.com/ibm-functions/shell/issues/978)
36+
* add wsk api to wsk usage model
37+
Fixes [#977](https://github.com/ibm-functions/shell/issues/977)
38+
* fix for wsk api tests against non-local openwhisk
39+
Fixes [#981](https://github.com/ibm-functions/shell/issues/981)
40+
* add `wsk api` support
41+
Fixes [#973](https://github.com/ibm-functions/shell/issues/973)
42+
* switch to newer openwhisk-client-js branch
43+
Fixes [#974](https://github.com/ibm-functions/shell/issues/974)
44+
* composer 0.5.0
45+
Fixes [#970](https://github.com/ibm-functions/shell/issues/970)
46+
* 1.4.5
47+
Fixes [#968](https://github.com/ibm-functions/shell/issues/968)
48+
49+
1.4.5 / 2018-05-22
50+
==================
51+
52+
* fix for buggy "bugs" line in app/package.json
53+
Fixes [#965](https://github.com/ibm-functions/shell/issues/965)
54+
* fix for bad display of some binary actions
55+
add support for creating java/jar actions
56+
Fixes [#961](https://github.com/ibm-functions/shell/issues/961)
57+
Fixes [#963](https://github.com/ibm-functions/shell/issues/963)
58+
* Fix path in doc.
59+
* fixes for headless commands with "args with spaces"
60+
Fixes [#954](https://github.com/ibm-functions/shell/issues/954)
61+
* remove local copies of composer, wskflow, and local plugins
62+
Fixes [#955](https://github.com/ibm-functions/shell/issues/955)
63+
* update to electron 2.0.1
64+
Fixes [#952](https://github.com/ibm-functions/shell/issues/952)
65+
* 1.4.3
66+
Fixes [#950](https://github.com/ibm-functions/shell/issues/950)
67+
68+
1.4.3 / 2018-05-10
69+
==================
70+
71+
* bug fix for repl's handling of implicit arguments
72+
Fixes [#947](https://github.com/ibm-functions/shell/issues/947)
73+
* fix buggy transition from timeline to summary
74+
Fixes [#946](https://github.com/ibm-functions/shell/issues/946)
75+
* update to electron 2.0
76+
fix annoying loss of repl focus when moving window around
77+
Fixes [#943](https://github.com/ibm-functions/shell/issues/943)
78+
Fixes [#944](https://github.com/ibm-functions/shell/issues/944)
79+
* update create to work with composer v4
80+
* 1.4.2
81+
Fixes [#938](https://github.com/ibm-functions/shell/issues/938)
82+
83+
1.4.2 / 2018-04-27
84+
==================
85+
86+
* fix for require('fs') in compositions
87+
Fixes [#934](https://github.com/ibm-functions/shell/issues/934)
88+
* Bug fixes: wskflow drops user options when refreshes, and incorrectly passed in system options, causing a crash
89+
removed a typo
90+
* refine repl watcher support
91+
add onclick handler for badges
92+
add some usefu generic css classes
93+
Fixes [#931](https://github.com/ibm-functions/shell/issues/931)
94+
Fixes [#932](https://github.com/ibm-functions/shell/issues/932)
95+
* 1.4.1
96+
Fixes [#929](https://github.com/ibm-functions/shell/issues/929)
97+
98+
1.4.1 / 2018-04-23
99+
==================
100+
101+
* update wskflow to work with composer v4
102+
update tests to work with composer v4
103+
update helper functions in composer to work with v4
104+
fixes wskflow to allow custom objects generated by composer v4
105+
edited rules for hiding inline functinos to work wtih composer v4
106+
changes for composer 0.4.0-test.2
107+
update package.json to point to the latest composer on npm
108+
removed console logs
109+
* improve error handling for non-conformant compositions, e.g. no FSM annotation
110+
Fixes [#925](https://github.com/ibm-functions/shell/issues/925)
111+
* fix for percolation of events in list view
112+
* improve ability for wskflow to be incorporated into other views
113+
Fixes [#920](https://github.com/ibm-functions/shell/issues/920)
114+
* fix for poor overflow in sidecar header
115+
plus some other minor text coloring refinements to the sidecar header UI
116+
Fixes [#918](https://github.com/ibm-functions/shell/issues/918)
117+
* update shell i.e. ! plugin to allow callers to request the raw model/data
118+
Fixes [#916](https://github.com/ibm-functions/shell/issues/916)
119+
* Typo "ping" => "pin"
120+
* refine error color in grid
121+
Fixes [#912](https://github.com/ibm-functions/shell/issues/912)
122+
123+
1.3.458 / 2018-04-11
124+
====================
125+
126+
* fix non-capitalization of Mask in wskflow
127+
Fixes [#910](https://github.com/ibm-functions/shell/issues/910)
128+
* 1.3.457
129+
130+
1.3.457 / 2018-04-11
131+
====================
132+
133+
* fix for vertical scrolling at the top level
134+
Fixes [#906](https://github.com/ibm-functions/shell/issues/906)
135+
* support for composer 0.3.0 and composer.mask
136+
Fixes [#904](https://github.com/ibm-functions/shell/issues/904)
137+
* session flow not-visited node text color invisible
138+
plus highlight the traversed path
139+
Fixes [#902](https://github.com/ibm-functions/shell/issues/902)
140+
* an attempt to reduce the density of edges for if-heavy compositions
141+
Fixes [#900](https://github.com/ibm-functions/shell/issues/900)
142+
* minor tweaks to brighten the background colors
143+
Fixes [#898](https://github.com/ibm-functions/shell/issues/898)
144+
* specify that edit, new, and compose commands require a UI
145+
Fixes [#896](https://github.com/ibm-functions/shell/issues/896)
146+
* switch activation list icon for summary view to fa-list
147+
Fixes [#894](https://github.com/ibm-functions/shell/issues/894)
148+
149+
1.3.455 / 2018-04-09
150+
====================
151+
152+
* fix for `fsh -v` hanging
153+
Fixes [#889](https://github.com/ibm-functions/shell/issues/889)
154+
* tone down the grid -t swath background
155+
Fixes [#891](https://github.com/ibm-functions/shell/issues/891)
156+
157+
1.3.454 / 2018-04-09
158+
====================
159+
160+
* fix for wonky screenshot behavior when editing a composition
161+
Fixes [#885](https://github.com/ibm-functions/shell/issues/885)
162+
* avoid duplicate undeployed warnings in wskflow
163+
Fixes [#886](https://github.com/ibm-functions/shell/issues/886)
164+
* some attempts to clean up wskflow
165+
Fixes [#443](https://github.com/ibm-functions/shell/issues/443)
166+
Fixes [#112](https://github.com/ibm-functions/shell/issues/112)
167+
* add simple timeline variant of grid
168+
Fixes [#883](https://github.com/ibm-functions/shell/issues/883)
169+
* fix for: tab completion popup does not scroll properly
170+
Fixes [#880](https://github.com/ibm-functions/shell/issues/880)
171+
* fix for summary tooltip layering problem
172+
Fixes [#872](https://github.com/ibm-functions/shell/issues/872)
173+
* increase legibility of grid cell latency hover text
174+
Fixes [#875](https://github.com/ibm-functions/shell/issues/875)
175+
* fix for missing margin in grid bottom
176+
Fixes [#874](https://github.com/ibm-functions/shell/issues/874)
177+
* add support for --native actions
178+
Fixes [#871](https://github.com/ibm-functions/shell/issues/871)
179+
* fix for broken host help and leftover timeline activation help
180+
Fixes [#868](https://github.com/ibm-functions/shell/issues/868)
181+
Fixes [#869](https://github.com/ibm-functions/shell/issues/869)
182+
* fixes: tab completion was pre-filling the first character when there were no partial-fill matches
183+
Fixes [#866](https://github.com/ibm-functions/shell/issues/866)
184+
* 1.3.453
185+
186+
1.3.453 / 2018-04-05
187+
====================
188+
189+
* disable next button in activation list view when we're at the end
190+
Fixes [#862](https://github.com/ibm-functions/shell/issues/862)
191+
* fix test reliance on wskprops APIHOST being defined
192+
Fixes [#860](https://github.com/ibm-functions/shell/issues/860)
193+
* fixes: wsk list poorly formatted for triggers, rules, and packages
194+
Fixes [#858](https://github.com/ibm-functions/shell/issues/858)
195+
* fix for screenshot cropping wskflow when in zoom to fit
196+
Fixes [#856](https://github.com/ibm-functions/shell/issues/856)
197+
* Recent Activity -> Recent Activations
198+
Fixes [#854](https://github.com/ibm-functions/shell/issues/854)
199+
* fixed: screenshot of grid has not bottom padding
200+
Fixes [#852](https://github.com/ibm-functions/shell/issues/852)
201+
* update host set local to new vagrant IP address
202+
Fixes [#850](https://github.com/ibm-functions/shell/issues/850)
203+
* fix for poor positioning in sidecar header
204+
Fixes [#848](https://github.com/ibm-functions/shell/issues/848)
205+
* fix for repl shifting a bit to the left when the sidecar opens
206+
Fixes [#846](https://github.com/ibm-functions/shell/issues/846)
207+
* fix for grid legend having a clickable failure legend cell, even if no failures
208+
Fixes [#844](https://github.com/ibm-functions/shell/issues/844)
209+
* fix for top-level help: screenshot wasn't a clickable
210+
Fixes [#841](https://github.com/ibm-functions/shell/issues/841)
211+
* minor tweaks to header fonts
212+
Fixes [#840](https://github.com/ibm-functions/shell/issues/840)
213+
* 1.3.452
214+
Fixes [#838](https://github.com/ibm-functions/shell/issues/838)
215+
* fix for minor spacing issue on linux, in grid header legend
216+
Fixes [#836](https://github.com/ibm-functions/shell/issues/836)
217+
218+
1.3.452 / 2018-04-04
219+
====================
220+
221+
* make selected cell in grid legend more distinct
222+
Fixes [#833](https://github.com/ibm-functions/shell/issues/833)
223+
* 1.3.450
224+
Fixes [#831](https://github.com/ibm-functions/shell/issues/831)
225+
226+
1.3.450 / 2018-04-03
227+
====================
228+
229+
* refine grid filtering and zooming
230+
Fixes [#829](https://github.com/ibm-functions/shell/issues/829)
231+
* screenshot full and screenshot repl should hide themselves from screenshot
232+
Fixes [#827](https://github.com/ibm-functions/shell/issues/827)
233+
* reduce max-width on grid labels, to allow better wrapping with long action names
234+
Fixes [#825](https://github.com/ibm-functions/shell/issues/825)
235+
* 1.3.449
236+
237+
1.3.449 / 2018-04-03
238+
====================
239+
240+
* add files missing from PR [#820](https://github.com/ibm-functions/shell/issues/820)
241+
Fixes [#821](https://github.com/ibm-functions/shell/issues/821)
242+
243+
1.3.448 / 2018-04-03
244+
====================
245+
246+
* tweaks to default theme; plus support for activation counts
247+
Fixes [#819](https://github.com/ibm-functions/shell/issues/819)
248+
Fixes [#292](https://github.com/ibm-functions/shell/issues/292)
249+
* another round of npm package dependency updates
250+
Fixes [#817](https://github.com/ibm-functions/shell/issues/817)
251+
* fixes for app preview syntax error messages not going away
252+
* update tab completion to prefill the longest common prefix of matches
253+
Fixes [#814](https://github.com/ibm-functions/shell/issues/814)
254+
* use proper monaco editor glyph hover effects
255+
Fixes [#811](https://github.com/ibm-functions/shell/issues/811)
256+
* improved error handling when composing in-shell
257+
Fixes [#805](https://github.com/ibm-functions/shell/issues/805)
258+
* stop using CDN to pull monaco-editor's loader.js
259+
Fixes [#807](https://github.com/ibm-functions/shell/issues/807)
260+
* refine the badges UI, avoiding the use of small-caps
261+
Fixes [#803](https://github.com/ibm-functions/shell/issues/803)
262+
* relax the way we crop the code in the raw tab
263+
Fixes [#123](https://github.com/ibm-functions/shell/issues/123)
264+
* 1.3.447
265+
Fixes [#801](https://github.com/ibm-functions/shell/issues/801)
266+
267+
1.3.447 / 2018-03-31
268+
====================
269+
270+
* multiple fixes for error handling with drilldown from activation views
271+
Fixes [#799](https://github.com/ibm-functions/shell/issues/799)

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ibm-functions/shell",
3-
"version": "1.4.6",
3+
"version": "1.6.1",
44
"description": "An Electron-based shell for Apache OpenWhisk",
55
"homepage": "https://github.com/ibm-functions/shell",
66
"main": "main.js",

0 commit comments

Comments
 (0)