|
19 | 19 |
|
20 | 20 | # Table of Contents
|
21 | 21 |
|
| 22 | +- [2.3.0](#230) |
22 | 23 | - [2.2.0](#220)
|
23 | 24 | - [2.1.1](#211)
|
24 | 25 | - [2.1.0](#210)
|
25 | 26 | - [2.0.0](#200)
|
26 | 27 | - [1.5.0](#150)
|
27 | 28 | - [1.0.0](#100)
|
28 | 29 |
|
| 30 | +# 2.3.0 |
| 31 | + |
| 32 | +### Core |
| 33 | + |
| 34 | +* Support to use absolute path in conf.WebDir. [#1055](https://github.com/apache/apisix-dashboard/pull/1055) |
| 35 | +* Support to search route by label. [#1061](https://github.com/apache/apisix-dashboard/pull/1061) |
| 36 | +* Support server info preview. [#958](https://github.com/apache/apisix-dashboard/pull/958) [#949](https://github.com/apache/apisix-dashboard/pull/949) |
| 37 | +* Support search route by labels. [#1061](https://github.com/apache/apisix-dashboard/pull/1061) |
| 38 | +* Support custom port for Upstream module. [#1078](https://github.com/apache/apisix-dashboard/pull/1078) |
| 39 | +* Support to show plugin type and other properties [#1111](https://github.com/apache/apisix-dashboard/pull/1111) |
| 40 | +* Support websocket for Route module. [#1079](https://github.com/apache/apisix-dashboard/pull/1079) |
| 41 | +* Support Service module on the frontend. [#1089](https://github.com/apache/apisix-dashboard/pull/1089) |
| 42 | +* Support group for Route module. [#999](https://github.com/apache/apisix-dashboard/pull/999) |
| 43 | +* Support Global Plugin. [#1057](https://github.com/apache/apisix-dashboard/pull/1057) [#1106](https://github.com/apache/apisix-dashboard/pull/1106) |
| 44 | +* Support Version Manager. [#1157](https://github.com/apache/apisix-dashboard/pull/1157) |
| 45 | +* Use Cobra as the cli scafford. [#773](https://github.com/apache/apisix-dashboard/pull/773) |
| 46 | +* Remove Lua dependency. [#1083](https://github.com/apache/apisix-dashboard/pull/1083) |
| 47 | +* Improve E2E testcases for the backend. [#1012](https://github.com/apache/apisix-dashboard/pull/1012), [#1123](https://github.com/apache/apisix-dashboard/pull/1123) |
| 48 | +* Improve E2E testcases for the frontend. [#1074](https://github.com/apache/apisix-dashboard/pull/1074) |
| 49 | +* Improve online debug. [#979](https://github.com/apache/apisix-dashboard/pull/979) |
| 50 | +* Improve Route publish/offline. [#1081](https://github.com/apache/apisix-dashboard/pull/1081) [#991](https://github.com/apache/apisix-dashboard/pull/991) |
| 51 | +* Improve plugin module for the frontend. [#1047](https://github.com/apache/apisix-dashboard/pull/1047) [#978](https://github.com/apache/apisix-dashboard/pull/978) |
| 52 | +* Fix error occurred when enable or disable existing SSL [#1064](https://github.com/apache/apisix-dashboard/pull/1064) |
| 53 | +* Fix the problem that route created by Admin API (without ID) cannot be shown in Manager API. [#1063](https://github.com/apache/apisix-dashboard/pull/1063) |
29 | 54 |
|
30 | 55 | # 2.2.0
|
31 | 56 |
|
|
0 commit comments