Skip to content

Commit 321619d

Browse files
committed
Release 0.4.0
1 parent 2a5ce43 commit 321619d

File tree

2 files changed

+85
-1
lines changed

2 files changed

+85
-1
lines changed

CHANGELOG.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
# Changelog
2+
3+
0.4.0 / 2016-01-28
4+
==================
5+
6+
New features:
7+
* allow editing public status of pipelines
8+
* display pipeline public status in catalogue
9+
* use new urls for pipeline results
10+
* better component selection in pipeline editor
11+
* use status socket to dynamically show pipeline status
12+
* add better component selector component
13+
* better registration form
14+
* better login form
15+
* better ui layout for pipelines catalogue
16+
* allow editing pipelines by username and refName
17+
* allow referencing and editing components using username and refname
18+
* add username support during registration, adjust layout for auth forms
19+
* replace bootstrap material with bootswatch paper
20+
* new component editor layout
21+
* enable hot reload for dev mode
22+
23+
Fixes and minor tweaks:
24+
* show message when no pipelines found
25+
* fix error when user have not entered params
26+
* fix initial pipeline loading
27+
* merge pipeline status manually
28+
* fix pipeline editing
29+
* use react-json-tree for pipeline test result rendering
30+
* use react-json-tree for component test result rendering
31+
* fix log display and use react-json-tree for log data render
32+
* hide test button when pipeline test is running
33+
* hide test button when component test is running
34+
* fix new component creation and adjust read-only component layout
35+
* correctly display non-owned components
36+
* fix issue with pipeline status update
37+
* correctly handle component pagination with search
38+
* send component id during test for private source fetching
39+
* unify component renderer
40+
* temporary fix for react-hmr issue
41+
* correctly handle pipeline changes
42+
* use babel preset for hot-reload
43+
* fix component update function
44+
* reset test results on component change
45+
* fix default state init for stores
46+
* correctly reset component id when creating new component
47+
* fix new component creation when component view is already opened
48+
* fix issue with component reset on test
49+
* adjust styling for admin page
50+
* correct id and ref for pass
51+
* fix issue with auth initial state
52+
* slimmer page headers
53+
* adjust pipeline editor layout
54+
* move pipeline creation to new component
55+
* remove unneeded history stuff since we now user component urls
56+
* better components catalogue + only allow edit of owned components
57+
* allow changing components public/private props
58+
* fix state props naming for component editor
59+
* more defaults for new components
60+
* fix component editing
61+
* adjust admin panel layout
62+
* adjust catalogues layout
63+
* adjust pipeline creation ui layout
64+
* allow specifying component versions
65+
* move component editor to a separate react component, allow running multiple tests simultaneously
66+
* update dependency versions
67+
68+
0.3.0 / 2015-12-16
69+
==================
70+
71+
* change from access request to plain registration
72+
73+
v0.2.0 / 2015-12-15
74+
===================
75+
76+
* fix license field format in package.json & format license as markdown
77+
* deploy in docker using express.js and proxy requests to rest api internally
78+
* better error checking for webpack build
79+
* fix license text
80+
81+
v0.1.0 / 2015-12-14
82+
===================
83+
84+
* first commit for open source version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exynize-ui",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Exynize Platform UI",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)