Skip to content

Commit

Permalink
doc:CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Jan 4, 2017
1 parent 27a7227 commit 0c0cc3a
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,29 @@
* [[`27a7227943`](https://github.com/AdFabConnect/abejs/commit/27a7227943)] - **fix**: Bug introduced in 2.11.3 with each blocks non autocomplete (gregorybesson)
* [[`c2ed54fbc6`](https://github.com/AdFabConnect/abejs/commit/c2ed54fbc6)] - display processing on manager on search (gregorybesson)
* [[`272a41fddb`](https://github.com/AdFabConnect/abejs/commit/272a41fddb)] - **fix**: ajax datatable on search (gregorybesson)
* [[`253064a355`](https://github.com/AdFabConnect/abejs/commit/253064a355)] - **enhancement**: manager table width 100% by default (gregorybesson)
* [[`33de8c794d`](https://github.com/AdFabConnect/abejs/commit/33de8c794d)] - **fix**: removing disabled attribute on new block creation for abe type=data (gregorybesson)
* [[`be8f864cae`](https://github.com/AdFabConnect/abejs/commit/be8f864cae)] - **ic**: removing compiled stuff (gregorybesson)
* [[`a19f81b150`](https://github.com/AdFabConnect/abejs/commit/a19f81b150)] - **ic**: removing compiled stuff (gregorybesson)
* [[`48e78df371`](https://github.com/AdFabConnect/abejs/commit/48e78df371)] - Merge pull request #105 from AdFabConnect/bug_75 (Greg Besson)
* [[`98fb9dc090`](https://github.com/AdFabConnect/abejs/commit/98fb9dc090)] - **refactoring**: Rebase (gregorybesson)
* [[`965e58d48b`](https://github.com/AdFabConnect/abejs/commit/965e58d48b)] - Merge pull request #104 from AdFabConnect/bug_json_variable (Greg Besson)
* [[`7a61a7e60e`](https://github.com/AdFabConnect/abejs/commit/7a61a7e60e)] - **ic**: Functional tests improved (gregorybesson)
* [[`57fcd6915a`](https://github.com/AdFabConnect/abejs/commit/57fcd6915a)] - **ic**: linting (gregorybesson)
* [[`c2d7c332b0`](https://github.com/AdFabConnect/abejs/commit/c2d7c332b0)] - **enhancement**: Rebinding autocompletes blocks when added by a click in a each block (gregorybesson)
* [[`19e8d06b52`](https://github.com/AdFabConnect/abejs/commit/19e8d06b52)] - **ic**: linting (gregorybesson)
* [[`a767986bc6`](https://github.com/AdFabConnect/abejs/commit/a767986bc6)] - **ic**: linting (gregorybesson)
* [[`956916b0cf`](https://github.com/AdFabConnect/abejs/commit/956916b0cf)] - **enhancement**: Adding the possibility to save each statements including abe type=data by creating the json properly (gregorybesson)
* [[`1a3a97b93b`](https://github.com/AdFabConnect/abejs/commit/1a3a97b93b)] - **enhancement**: in a each statement, ability to create a new block including abe type=data properly (gregorybesson)
* [[`ca9d237d04`](https://github.com/AdFabConnect/abejs/commit/ca9d237d04)] - **enhancement**: fix the autocomplete rebind + escaping the selector (to be able to detect id including \[\] (gregorybesson)
* [[`6ce435a6e6`](https://github.com/AdFabConnect/abejs/commit/6ce435a6e6)] - **enhancement**: The editor is able to detect abe type=data in each statements (gregorybesson)
* [[`1286b0ce8f`](https://github.com/AdFabConnect/abejs/commit/1286b0ce8f)] - **Enhancement**: refining the detection of abe tags including variables in each statements (gregorybesson)
* [[`9295ed86ba`](https://github.com/AdFabConnect/abejs/commit/9295ed86ba)] - **refactoring**: Rebase (gregorybesson)
* [[`db7f261d4c`](https://github.com/AdFabConnect/abejs/commit/db7f261d4c)] - **refactoring**: making the UT pass (gregorybesson)
* [[`3f2553483a`](https://github.com/AdFabConnect/abejs/commit/3f2553483a)] - **refactoring**: Rebase (gregorybesson)
* [[`d0d7d8711d`](https://github.com/AdFabConnect/abejs/commit/d0d7d8711d)] - **fix**: removing debug stuff (gregorybesson)
* [[`c202768e47`](https://github.com/AdFabConnect/abejs/commit/c202768e47)] - **enhancement**: We detect abe tags including variables in each statements (gregorybesson)
* [[`ccafcc8335`](https://github.com/AdFabConnect/abejs/commit/ccafcc8335)] - **doc**: CHANGELOG (gregorybesson)

## [2.13.1] - 2016-12-29
* [[`447137c00c`](https://github.com/AdFabConnect/abejs/commit/447137c00c)] - **fix**: right syntax for a tricky node inconsistency (gregorybesson)
Expand Down Expand Up @@ -35,17 +61,28 @@
* [[`3fb52cc69c`](https://github.com/AdFabConnect/abejs/commit/3fb52cc69c)] - Merge pull request #98 from AdFabConnect/bug_48 (Greg Besson)
* [[`45bd8e752c`](https://github.com/AdFabConnect/abejs/commit/45bd8e752c)] - **enhancement**: redirect /abe to /abe/editor (nicolaslabbe)
* [[`e77f208c79`](https://github.com/AdFabConnect/abejs/commit/e77f208c79)] - Merge pull request #97 from AdFabConnect/bug_RTE_upload_media (Greg Besson)
* [[`e3aa9efec9`](https://github.com/AdFabConnect/abejs/commit/e3aa9efec9)] - **ic**: data test functional (nicolaslabbe)
* [[`47124d6d58`](https://github.com/AdFabConnect/abejs/commit/47124d6d58)] - **fix**: missing media popup upload (wonknu10)
* [[`3f1042b777`](https://github.com/AdFabConnect/abejs/commit/3f1042b777)] - Merged branch master into bug_json_variable (nicolaslabbe)
* [[`9ee44ec315`](https://github.com/AdFabConnect/abejs/commit/9ee44ec315)] - **ic**: add func test for autocomplete and abe data (nicolaslabbe)
* [[`e771bd9103`](https://github.com/AdFabConnect/abejs/commit/e771bd9103)] - **ic**: trying to fix the functional tests (gregorybesson)
* [[`9b6507fcef`](https://github.com/AdFabConnect/abejs/commit/9b6507fcef)] - **enhancement**: The abe type 'file' is now usable. + we can configure authorized extensions and mimetypes in abe.json + fix big security hole on file save (gregorybesson)
* [[`aa1b432386`](https://github.com/AdFabConnect/abejs/commit/aa1b432386)] - Merged branch master into bug_json_variable (nicolaslabbe)
* [[`3ae86e3fad`](https://github.com/AdFabConnect/abejs/commit/3ae86e3fad)] - **fix**: json key for abe data (nicolaslabbe)
* [[`f56d735f66`](https://github.com/AdFabConnect/abejs/commit/f56d735f66)] - **ic**: functional tests fixed (gregorybesson)
* [[`b42e5ae45d`](https://github.com/AdFabConnect/abejs/commit/b42e5ae45d)] - **ic**: functional tests improved (gregorybesson)
* [[`a86058a85f`](https://github.com/AdFabConnect/abejs/commit/a86058a85f)] - **ic**: functional tests improved (gregorybesson)
* [[`f550924708`](https://github.com/AdFabConnect/abejs/commit/f550924708)] - **fix**: bug autocomplete (nicolaslabbe)
* [[`c35dadf847`](https://github.com/AdFabConnect/abejs/commit/c35dadf847)] - **fix**: bug json key (nicolaslabbe)
* [[`29f5b59cdc`](https://github.com/AdFabConnect/abejs/commit/29f5b59cdc)] - **fix**: bug abe_meta.template (nicolaslabbe)
* [[`58ccfe3487`](https://github.com/AdFabConnect/abejs/commit/58ccfe3487)] - **fix**: bug abe_meta.template (nicolaslabbe)
* [[`9c9ec41510`](https://github.com/AdFabConnect/abejs/commit/9c9ec41510)] - Merge pull request #93 from AdFabConnect/loadtests (gonzalezemmanuel)
* [[`c68532bb85`](https://github.com/AdFabConnect/abejs/commit/c68532bb85)] - Loadtests scenarios and README.md to use it (Emmanuel Gonzalez)
* [[`2eedcd9c2e`](https://github.com/AdFabConnect/abejs/commit/2eedcd9c2e)] - **doc**: CHANGELOG (gregorybesson)

## [2.12.0] - 2016-12-19
* [[`58098b50d0`](https://github.com/AdFabConnect/abejs/commit/58098b50d0)] - **fix**: bug 75 json variable (nicolaslabbe)
* [[`797b73e8c1`](https://github.com/AdFabConnect/abejs/commit/797b73e8c1)] - Merge branch 'master' (nicolaslabbe)
* [[`6eb371f11c`](https://github.com/AdFabConnect/abejs/commit/6eb371f11c)] - **ic**: adding Mac OSX (gregorybesson)
* [[`542d6148d2`](https://github.com/AdFabConnect/abejs/commit/542d6148d2)] - **ic**: adding Mac OSX (gregorybesson)
* [[`ab35c47fa6`](https://github.com/AdFabConnect/abejs/commit/ab35c47fa6)] - **ic**: adding Mac OSX (gregorybesson)
Expand All @@ -60,17 +97,22 @@
* [[`e264029c98`](https://github.com/AdFabConnect/abejs/commit/e264029c98)] - Merge pull request #92 from AdFabConnect/bug_jsoninline (Greg Besson)
* [[`b80883d7df`](https://github.com/AdFabConnect/abejs/commit/b80883d7df)] - **fix**: wrong return (nicolaslabbe)
* [[`31781a6ab8`](https://github.com/AdFabConnect/abejs/commit/31781a6ab8)] - **fix**: bug json inline into abe data (nicolaslabbe)
* [[`792d84d4d6`](https://github.com/AdFabConnect/abejs/commit/792d84d4d6)] - **fix**: abe keys (nicolaslabbe)

## [2.11.6] - 2016-12-16
* [[`bac583a1aa`](https://github.com/AdFabConnect/abejs/commit/bac583a1aa)] - Merge branch 'master' (nicolaslabbe)
* [[`d9a26ed671`](https://github.com/AdFabConnect/abejs/commit/d9a26ed671)] - Merge pull request #91 from AdFabConnect/bug_duplicate (Greg Besson)
* [[`bcccc6a209`](https://github.com/AdFabConnect/abejs/commit/bcccc6a209)] - **fix**: on duplicate with same name (nicolaslabbe)
* [[`2444bdaaba`](https://github.com/AdFabConnect/abejs/commit/2444bdaaba)] - **doc**: CHANGELOG (gregorybesson)
* [[`835284112c`](https://github.com/AdFabConnect/abejs/commit/835284112c)] - **bug**: refactor json key (nicolaslabbe)

## [2.11.5] - 2016-12-16
* [[`cb592582be`](https://github.com/AdFabConnect/abejs/commit/cb592582be)] - Merge branch 'master' of https://github.com/AdFabConnect/abejs (gregorybesson)
* [[`3b238c851c`](https://github.com/AdFabConnect/abejs/commit/3b238c851c)] - **fix**: Add options to iFrame (gregorybesson)
* [[`f041a5b412`](https://github.com/AdFabConnect/abejs/commit/f041a5b412)] - Merge pull request #88 from AdFabConnect/bug_reference (Greg Besson)
* [[`22c628f3da`](https://github.com/AdFabConnect/abejs/commit/22c628f3da)] - **fix**: queryselector from addReference outside of reference editor (wonknu10)
* [[`e666d6011a`](https://github.com/AdFabConnect/abejs/commit/e666d6011a)] - Merged branch master into bug_75 (nicolaslabbe)
* [[`ab8de8e7ea`](https://github.com/AdFabConnect/abejs/commit/ab8de8e7ea)] - **bug**: refactor json key (nicolaslabbe)
* [[`27b549b858`](https://github.com/AdFabConnect/abejs/commit/27b549b858)] - Update abe-data.md (Greg Besson)
* [[`3aa00b5236`](https://github.com/AdFabConnect/abejs/commit/3aa00b5236)] - Update abe-data.md (Greg Besson)
* [[`8d2c737c1e`](https://github.com/AdFabConnect/abejs/commit/8d2c737c1e)] - Update abe-data.md (Greg Besson)
Expand All @@ -80,14 +122,19 @@
## [2.11.3] - 2016-12-15
* [[`b26e50123b`](https://github.com/AdFabConnect/abejs/commit/b26e50123b)] - **ic**: lint (gregorybesson)
* [[`5ede88400e`](https://github.com/AdFabConnect/abejs/commit/5ede88400e)] - Merge pull request #84 from AdFabConnect/feature_52 (Greg Besson)
* [[`9c98de6114`](https://github.com/AdFabConnect/abejs/commit/9c98de6114)] - **refactor**: abe_meta.template = selectTemplate (nicolaslabbe)
* [[`91d86acf3f`](https://github.com/AdFabConnect/abejs/commit/91d86acf3f)] - Merge branch 'master' (nicolaslabbe)
* [[`9c2a15ce2b`](https://github.com/AdFabConnect/abejs/commit/9c2a15ce2b)] - **doc**: CHANGELOG (gregorybesson)
* [[`48936b1b81`](https://github.com/AdFabConnect/abejs/commit/48936b1b81)] - **enhancement**: Abe type='data' - An array can be used in a IN and NOT IN request statement (gregorybesson)
* [[`0c4d8036d3`](https://github.com/AdFabConnect/abejs/commit/0c4d8036d3)] - Merged branch master into bug_75 (nicolaslabbe)
* [[`bf266252ba`](https://github.com/AdFabConnect/abejs/commit/bf266252ba)] - bug; variable meta (nicolaslabbe)
* [[`7326eb0af0`](https://github.com/AdFabConnect/abejs/commit/7326eb0af0)] - Merge pull request #81 from AdFabConnect/bug_76 (Greg Besson)
* [[`0a7d9fbb51`](https://github.com/AdFabConnect/abejs/commit/0a7d9fbb51)] - **feature**: add json reference from json reference editor (wonknu10)
* [[`8504e79efc`](https://github.com/AdFabConnect/abejs/commit/8504e79efc)] - Merge branch 'master' into bug_76 (Labbé nicolas)
* [[`5b5be35228`](https://github.com/AdFabConnect/abejs/commit/5b5be35228)] - Merge pull request #80 from AdFabConnect/type_rich_v2 (Greg Besson)
* [[`395a8a1a4e`](https://github.com/AdFabConnect/abejs/commit/395a8a1a4e)] - Merge pull request #83 from AdFabConnect/bug_82 (Greg Besson)
* [[`67d1b85b2f`](https://github.com/AdFabConnect/abejs/commit/67d1b85b2f)] - rm console log (wonknu10)
* [[`ccf79d635b`](https://github.com/AdFabConnect/abejs/commit/ccf79d635b)] - **bug**: #75 (nicolaslabbe)
* [[`0b997fb4dc`](https://github.com/AdFabConnect/abejs/commit/0b997fb4dc)] - **bug**: fixes #82 (wonknu10)
* [[`7c914d7671`](https://github.com/AdFabConnect/abejs/commit/7c914d7671)] - **lint**: some linting (nicolaslabbe)
* [[`d336c2ba4f`](https://github.com/AdFabConnect/abejs/commit/d336c2ba4f)] - **lint**: remove pm2 dependencies (nicolaslabbe)
Expand Down

0 comments on commit 0c0cc3a

Please sign in to comment.