|
19 | 19 |
|
20 | 20 | # Table of Contents |
21 | 21 |
|
| 22 | +- [2.14.0](#2140) |
22 | 23 | - [2.13.1](#2131) |
23 | 24 | - [2.13.0](#2130) |
24 | 25 | - [2.11.0](#2110) |
|
40 | 41 | - [1.5.0](#150) |
41 | 42 | - [1.0.0](#100) |
42 | 43 |
|
| 44 | +## 2.14.0 |
| 45 | + |
| 46 | +### Core |
| 47 | + |
| 48 | +- feat: basic support Apache APISIX 2.14.1 [#2464](https://github.com/apache/apisix-dashboard/pull/2464) |
| 49 | +- feat: refactor OpenAPI 3 parse and convert [#2460](https://github.com/apache/apisix-dashboard/pull/2460) |
| 50 | +- feat: integrate data loader interface to import handler [#2474](https://github.com/apache/apisix-dashboard/pull/2474) |
| 51 | +- feat: support data loader in frontend [#2480](https://github.com/apache/apisix-dashboard/pull/2480) |
| 52 | +- feat: translating Turkish for new features [#2487](https://github.com/apache/apisix-dashboard/pull/2487) |
| 53 | +- feat: add batch delete function for route [#2502](https://github.com/apache/apisix-dashboard/pull/2502) |
| 54 | +- feat: support show all enable plugin list tab [#2585](https://github.com/apache/apisix-dashboard/pull/2585) |
| 55 | +- feat: Add config struct of OpenID-Connect Login [#2597](https://github.com/apache/apisix-dashboard/pull/2597) |
| 56 | +- feat: Adding a Loading state to buttons [#2630](https://github.com/apache/apisix-dashboard/pull/2630) |
| 57 | +- feat: add login filter of OpenID-Connect [#2608](https://github.com/apache/apisix-dashboard/pull/2608) |
| 58 | +- feat: add etcd store auto re-initialize [#2650](https://github.com/apache/apisix-dashboard/pull/2650) |
| 59 | +- feat: add enable flag to oidc function [#2672](https://github.com/apache/apisix-dashboard/pull/2672) |
| 60 | +- feat: support purge method [#2674](https://github.com/apache/apisix-dashboard/pull/2674) |
| 61 | +- feat: support more upstream scheme [#2675](https://github.com/apache/apisix-dashboard/pull/2675) |
| 62 | + |
| 63 | +### Docs |
| 64 | + |
| 65 | +- docs: add data loader and new OpenAPI 3 loader [#2484](https://github.com/apache/apisix-dashboard/pull/2484) |
| 66 | +- docs: add new import and export docs to sidebar [#2485](https://github.com/apache/apisix-dashboard/pull/2485) |
| 67 | +- docs: update deploy-with-docker.md [#2472](https://github.com/apache/apisix-dashboard/pull/2472) |
| 68 | +- docs: add a notice about the compatibility of Ingress and Dashboard [#2552](https://github.com/apache/apisix-dashboard/pull/2552) |
| 69 | +- docs: add correct csp rule [#2548](https://github.com/apache/apisix-dashboard/pull/2548) |
| 70 | +- docs: add Slack invitation link badge [#2617](https://github.com/apache/apisix-dashboard/pull/2617) |
| 71 | + |
| 72 | +### Bugfix |
| 73 | + |
| 74 | +- fix: advance matching in the route create page causes the page to crash [#2440](https://github.com/apache/apisix-dashboard/pull/2440) |
| 75 | +- fix: Users can create a Consumer in Dashboard without enabling the plugin [#2442](https://github.com/apache/apisix-dashboard/pull/2442) |
| 76 | +- fix: block arbitrary file index [#2497](https://github.com/apache/apisix-dashboard/pull/2497) |
| 77 | +- fix: route duplicate ID [#2501](https://github.com/apache/apisix-dashboard/pull/2501) |
| 78 | +- fix: add a judgement for last_report_time [#2551](https://github.com/apache/apisix-dashboard/pull/2551) |
| 79 | +- fix: drawer components delete plugin not working [#2573](https://github.com/apache/apisix-dashboard/pull/2573) |
| 80 | +- fix: page refresh causes deletion exception [#2593](https://github.com/apache/apisix-dashboard/pull/2593) |
| 81 | +- fix: plugin_config missing on service exist [#2657](https://github.com/apache/apisix-dashboard/pull/2657) |
| 82 | +- fix: ant-table unable to request [#2641](https://github.com/apache/apisix-dashboard/pull/2641) |
| 83 | +- fix: change default CSP value [#2601](https://github.com/apache/apisix-dashboard/pull/2601) |
| 84 | + |
| 85 | +### Test |
| 86 | + |
| 87 | +- test: remove stale E2E cases [#2475](https://github.com/apache/apisix-dashboard/pull/2475) |
| 88 | +- fix: cli test invalid etcd [#2544](https://github.com/apache/apisix-dashboard/pull/2544) |
| 89 | +- feat: fix actions version to root version [#2521](https://github.com/apache/apisix-dashboard/pull/2521) |
| 90 | +- test: reduce fe ci time [#2557](https://github.com/apache/apisix-dashboard/pull/2557) |
| 91 | +- feat: set serverUrlMap with env, update cypress, update stylelint [#2583](https://github.com/apache/apisix-dashboard/pull/2583) |
| 92 | +- feat: add tip and preset model for plugin editor, improve e2e stability [#2581](https://github.com/apache/apisix-dashboard/pull/2581) |
| 93 | + |
| 94 | +### Other |
| 95 | + |
| 96 | +- feat: dashboard support windows [#2619](https://github.com/apache/apisix-dashboard/pull/2619) |
| 97 | +- feat: configure eslint plugins to support format import and export [#2647](https://github.com/apache/apisix-dashboard/pull/2647) |
| 98 | + |
43 | 99 | ## 2.13.1 |
44 | 100 |
|
45 | 101 | **This is a maintenance release, and you can see the CHANGELOG in `release/2.13` branch.** |
|
0 commit comments