-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David Núñez
committed
Feb 2, 2017
1 parent
94bdd00
commit 07c3e15
Showing
3 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
|
||
1.1.0 (Feb 1, 2017) | ||
- Adding support for configure http via props into window.coditor object | ||
- Adding support for add initial code into init global configuration | ||
|
||
1.0.1 (Jan 31, 2017) | ||
- Cleaning code | ||
- Updating documentation | ||
|
||
1.0.0 (Jan 31, 2017) | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
# What's coming? | ||
- Coditor will uses vuejs-templates/webpack (there are full features like hotreload, linting, testing, development mode, build assets ready for production. You can see all features [here](https://github.com/vuejs-templates/webpack#whats-included)) | ||
- A extensive documentation to development new features, examples, and put on production. | ||
- Making web request and handle response using vue-resource. | ||
- Add dinamic tabs | ||
- Select the programming language dynamically for each tab that was created. Also include download or load script dependencies dynamically. | ||
|
||
- [x] A extensive documentation to development new features, examples, and put on production. | ||
- [x] Making web request and handle response using vue-resource. | ||
- [x] global config for all tabs | ||
- [x] config via props for each tab | ||
- [] Add dinamic tabs | ||
- [] ~~Select the programming language dynamically for each tab that was created. Also include download or load script dependencies dynamically.~~ | ||
> Important: Coditor intented to be a independent webcomponent. The original idea is to be a multitab code editor, no more, no less. | ||
If you have any idea to a new feature, I would be very interested in discussions. Meanwhile I will continue working in the coditor new version. |