diff --git a/README.md b/README.md index 949abb1..87b4d3a 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,15 @@ Simply because everything else you're gonna find out there: - easy to maintain, as its code was written under the type safe TypeScript. The repository also has the pure JS implementation, so no need to worry if you don't want to learn a new technology (even though I strongly recommend this one). #### Convinced? -You can download the grid from the `release` or `beta` folder in the master branch. Make sure you also include JQuery (dropped as a dependency in beta), Angular, and a Boostrap theme of your choice. Themes can be found on the Bootswatch website. Of course you can craft your own, as the grid layout is quite easy to style. +You can download the grid from the `release` folder in the master branch. Make sure you also include Angular and a Boostrap theme of your choice. Themes can be found on the Bootswatch website. Of course you can craft your own, as the grid layout is quite easy to style. ##### Legend - master/release : stable -- master/beta : BETA - gh-pages: DEMO site - dev: broken in a million pieces ##### Change Log -###### 3.0 Beta +###### 3.0 - Multiple types of selection. - Ability to override the default CSS and templates. - Better handling of various elements in the header: user experience improved and better monitoring of various column settings. @@ -34,5 +33,3 @@ You can download the grid from the `release` or `beta` folder in the master bran - jQuery no longer a dependency. - Filtering uses the display format rather than the original field value. - Improved pagination. -- Please give me a hand in testing it so we can make it into a nice release package. Thank you. -