react-autoql 8.0.3 → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -3
- package/dist/autoql.cjs.js +1 -1
- package/dist/autoql.cjs.js.gz +0 -0
- package/dist/autoql.esm.css +5278 -4106
- package/dist/autoql.esm.css.gz +0 -0
- package/dist/autoql.esm.js +1 -1
- package/dist/autoql.esm.js.gz +0 -0
- package/package.json +14 -18
- package/CHANGELOG.md +0 -356
package/dist/autoql.esm.js.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-autoql",
|
|
3
|
-
"version": "8.0
|
|
3
|
+
"version": "8.1.0",
|
|
4
4
|
"description": "React Widget Library",
|
|
5
5
|
"main": "dist/autoql.cjs.js",
|
|
6
6
|
"module": "dist/autoql.esm.js",
|
|
@@ -36,7 +36,6 @@
|
|
|
36
36
|
"format": "prettier --write 'src/**/*.{js,css,md,json}' --config ./.prettierrc",
|
|
37
37
|
"prepare": "npx rimraf dist && npm run build",
|
|
38
38
|
"prepublishOnly": "npx rimraf dist && npm run build",
|
|
39
|
-
"semantic-release": "semantic-release",
|
|
40
39
|
"cz": "npx git-cz"
|
|
41
40
|
},
|
|
42
41
|
"style": "dist/autoql.esm.css",
|
|
@@ -63,19 +62,19 @@
|
|
|
63
62
|
"dependencies": {
|
|
64
63
|
"@babel/runtime": "^7.16.0",
|
|
65
64
|
"@react-icons/all-files": "^4.1.0",
|
|
66
|
-
"
|
|
65
|
+
"autoql-fe-utils": "1.0.20",
|
|
66
|
+
"axios": "^1.4.0",
|
|
67
67
|
"d3-array": "^2.3.3",
|
|
68
68
|
"d3-axis": "^1.0.12",
|
|
69
|
-
"d3-collection": "^1.0.7",
|
|
70
69
|
"d3-color": "^3.1.0",
|
|
71
70
|
"d3-dispatch": "^3.0.1",
|
|
72
71
|
"d3-format": "^3.1.0",
|
|
73
72
|
"d3-interpolate": "^3.0.1",
|
|
74
|
-
"d3-scale": "
|
|
75
|
-
"d3-selection": "^
|
|
76
|
-
"d3-shape": "^
|
|
73
|
+
"d3-scale": "^4.0.2",
|
|
74
|
+
"d3-selection": "^3.0.0",
|
|
75
|
+
"d3-shape": "^3.2.0",
|
|
77
76
|
"d3-time": "^3.0.0",
|
|
78
|
-
"d3-transition": "
|
|
77
|
+
"d3-transition": "3.0.1",
|
|
79
78
|
"date-fns": "^2.28.0",
|
|
80
79
|
"dayjs": "^1.8.36",
|
|
81
80
|
"html-react-parser": "^1.4.9",
|
|
@@ -100,7 +99,7 @@
|
|
|
100
99
|
"react-contenteditable": "^3.3.5",
|
|
101
100
|
"react-date-range": "^1.4.0",
|
|
102
101
|
"react-device-detect": "^2.2.3",
|
|
103
|
-
"react-grid-layout": "
|
|
102
|
+
"react-grid-layout": "1.3.4",
|
|
104
103
|
"react-infinite-scroller": "^1.2.4",
|
|
105
104
|
"react-localization": "^1.0.16",
|
|
106
105
|
"react-modal": "^3.16.1",
|
|
@@ -135,11 +134,6 @@
|
|
|
135
134
|
"@rollup/plugin-babel": "^5.3.0",
|
|
136
135
|
"@rollup/plugin-image": "^2.0.5",
|
|
137
136
|
"@rollup/plugin-node-resolve": "^13.0.6",
|
|
138
|
-
"@semantic-release/commit-analyzer": "^9.0.2",
|
|
139
|
-
"@semantic-release/git": "^10.0.1",
|
|
140
|
-
"@semantic-release/github": "^8.0.6",
|
|
141
|
-
"@semantic-release/npm": "^9.0.1",
|
|
142
|
-
"@semantic-release/release-notes-generator": "^10.0.3",
|
|
143
137
|
"autoprefixer": "^9.7.0",
|
|
144
138
|
"axios-mock-adapter": "^1.18.1",
|
|
145
139
|
"babel-core": "^7.0.0-bridge.0",
|
|
@@ -163,7 +157,6 @@
|
|
|
163
157
|
"jest-mock-axios": "^4.2.0",
|
|
164
158
|
"jsdom": "^19.0.0",
|
|
165
159
|
"lint-staged": "^13.0.2",
|
|
166
|
-
"node-sass": "^7.0.1",
|
|
167
160
|
"npm-watch": "^0.11.0",
|
|
168
161
|
"prettier": "^2.7.1",
|
|
169
162
|
"pretty-quick": "^3.1.3",
|
|
@@ -181,15 +174,18 @@
|
|
|
181
174
|
"rollup-plugin-svg": "^1.0.1",
|
|
182
175
|
"rollup-plugin-terser": "^5.1.2",
|
|
183
176
|
"rollup-plugin-visualizer": "^5.6.0",
|
|
184
|
-
"
|
|
177
|
+
"sass": "^1.67.0"
|
|
185
178
|
},
|
|
186
179
|
"peerDependencies": {
|
|
187
180
|
"react": ">=16.8.1",
|
|
188
181
|
"react-dom": ">=16.8.1"
|
|
189
182
|
},
|
|
183
|
+
"overrides": {
|
|
184
|
+
"simple-update-notifier": "^2.0.0"
|
|
185
|
+
},
|
|
190
186
|
"engines": {
|
|
191
|
-
"node": "14.17.3",
|
|
192
|
-
"npm": "6.14.13"
|
|
187
|
+
"node": ">=14.17.3",
|
|
188
|
+
"npm": ">=6.14.13"
|
|
193
189
|
},
|
|
194
190
|
"config": {
|
|
195
191
|
"commitizen": {
|
package/CHANGELOG.md
DELETED
|
@@ -1,356 +0,0 @@
|
|
|
1
|
-
# [3.4.0](https://github.com/chatatechnologies/react-autoql/compare/v3.3.4...v3.4.0) (2022-03-21)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* **app.js:** set maxMessages to 20 to help QA team to test ([774237a](https://github.com/chatatechnologies/react-autoql/commit/774237a0c8af0a0406d1760c9236fee7107c1cc8))
|
|
7
|
-
* **chatmessage.scss:** add a min-height attribute of 200px ([6224169](https://github.com/chatatechnologies/react-autoql/commit/6224169571a33cf681732131ace4fc5635b3526b))
|
|
8
|
-
* **dashboardtile:** set secondDisplayType to be default displaytype when process the spliting ([5cc9a95](https://github.com/chatatechnologies/react-autoql/commit/5cc9a95ce315bf17b86e687dd59490b793b0fe15))
|
|
9
|
-
* **datamessenger:** fixed the delete function ([2d87f52](https://github.com/chatatechnologies/react-autoql/commit/2d87f526a17c32f8cb65e7d3ae45602b17db7efb))
|
|
10
|
-
* **optionstoolbar:** change reportProblemMessage to be a state ([7d3c194](https://github.com/chatatechnologies/react-autoql/commit/7d3c19447e0ec6469e432771d5eef0168bb9b901))
|
|
11
|
-
* **package.json:** roll back version of react-tabulator to 0.13.2 from 0.18.1 ([dd62d1e](https://github.com/chatatechnologies/react-autoql/commit/dd62d1e8b9a707837d915cc516a929bec770cb5a))
|
|
12
|
-
* **queryoutput:** add a feature to sort YYYY-WW format date ([8bf4870](https://github.com/chatatechnologies/react-autoql/commit/8bf48707b1613b030fdaf52e31201b11d015857f))
|
|
13
|
-
* **queryoutput:** added a feature to sort based on yyyy-WW ([ce95873](https://github.com/chatatechnologies/react-autoql/commit/ce958730b6e76a1d2c344a26459c4dc25f937d93))
|
|
14
|
-
* **queryoutput:** comment out sort function ([0bc58f9](https://github.com/chatatechnologies/react-autoql/commit/0bc58f9ccf77eece57230f8c6cf942ce6e0696e9))
|
|
15
|
-
* **queryoutput.css:** set .react-autoql-response-content-container.table height to calc(100% - 44px) ([da487fa](https://github.com/chatatechnologies/react-autoql/commit/da487fa9c247e273f510f847cd96a3bcccefe878))
|
|
16
|
-
* **queryservice:** enable query validation on several projects ([0b91b1e](https://github.com/chatatechnologies/react-autoql/commit/0b91b1e2b560303b414c0a1f60e9e02fb16f68c5))
|
|
17
|
-
* **refix a bug:** refix a bug ([5aab596](https://github.com/chatatechnologies/react-autoql/commit/5aab59647a4b0b0265b56878771e4e09e813f16b))
|
|
18
|
-
* change example/package.json ([a22fa81](https://github.com/chatatechnologies/react-autoql/commit/a22fa815520d89374a9b40ce2f60a5209cab78dc))
|
|
19
|
-
* fix the if statement ([af19331](https://github.com/chatatechnologies/react-autoql/commit/af19331efe61b74d1e1059e8143b4e836edd028e))
|
|
20
|
-
* refix the height to unset ([72883f4](https://github.com/chatatechnologies/react-autoql/commit/72883f47ecd87ad9b9a9b692d1f1af8c5312ab0e))
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
### Features
|
|
24
|
-
|
|
25
|
-
* change maxMessages value ([4959ddf](https://github.com/chatatechnologies/react-autoql/commit/4959ddfe0b994d9aa16f4aef9c93fbb86010ba7a))
|
|
26
|
-
|
|
27
|
-
## [3.3.4](https://github.com/chatatechnologies/react-autoql/compare/v3.3.3...v3.3.4) (2022-02-28)
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
### Bug Fixes
|
|
31
|
-
|
|
32
|
-
* **chatachart:** add two id ([afd5326](https://github.com/chatatechnologies/react-autoql/commit/afd5326b00f1352a1a9c9486f8d383dceba90fe5))
|
|
33
|
-
* **component:** fixed chart x-axis won't rotate issue. Fixed css style ([3ebe65d](https://github.com/chatatechnologies/react-autoql/commit/3ebe65d8f2e6f16c59bfb2439ec826852c1049c5))
|
|
34
|
-
* **dataalerts:** added an onSuccessAlert func prop ([fb35375](https://github.com/chatatechnologies/react-autoql/commit/fb35375e3868627f23a2486451256f433eb53d5d))
|
|
35
|
-
* **filter locking:** style improvements and bug fixes ([#293](https://github.com/chatatechnologies/react-autoql/issues/293)) ([d74929e](https://github.com/chatatechnologies/react-autoql/commit/d74929e2350eb773f594839d67df61f11e712551))
|
|
36
|
-
* **notificationicon:** set notification check to short polling ([#299](https://github.com/chatatechnologies/react-autoql/issues/299)) ([2cc49b5](https://github.com/chatatechnologies/react-autoql/commit/2cc49b5eb3ff8418d42b4842f80d666f5a5d7373))
|
|
37
|
-
* **package.json:** change to react-autoql": "file:../", ([ce08dc7](https://github.com/chatatechnologies/react-autoql/commit/ce08dc7077f83183d5d2c9dc26f16fb8288e8771))
|
|
38
|
-
* add a id to be used by webapp ([5b8db65](https://github.com/chatatechnologies/react-autoql/commit/5b8db6593bdf3b73c176d0458051e8859fb784bc))
|
|
39
|
-
* added a prop valueInput in QueryInput component ([94418dc](https://github.com/chatatechnologies/react-autoql/commit/94418dc487d3c992dd43a65bc583c848ce6e983d))
|
|
40
|
-
|
|
41
|
-
## [3.3.3](https://github.com/chatatechnologies/react-autoql/compare/v3.3.2...v3.3.3) (2022-02-11)
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
### Bug Fixes
|
|
45
|
-
|
|
46
|
-
* data alerts initialization and csv download prop ([13b43d3](https://github.com/chatatechnologies/react-autoql/commit/13b43d3395d194546758548d238cdce2930613bf))
|
|
47
|
-
* data alerts initialization and csv download prop ([#262](https://github.com/chatatechnologies/react-autoql/issues/262)) ([66ef9c9](https://github.com/chatatechnologies/react-autoql/commit/66ef9c937051cca53ef4ef0a6c4f0e05cb25d24e))
|
|
48
|
-
|
|
49
|
-
## [3.3.2](https://github.com/chatatechnologies/react-autoql/compare/v3.3.1...v3.3.2) (2021-11-22)
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
### Bug Fixes
|
|
53
|
-
|
|
54
|
-
* **notificationservice:** changed data-alerts endpoints ([#250](https://github.com/chatatechnologies/react-autoql/issues/250)) ([198fac8](https://github.com/chatatechnologies/react-autoql/commit/198fac899565f8b04f17a90a76ab8c2d0b72b33e))
|
|
55
|
-
|
|
56
|
-
## [3.3.1](https://github.com/chatatechnologies/react-autoql/compare/v3.3.0...v3.3.1) (2021-07-13)
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
### Bug Fixes
|
|
60
|
-
|
|
61
|
-
* **app:** fix theme code prop in demo ([1e6df2b](https://github.com/chatatechnologies/react-autoql/commit/1e6df2b18a12f5f9aa61b2cced9743d07442587a))
|
|
62
|
-
|
|
63
|
-
# [3.3.0](https://github.com/chatatechnologies/react-autoql/compare/v3.2.1...v3.3.0) (2021-05-07)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
### Bug Fixes
|
|
67
|
-
|
|
68
|
-
* **chatmessage:** memory leak and error message fix ([6e014b8](https://github.com/chatatechnologies/react-autoql/commit/6e014b897b2e1d0e1022ba961cd0586f218872ea))
|
|
69
|
-
* **dashboard:** fix resetting of the isUnexecuted value when entering edit mode ([c3b7623](https://github.com/chatatechnologies/react-autoql/commit/c3b7623db48bd6ec8c1d356af5c7ee358182012c))
|
|
70
|
-
* **datamessenger:** messenger placement bug fixed ([8ab156f](https://github.com/chatatechnologies/react-autoql/commit/8ab156f8cd9621c82f39931808e9e4a58b08b15f))
|
|
71
|
-
* switching charts bottom cut off bug ([7fde30a](https://github.com/chatatechnologies/react-autoql/commit/7fde30aa575915f2a43d93e2272bbd467a1cfce8))
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
### Features
|
|
75
|
-
|
|
76
|
-
* **dashboard:** add a public function to allow un-executing a dashboard ([2ed2625](https://github.com/chatatechnologies/react-autoql/commit/2ed2625a0a5d57c38f2f33b794f8be8aeb095857))
|
|
77
|
-
|
|
78
|
-
## [3.2.1](https://github.com/chatatechnologies/react-autoql/compare/v3.2.0...v3.2.1) (2021-04-15)
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
### Bug Fixes
|
|
82
|
-
|
|
83
|
-
* same as last commit ([b1545e8](https://github.com/chatatechnologies/react-autoql/commit/b1545e8fb3c95abefbee2f1a4841f9b29fc377be))
|
|
84
|
-
* **dashboard.js:** aNT-647 ([04885c6](https://github.com/chatatechnologies/react-autoql/commit/04885c6b93f0e9916075774eef27a5de00cad8ab))
|
|
85
|
-
|
|
86
|
-
# [3.2.0](https://github.com/chatatechnologies/react-autoql/compare/v3.1.1...v3.2.0) (2021-03-31)
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
### Bug Fixes
|
|
90
|
-
|
|
91
|
-
* switching charts bottom cut off bug ([#143](https://github.com/chatatechnologies/react-autoql/issues/143)) ([81101f6](https://github.com/chatatechnologies/react-autoql/commit/81101f6987368eb528952d20ba8f724aba8933b1))
|
|
92
|
-
* **charts:** AC-717, AC-681 Fix axis series selector bugs ([3e32d97](https://github.com/chatatechnologies/react-autoql/commit/3e32d9788c20c4996e21d8ad912a7f83d07b0455))
|
|
93
|
-
* **charts:** fix legend selection bug ([32b20a7](https://github.com/chatatechnologies/react-autoql/commit/32b20a7a1ea90da207d3ab6c5d9405ca1c81fbd8))
|
|
94
|
-
* **dashboards:** AC-746 Update visualization choices when query changes in dashboard tiles ([72ca109](https://github.com/chatatechnologies/react-autoql/commit/72ca109cdaab5fbb1010d1497b568e6f803e9ad1))
|
|
95
|
-
* **dashboardtile.js:** only re-render the tile whose props or states has changes ([43d266c](https://github.com/chatatechnologies/react-autoql/commit/43d266ca472042fd2da89c6a65126a8dffde6aa4))
|
|
96
|
-
* **dashboardtile.js&queryoutput.js:** make sure supportedDisplayTypes update&& hyper link on'report' ([322071d](https://github.com/chatatechnologies/react-autoql/commit/322071d328fd73740e7f5a6d7bc6dba5315ef877))
|
|
97
|
-
* **tables:** AC716 - fix double filter tag bug ([b89ba41](https://github.com/chatatechnologies/react-autoql/commit/b89ba4189d5c774004319f98bf8794b7d6d20425))
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
### Features
|
|
101
|
-
|
|
102
|
-
* **charts:** AC-639 Add non-stacked column bar and line charts for double groupby queries ([25b56eb](https://github.com/chatatechnologies/react-autoql/commit/25b56eb6b690f7101221a588284d8134077dca67))
|
|
103
|
-
* AC-700 add row limit number to limit exceeded warning message ([fe190ec](https://github.com/chatatechnologies/react-autoql/commit/fe190ec94b2b9049013e6a4721f3e0ca6ee11c34))
|
|
104
|
-
|
|
105
|
-
## [3.1.1](https://github.com/chatatechnologies/react-autoql/compare/v3.1.0...v3.1.1) (2021-02-10)
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
### Bug Fixes
|
|
109
|
-
|
|
110
|
-
* expose ExpressionBuilderSimple ([42e8c9e](https://github.com/chatatechnologies/react-autoql/commit/42e8c9eb2dd35ffc50851ee294e3a31eacc34305))
|
|
111
|
-
|
|
112
|
-
# [3.1.0](https://github.com/chatatechnologies/react-autoql/compare/v3.0.0...v3.1.0) (2021-01-19)
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
### Bug Fixes
|
|
116
|
-
|
|
117
|
-
* do not send comma separated list for suggestions endpoint from failed query ([f397377](https://github.com/chatatechnologies/react-autoql/commit/f397377e25ef1087391ba381f36dc03eb83e62cb))
|
|
118
|
-
* encode search text to URI for related queries ([685fd6f](https://github.com/chatatechnologies/react-autoql/commit/685fd6fa5ba5ab2459606878193504ada605c697))
|
|
119
|
-
* Error ID not showing in some cases ([0a04f05](https://github.com/chatatechnologies/react-autoql/commit/0a04f051f23081c08e2d20c43e37cf327d5d9cf1))
|
|
120
|
-
* fix chart height for split view tiles in safari ([63989e1](https://github.com/chatatechnologies/react-autoql/commit/63989e178366518e7d5f67bc18ab6d09b1a53e82))
|
|
121
|
-
* put date on x axis for both heatmap and bubble chart ([a9e9f95](https://github.com/chatatechnologies/react-autoql/commit/a9e9f95547aa5c53e01adbe0dd54ea562ec2c2c4))
|
|
122
|
-
* update tooltip library ([dc26a62](https://github.com/chatatechnologies/react-autoql/commit/dc26a62989245a8985fcc1cd8d2fe4c499943f4e))
|
|
123
|
-
* **notifications:** only fetch new notification after delete is finished ([97c10ee](https://github.com/chatatechnologies/react-autoql/commit/97c10ee80a61331ea7dacb57fbc73dbb2186b511))
|
|
124
|
-
* update classname for notifications tab ([cad34cd](https://github.com/chatatechnologies/react-autoql/commit/cad34cdd38cd4e36e6bfa8a407198bf039d2b6cf))
|
|
125
|
-
* update tooltip library to fix positioning ([f7a38bf](https://github.com/chatatechnologies/react-autoql/commit/f7a38bf9b7c848b06e70012cd296f74fccb690a0))
|
|
126
|
-
* **data messenger:** fix bug in up arrow for last query ([34c1ec4](https://github.com/chatatechnologies/react-autoql/commit/34c1ec4df932f632b0dd3f76174bd726e35d79f7))
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
### Features
|
|
130
|
-
|
|
131
|
-
* **dashboards:** add collapse/expand button to chart in dashboard drilldown modal ([58e163e](https://github.com/chatatechnologies/react-autoql/commit/58e163ed0a2a00b25b437e6657b16a694aba7713))
|
|
132
|
-
* **data alerts:** update data alert reset_date to new format ([4779365](https://github.com/chatatechnologies/react-autoql/commit/4779365f83dd3c6f3af789b6b4d6e6533d7c287d))
|
|
133
|
-
* **tables:** change csv delimiter to tab ([037e625](https://github.com/chatatechnologies/react-autoql/commit/037e62544601f3ff67e7a9e7761d9522a37c01a8))
|
|
134
|
-
* Add error boundary to every component so fatal errors are not propagated ([7c571a6](https://github.com/chatatechnologies/react-autoql/commit/7c571a6348fab2b3c6ec08a027aced9a5bc67301))
|
|
135
|
-
* add onValidate prop to DataAlertModal for portal ([7d4b63d](https://github.com/chatatechnologies/react-autoql/commit/7d4b63d7dec738d366ff13b1b5d94a18232f1f0f))
|
|
136
|
-
* add time zone selection to schedule step in Data Alert Modal ([ca03d29](https://github.com/chatatechnologies/react-autoql/commit/ca03d294c4bbb8b3c383093fb4f1e017bbf4c57d))
|
|
137
|
-
* add validate button to data alert modal ([a2fd4cb](https://github.com/chatatechnologies/react-autoql/commit/a2fd4cba231eb66b05202a3302223bbdaf03d0ae))
|
|
138
|
-
* change max row limit to 500 ([6f395a3](https://github.com/chatatechnologies/react-autoql/commit/6f395a33c3183699dc80b6266e5c3338df809d90))
|
|
139
|
-
* display reset date and time zone in data alert list ([56ecd2b](https://github.com/chatatechnologies/react-autoql/commit/56ecd2bc435508be5b6ee2671b3c512127ecb2e6))
|
|
140
|
-
* expose LoadingDots and Icon components ([262b317](https://github.com/chatatechnologies/react-autoql/commit/262b317c78fe8200758a91b3415f4da3d1026b0c))
|
|
141
|
-
* Improve notification copy ([0be6028](https://github.com/chatatechnologies/react-autoql/commit/0be6028debb8a7dd7050b8ec599178db15aeca9c))
|
|
142
|
-
* **charts:** Format quantities with commas in chart labels ([11dfbbe](https://github.com/chatatechnologies/react-autoql/commit/11dfbbeed5d1edc57f60e8139c8ea8020011f948))
|
|
143
|
-
* **notifications:** add showCreateAlertBtn prop to DataAlerts component ([38ddbbe](https://github.com/chatatechnologies/react-autoql/commit/38ddbbed69dc924d4fb9852dc2526f3d8fd3aa9b))
|
|
144
|
-
* **notifications:** parse currencies into numbers in data alert modal compare query ([dce09f3](https://github.com/chatatechnologies/react-autoql/commit/dce09f345b6ffce89199179eed76444f8a87409e))
|
|
145
|
-
* Improve drilldown modal UI (add draggable splitter, make modal bigger, text smaller) ([f03b6d3](https://github.com/chatatechnologies/react-autoql/commit/f03b6d349ec39240be216beeeddd00d40a338043))
|
|
146
|
-
* Simplify conditions and data return in data alert modal ([cd09420](https://github.com/chatatechnologies/react-autoql/commit/cd0942085c9d57b16739dd92cac329205adbfebf))
|
|
147
|
-
|
|
148
|
-
# [3.0.0](https://github.com/chatatechnologies/react-autoql/compare/v2.2.0...v3.0.0) (2020-11-18)
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
### Bug Fixes
|
|
152
|
-
|
|
153
|
-
* **tables:** fix sorting for columns with just year ([61aaab6](https://github.com/chatatechnologies/react-autoql/commit/61aaab677fd13e641b1909532f5cb37aac38c839))
|
|
154
|
-
* fix bug where multi series was overwriting values instead of aggregating ([56fd37f](https://github.com/chatatechnologies/react-autoql/commit/56fd37fc87eb4e60eeea9f15b1d1e4230391dd21))
|
|
155
|
-
* fix date pivot data generation ([63be2de](https://github.com/chatatechnologies/react-autoql/commit/63be2de6b49d22ce41dc5f61acdde15380ef3579))
|
|
156
|
-
* fix multiseries drilldowns ([03be3b1](https://github.com/chatatechnologies/react-autoql/commit/03be3b169ea2cd6c3ef6cfd27166a9e89752c901))
|
|
157
|
-
* ignore multi_series param for groupable queries ([9a66881](https://github.com/chatatechnologies/react-autoql/commit/9a668810e8d87ed7093ee80b6bcc106d82108f3b))
|
|
158
|
-
* **filtering:** fix filter tags after changing visualization ([f306627](https://github.com/chatatechnologies/react-autoql/commit/f3066275cbed241fa9bd3490f8a878f9447b6325))
|
|
159
|
-
* **tables:** fix bug where data messenger crashes when going back to a filtered table from a chart ([2fc7a41](https://github.com/chatatechnologies/react-autoql/commit/2fc7a418c554e00ca7e7063a457e00a0f5fda99c))
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
### Features
|
|
163
|
-
|
|
164
|
-
* **charts:** chart data as multiple series for queries with "IN" clause ([dcfcacc](https://github.com/chatatechnologies/react-autoql/commit/dcfcacc3b1502cda74fea2266827ae7867e27ac6))
|
|
165
|
-
* **notifications:** fetch new notification when one is deleted ([4979ec4](https://github.com/chatatechnologies/react-autoql/commit/4979ec4f4a555fed9423733c4a9f275fcb97f95c))
|
|
166
|
-
* **notifications:** rename NotificationModal to DataAlertModal ([43a6d91](https://github.com/chatatechnologies/react-autoql/commit/43a6d9118a8e0956d657f99997c12f1900381d2a))
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
### BREAKING CHANGES
|
|
170
|
-
|
|
171
|
-
* **notifications:** <NotificationModal/> no longer exists. It is now <DataAlertModal/>
|
|
172
|
-
|
|
173
|
-
# [2.2.0](https://github.com/chatatechnologies/react-autoql/compare/v2.1.1...v2.2.0) (2020-11-09)
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
### Features
|
|
177
|
-
|
|
178
|
-
* retry semantic release ([6094a0b](https://github.com/chatatechnologies/react-autoql/commit/6094a0b8e353ee3d3582248c7bfbe909b05d1ef5))
|
|
179
|
-
|
|
180
|
-
# 1.0.0 (2020-11-09)
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
### Bug Fixes
|
|
184
|
-
|
|
185
|
-
* **charts:** sort dates on axis properly for 3D charts and pivot tables ([b303b0f](https://github.com/chatatechnologies/react-autoql/commit/b303b0f4375df2c5d2439f936788f11671a77a44))
|
|
186
|
-
* **themes:** fix text colour for empty state dashboards and notifications ([5427840](https://github.com/chatatechnologies/react-autoql/commit/5427840b5cbe802dec8808e2d2934de6b52e240d))
|
|
187
|
-
* "all columns are currently hidden" error message ([4f02fc4](https://github.com/chatatechnologies/react-autoql/commit/4f02fc4f5d6f32116971938af167c589d2b0fd5c))
|
|
188
|
-
* get nested defaults for all prevProps ([047bed1](https://github.com/chatatechnologies/react-autoql/commit/047bed1f287babf8ee35ace304cc14bd6f740418))
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
### Features
|
|
192
|
-
|
|
193
|
-
* show yellow badge on column visibility icon if some are hidden ([2db291d](https://github.com/chatatechnologies/react-autoql/commit/2db291d1ae5b1278ceb518ee6ef3d500c585de4c))
|
|
194
|
-
* **notifications:** add empty state graphic to notification feed ([9d69ff7](https://github.com/chatatechnologies/react-autoql/commit/9d69ff7c38016cc62069f3b725f0761a1348f38f))
|
|
195
|
-
|
|
196
|
-
# [2.1.0](https://github.com/chatatechnologies/react-autoql/compare/v2.0.0...v2.1.0) (2020-10-27)
|
|
197
|
-
|
|
198
|
-
### Bug Fixes
|
|
199
|
-
|
|
200
|
-
- fix transparent background colour for options toolbar ([20df784](https://github.com/chatatechnologies/react-autoql/commit/20df784973d80e21eba06bee2ad915ca38dd2625))
|
|
201
|
-
- only call suggestion endpoint from suggestion list not query validation ([3bcfb6e](https://github.com/chatatechnologies/react-autoql/commit/3bcfb6ed5908025d7ef89817f598fe3d7798fe35))
|
|
202
|
-
- **dashboards:** do not persist user selection (query validation) if query changes in dashboard ([4cbad24](https://github.com/chatatechnologies/react-autoql/commit/4cbad24b58553f8e30e92dce02024daef794bffa))
|
|
203
|
-
- fix icon alignment in "run query" button for query validation message ([7d34121](https://github.com/chatatechnologies/react-autoql/commit/7d34121bde3e69358fabfec8782027fe3d1f41af))
|
|
204
|
-
- fix spacing around suggestions in query validation message ([de754d8](https://github.com/chatatechnologies/react-autoql/commit/de754d81e6ff8b8a41e5006c880fb1a5d7b25769))
|
|
205
|
-
|
|
206
|
-
### Features
|
|
207
|
-
|
|
208
|
-
- **props:** add autoChartAggregations prop ([89fd71b](https://github.com/chatatechnologies/react-autoql/commit/89fd71bed1d5f8c1e1569d6c829bd27f549906a5))
|
|
209
|
-
- add "none of these" option to list of query suggestions ([ec907bf](https://github.com/chatatechnologies/react-autoql/commit/ec907bf8070037fba21ca8e7e47cbc2a08d270ca))
|
|
210
|
-
- improve error handling and replace "report" with hyperlink to report problem ([6c883aa](https://github.com/chatatechnologies/react-autoql/commit/6c883aacc92fdf50d8bdafcd3bae23bf55f76b07))
|
|
211
|
-
- **demo page:** add speech training to demo page ([f6b10d4](https://github.com/chatatechnologies/react-autoql/commit/f6b10d439ba048f81ba0f7d64046154c2f0500fb))
|
|
212
|
-
- **notifications:** streamline schedule step in notifications modal ([6601229](https://github.com/chatatechnologies/react-autoql/commit/6601229902c7766b4ac01c5ffe2c34e1f4694920))
|
|
213
|
-
|
|
214
|
-
# [2.0.0](https://github.com/chatatechnologies/react-autoql/compare/v1.10.0...v2.0.0) (2020-10-16)
|
|
215
|
-
|
|
216
|
-
### Bug Fixes
|
|
217
|
-
|
|
218
|
-
- **css:** fix css conflicts with integrator portal ([6a758be](https://github.com/chatatechnologies/react-autoql/commit/6a758be89047b3af5aee671261a4fb3f1b75b16a))
|
|
219
|
-
- **date formatting:** display weeks as a string, dayjs formatted wrong after update ([5acc8bc](https://github.com/chatatechnologies/react-autoql/commit/5acc8bc01e1bc8e1317c542e0af57082f4cad525))
|
|
220
|
-
- **notifications:** update remaining copy changes to Data Alerts ([225f96b](https://github.com/chatatechnologies/react-autoql/commit/225f96b72377f92aee4a19894abb94413bd4ecae))
|
|
221
|
-
- **pivot tables:** fix pivot table error when there are null date values ([359e6d9](https://github.com/chatatechnologies/react-autoql/commit/359e6d9d89acb322e104fb0ac732fea5d175aad2))
|
|
222
|
-
|
|
223
|
-
### Features
|
|
224
|
-
|
|
225
|
-
- **error messages:** add reference ID and email anchor tag to error messages from API ([f734b5f](https://github.com/chatatechnologies/react-autoql/commit/f734b5f4224f39bda3d5065f80cd149f067c0aaf))
|
|
226
|
-
- **notifications:** limit failed poll attempts to 5 ([9978612](https://github.com/chatatechnologies/react-autoql/commit/9978612a564c65d4c20bf55e0345ecc8ffddd252))
|
|
227
|
-
- **notifications:** update all copy and some design based on change requests for notifications ([f312037](https://github.com/chatatechnologies/react-autoql/commit/f31203792d193f77ae8da0975610ea0e3ebf185c))
|
|
228
|
-
- **options toolbar:** view sql in modal instead of copy to clipboard option ([6704459](https://github.com/chatatechnologies/react-autoql/commit/67044594404910dbb86de40a46b4da0682b08254))
|
|
229
|
-
- **query input:** show last query on "up" press ([805514f](https://github.com/chatatechnologies/react-autoql/commit/805514fb8533e7fec5b54f21117a9f2c65c0dc78))
|
|
230
|
-
- **styling:** style single value responses in notifications more like dashboards ([7030b1c](https://github.com/chatatechnologies/react-autoql/commit/7030b1ca36862218319fe994e3937cfde427fa37))
|
|
231
|
-
- **theme:** update light and dark theme to match integrator portal ([4680a8f](https://github.com/chatatechnologies/react-autoql/commit/4680a8fe4871158c12fc68e06444954850e748c6))
|
|
232
|
-
- **themes:** add dark theme for dashboards and notification widgets ([32f9d72](https://github.com/chatatechnologies/react-autoql/commit/32f9d72a1d189d99946c2853517d7519a87d5545))
|
|
233
|
-
- **visualizations:** default to chart for agg queries and table for list queries ([12f5f80](https://github.com/chatatechnologies/react-autoql/commit/12f5f80bdcb265211beba6d2a02831df6d38d56a))
|
|
234
|
-
|
|
235
|
-
### BREAKING CHANGES
|
|
236
|
-
|
|
237
|
-
- **theme:** Major change in the look of Data Messenger in light mode
|
|
238
|
-
|
|
239
|
-
# [1.10.0](https://github.com/chatatechnologies/react-autoql/compare/v1.9.0...v1.10.0) (2020-09-11)
|
|
240
|
-
|
|
241
|
-
### Bug Fixes
|
|
242
|
-
|
|
243
|
-
- **dashboards:** fix "no data supplied" error in split view ([b68916f](https://github.com/chatatechnologies/react-autoql/commit/b68916f567ac9f06a027b48bd1ffae72c26d968f))
|
|
244
|
-
- **dashboards:** fix onSuccessCallback for dashboards ([0394b32](https://github.com/chatatechnologies/react-autoql/commit/0394b327d3767f2b11f2c05bb29c7f95869c8a89))
|
|
245
|
-
- **explore queries:** fix query validation bug in explore queries ([287ea43](https://github.com/chatatechnologies/react-autoql/commit/287ea43d656d1549c3ae34c3382d7de1e800ee51))
|
|
246
|
-
- **notifications:** fix various notifications bugs ([ad0dac8](https://github.com/chatatechnologies/react-autoql/commit/ad0dac86ce830dde868b67332734795941c7d4de))
|
|
247
|
-
- **notifications:** various notification bug fixes ([3fa7d21](https://github.com/chatatechnologies/react-autoql/commit/3fa7d21311ef213d50287173177b578a78f0449e))
|
|
248
|
-
|
|
249
|
-
### Features
|
|
250
|
-
|
|
251
|
-
- **demo page:** add review page to test sentiment analysis ([dd7989b](https://github.com/chatatechnologies/react-autoql/commit/dd7989bbebcf8cb5dca7798fc7fb24c3e838383e))
|
|
252
|
-
- **notifications:** add validation to all queries in notification modal ([249ce55](https://github.com/chatatechnologies/react-autoql/commit/249ce552a3f8d2533d31b785303accc0bfd7390e))
|
|
253
|
-
- **notifications:** enable notifications on prod ([369f8e7](https://github.com/chatatechnologies/react-autoql/commit/369f8e771293a3451c4a805babab9b618c9defd1))
|
|
254
|
-
- **notifications:** use long polling for new notification count ([c1fa96b](https://github.com/chatatechnologies/react-autoql/commit/c1fa96b043710dd84007225979b7e5dad67276ae))
|
|
255
|
-
- **reviews:** add "clear" button beside star selection ([b8bb8b3](https://github.com/chatatechnologies/react-autoql/commit/b8bb8b336f56c8c0f840a70d2d5e4c94275d27a0))
|
|
256
|
-
- **tables and charts:** sort tables by date descending, sort chart axis by date ascending (default) ([064b742](https://github.com/chatatechnologies/react-autoql/commit/064b7427eb2037b2ad35a1c820066fdf81315e02))
|
|
257
|
-
- **test page:** enable notifications on heroku prod ([dc2e658](https://github.com/chatatechnologies/react-autoql/commit/dc2e6580e308bfa415a5c5c6eed64c93714d4a33))
|
|
258
|
-
|
|
259
|
-
# [1.9.0](https://github.com/chatatechnologies/react-autoql/compare/v1.8.0...v1.9.0) (2020-08-11)
|
|
260
|
-
|
|
261
|
-
### Bug Fixes
|
|
262
|
-
|
|
263
|
-
- **charts:** fix axis labels for stacked charts ([7c2fd9b](https://github.com/chatatechnologies/react-autoql/commit/7c2fd9b2f6b90f8ad4643487f1f3948fcfd2708c))
|
|
264
|
-
- **cosmetic:** fix flickering bug in modals (changed modal library) and improve transitions ([2745a81](https://github.com/chatatechnologies/react-autoql/commit/2745a81dcbcc6e3d4d9b3ceb62a5615708c2207e))
|
|
265
|
-
- **dashboards:** fix query validation in second half of split view tiles ([6f290e6](https://github.com/chatatechnologies/react-autoql/commit/6f290e61c499b31ea67c984ad6fa6676d866229c))
|
|
266
|
-
- **dashboards:** persist setting to skip query validation after picking a suggestion the first time ([72c84be](https://github.com/chatatechnologies/react-autoql/commit/72c84be506a0851c3150cdf6f9531dae54c22375))
|
|
267
|
-
- **modals:** fix styling for new modal library ([16f7253](https://github.com/chatatechnologies/react-autoql/commit/16f725338e861c2c4871b4e15ece18e1e4ea9980))
|
|
268
|
-
- **safari:** notification footer gets cut off when notification is expanded ([d9ed930](https://github.com/chatatechnologies/react-autoql/commit/d9ed930de464c2e01f23a910578f9692e253e7f9))
|
|
269
|
-
- do not show table options if all columns are hidden ([89440b8](https://github.com/chatatechnologies/react-autoql/commit/89440b8feb0581be30cc48384daa2195b08019a8))
|
|
270
|
-
|
|
271
|
-
### Features
|
|
272
|
-
|
|
273
|
-
- **data messenger:** Invert default colour for DM handle (blue background with white logo) ([08ba8cb](https://github.com/chatatechnologies/react-autoql/commit/08ba8cb65dc4fd3a86d0e9d8aa57b774c37184a8))
|
|
274
|
-
- **query validation:** add disambiguation params from failed validation to query call ([7f82972](https://github.com/chatatechnologies/react-autoql/commit/7f82972b89b71ccee14b8c55ca0c9d16025504c0))
|
|
275
|
-
|
|
276
|
-
# [1.8.0](https://github.com/chatatechnologies/react-autoql/compare/v1.7.1...v1.8.0) (2020-07-08)
|
|
277
|
-
|
|
278
|
-
### Bug Fixes
|
|
279
|
-
|
|
280
|
-
- **charts:** reset selection in axis selector popup if user clicks outside (cancels) ([faedf14](https://github.com/chatatechnologies/react-autoql/commit/faedf14c3f102ff86531b8ec8e7af485f9f4b1cd))
|
|
281
|
-
- **dashboards:** fix bug where options tooltips disappeared after opening more options menu ([3f243c0](https://github.com/chatatechnologies/react-autoql/commit/3f243c082db75986686918fef3db5bc394983db7))
|
|
282
|
-
- **dashboards:** fix bug where toolbar options in dashboard tiles are not updating properly ([5058923](https://github.com/chatatechnologies/react-autoql/commit/5058923638a21175b4d7eaad4d4e0a07726ca0d8))
|
|
283
|
-
- **data messenger:** fix bug where all columns are hidden and the message gets cut off ([03ad207](https://github.com/chatatechnologies/react-autoql/commit/03ad20707a834db522aab6eae24616aad03c87ff))
|
|
284
|
-
- **data messenger:** fix bug where popup menus stay open after closing data messenger ([4f89ca0](https://github.com/chatatechnologies/react-autoql/commit/4f89ca02c00505191069d987dd8c17f675e33c71))
|
|
285
|
-
- **styles:** change styles of dashboard tiles to have bigger text and buttons ([4bec330](https://github.com/chatatechnologies/react-autoql/commit/4bec33052e4b3524198bb64520718181317cf8bf))
|
|
286
|
-
- **tables:** fix bug in Safari and Firefox where date pivots were throwing an error ([633766d](https://github.com/chatatechnologies/react-autoql/commit/633766d5d9fcdd6291e3916f3c23d8a2cc926e0d))
|
|
287
|
-
|
|
288
|
-
### Features
|
|
289
|
-
|
|
290
|
-
- **data messenger:** resize message bubbles after resizing browser window (if necessary) ([24faad4](https://github.com/chatatechnologies/react-autoql/commit/24faad4d9669e78e9bda2a9c846299e3a476b83c))
|
|
291
|
-
|
|
292
|
-
## [1.7.1](https://github.com/chatatechnologies/react-autoql/compare/v1.7.0...v1.7.1) (2020-07-02)
|
|
293
|
-
|
|
294
|
-
### Bug Fixes
|
|
295
|
-
|
|
296
|
-
- **charts:** fix range for bubble charts so bubbles always fit inside chart area ([6d99433](https://github.com/chatatechnologies/react-autoql/commit/6d994336bff77b495588f51875afe92b13405d78))
|
|
297
|
-
- **charts:** fix scale of heatmap charts so they dont get cut off on the right side ([f67bd3f](https://github.com/chatatechnologies/react-autoql/commit/f67bd3f160de76afc7ad5ab38ca83512299aa74e))
|
|
298
|
-
- **charts:** use correct range when negative values are present ([cac4981](https://github.com/chatatechnologies/react-autoql/commit/cac4981de7bff51726b647ae50ce81bdc21085a8))
|
|
299
|
-
- **dashboards:** add better messaging for empty tiles before and after running dashboard ([4e1475d](https://github.com/chatatechnologies/react-autoql/commit/4e1475d444ffa8df4e8981f2cc23faac533e9178))
|
|
300
|
-
- **dashboards:** fix drilldowns for list queries in bottom of split view dashboard tiles ([9c44c59](https://github.com/chatatechnologies/react-autoql/commit/9c44c598f0f11d2874f87f0a964d03740e16a6c7))
|
|
301
|
-
- **test page:** disable notifications by default on prod ([b57a514](https://github.com/chatatechnologies/react-autoql/commit/b57a5144578ecff1bac478581f457948bd9e09b7))
|
|
302
|
-
|
|
303
|
-
# [1.7.0](https://github.com/chatatechnologies/react-autoql/compare/v1.6.0...v1.7.0) (2020-06-29)
|
|
304
|
-
|
|
305
|
-
### Bug Fixes
|
|
306
|
-
|
|
307
|
-
- **charts:** fix bug where tooltip was displaying same category for all series ([4b88a4c](https://github.com/chatatechnologies/react-autoql/commit/4b88a4cdd2ed70789b8317a284a19e87ce166e6f))
|
|
308
|
-
- **dashboards:** a failing query in the second half of tile no longer blocks user ([9dda72c](https://github.com/chatatechnologies/react-autoql/commit/9dda72c4f607c2428adf7af40a7d114b5fee48d7)), closes [#49](https://github.com/chatatechnologies/react-autoql/issues/49)
|
|
309
|
-
- **dashboards:** fix bug where chart state in drilldown doesnt match the tile ([488dbdb](https://github.com/chatatechnologies/react-autoql/commit/488dbdbc0d5c8afdb2ea39dd2253ab689d142401))
|
|
310
|
-
- **dashboards:** update copy in empty state messages ([bb1ae57](https://github.com/chatatechnologies/react-autoql/commit/bb1ae579fdd9e8c1c9b08c14de9671a6fcf46a2c))
|
|
311
|
-
- **data messenger:** fix bug where data messenger doesnt scroll all the way to the bottom ([0a926b8](https://github.com/chatatechnologies/react-autoql/commit/0a926b89d32334f6a528832346de6e4b6bb6ce02))
|
|
312
|
-
- **data messenger:** fix bug where topics overflow message container ([cef9d4a](https://github.com/chatatechnologies/react-autoql/commit/cef9d4aa5ae256d473590734e8d9fbbaa5ba6f2a))
|
|
313
|
-
- **data messenger:** fix bug where you can see the hz scrollbar sometimes after clearing messages ([158e167](https://github.com/chatatechnologies/react-autoql/commit/158e167b4419816a703827567b6f7a4d2466526f))
|
|
314
|
-
- **security:** move semantic release to dev dependencies ([1146def](https://github.com/chatatechnologies/react-autoql/commit/1146def4599a094c6119fc18467911ca25471bfc))
|
|
315
|
-
- **tables:** fix bug where some string columns werent sorting ([5cbcb60](https://github.com/chatatechnologies/react-autoql/commit/5cbcb609df78fe3e5d13446de23e0b5cf0fa379b))
|
|
316
|
-
|
|
317
|
-
### Features
|
|
318
|
-
|
|
319
|
-
- **dashboards:** add isEditable prop ([28ad8de](https://github.com/chatatechnologies/react-autoql/commit/28ad8de7ed074bd557bdd30621059fdc1062f23f))
|
|
320
|
-
- **data messenger:** delete query message along with response message ([9f3d428](https://github.com/chatatechnologies/react-autoql/commit/9f3d42803d8df7a4a952b0b6ff2535cb0ed00e58)), closes [#44](https://github.com/chatatechnologies/react-autoql/issues/44)
|
|
321
|
-
- **notifications:** add notification option to dashboard tiles ([8959944](https://github.com/chatatechnologies/react-autoql/commit/8959944642ea6dba864a4543f30ba6ec51f66f1d))
|
|
322
|
-
|
|
323
|
-
### Reverts
|
|
324
|
-
|
|
325
|
-
- **npm packages:** revert rc-drawer update ([645b5bf](https://github.com/chatatechnologies/react-autoql/commit/645b5bf842537c18f19b8a7307118cc10b2514c5))
|
|
326
|
-
|
|
327
|
-
# [1.6.0](https://github.com/chatatechnologies/react-autoql/compare/v1.5.1...v1.6.0) (2020-06-09)
|
|
328
|
-
|
|
329
|
-
### Features
|
|
330
|
-
|
|
331
|
-
- **dashboard:** add options toolbar to dashboard tiles ([a86f07d](https://github.com/chatatechnologies/react-autoql/commit/a86f07d293cb0053214126d23c85bce3175edfa0)), closes [#32](https://github.com/chatatechnologies/react-autoql/issues/32)
|
|
332
|
-
- add changelog and git plugins or semantic release ([d01f2ea](https://github.com/chatatechnologies/react-autoql/commit/d01f2eae0fc1be8edc24a37187d7dcdbaebcddbb))
|
|
333
|
-
- add changelog file and release config file ([87d3b8c](https://github.com/chatatechnologies/react-autoql/commit/87d3b8c3fb317c8eec61737c8b502a159eed0f0e))
|
|
334
|
-
- add github plugin to semantic-release ([dbbebc9](https://github.com/chatatechnologies/react-autoql/commit/dbbebc92f17c964e6fd3121623eac5e859a24201))
|
|
335
|
-
- add github plugin to semantic-release ([6071564](https://github.com/chatatechnologies/react-autoql/commit/60715643445a8f9e7698f2578ac89a944f0b874e))
|
|
336
|
-
- update semantic release plugins ([87c1997](https://github.com/chatatechnologies/react-autoql/commit/87c1997e5386fb3baa810e5befa28b18eae81204))
|
|
337
|
-
- **demo:** add landing page prop selector to demo page ([8710899](https://github.com/chatatechnologies/react-autoql/commit/8710899d30225bdec63cdcb5781e5bb2c3d56356))
|
|
338
|
-
- **test release:** test ([8bed3f7](https://github.com/chatatechnologies/react-autoql/commit/8bed3f75b9da80f94ef8388eb517b693f6364082))
|
|
339
|
-
|
|
340
|
-
# [1.11.0](https://github.com/chatatechnologies/react-autoql/compare/v1.10.0...v1.11.0) (2020-06-03)
|
|
341
|
-
|
|
342
|
-
### Features
|
|
343
|
-
|
|
344
|
-
- add github plugin to semantic-release ([dbbebc9](https://github.com/chatatechnologies/react-autoql/commit/dbbebc92f17c964e6fd3121623eac5e859a24201))
|
|
345
|
-
|
|
346
|
-
# [1.10.0](https://github.com/chatatechnologies/react-autoql/compare/v1.9.0...v1.10.0) (2020-06-03)
|
|
347
|
-
|
|
348
|
-
### Features
|
|
349
|
-
|
|
350
|
-
- add github plugin to semantic-release ([6071564](https://github.com/chatatechnologies/react-autoql/commit/60715643445a8f9e7698f2578ac89a944f0b874e))
|
|
351
|
-
|
|
352
|
-
# [1.9.0](https://github.com/chatatechnologies/react-autoql/compare/v1.8.0...v1.9.0) (2020-06-03)
|
|
353
|
-
|
|
354
|
-
### Features
|
|
355
|
-
|
|
356
|
-
- update semantic release plugins ([87c1997](https://github.com/chatatechnologies/react-autoql/commit/87c1997e5386fb3baa810e5befa28b18eae81204))
|