diff --git a/README.md b/README.md index e7ebc7d..6492ba3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Airflow Code Editor Plugin A plugin for [Apache Airflow](https://github.com/apache/airflow) that allows you to edit DAGs in browser. -It provides a file managing interface within specified directories and it can be used to edit and download your files. +It provides a file managing interface within specified directories and it can be used to edit, upload, and download your files. If git support is enabled, the DAGs are stored in a Git repository. You may use it to view Git history, review local changes and commit. [![Build Status](https://github.com/andreax79/airflow-code-editor/workflows/Tests/badge.svg)](https://github.com/andreax79/airflow-code-editor/actions) @@ -128,3 +128,4 @@ Example: * Vue.js - https://github.com/vuejs/vue * Vue-Tree, Vue component that implements a TreeView control - https://github.com/grapoza/vue-tree * Splitpanes - https://github.com/antoniandre/splitpanes +* Axios, Promise based HTTP client for the browser and node.js - https://github.com/axios/axios diff --git a/airflow_code_editor/VERSION b/airflow_code_editor/VERSION index 99eba4d..0062ac9 100644 --- a/airflow_code_editor/VERSION +++ b/airflow_code_editor/VERSION @@ -1 +1 @@ -4.1.0 \ No newline at end of file +5.0.0 diff --git a/changelog.txt b/changelog.txt index bf45647..f5839a4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -247,3 +247,16 @@ ### Changed - Unify file view and tree api + +## 5.0.0 + +2021-08-01 + +### Added + +- File upload (upload button/drag&drop) + +### Changed + +- Webpack module bundler +- Replace jQuery get/post with Axios diff --git a/package.json b/package.json index 9b02236..97e0be5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "airflow-code-editor", - "version": "4.1.0", + "version": "5.0.0", "description": "A plugin for [Apache Airflow](https://github.com/apache/airflow) that allows you to edit DAGs in browser. It provides a file managing interface within specified directories and it can be used to edit and download your files. If git support is enabled, the DAGs are stored in a Git repository. You may use it to view Git history, review local changes and commit.", "private": true, "directories": {