Skip to content

Commit

Permalink
Added history to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Gorbatchev committed Dec 26, 2011
1 parent 2d3027f commit 707c468
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ The core design principle behind TextExt is modularity and extensibility. Each
piece of functionality is separated from the main core and can act individually
and together with other plugins.

Modular design allows you easily turn a standard HTML text input into a wide range
TextExt's modular design allows you easily turn a standard HTML text input into a wide range
of modern, taylored to your needs data inputs without bloating your source code and
slowing down your site with the code that you aren't using.

Expand Down Expand Up @@ -48,6 +48,17 @@ The steps to using TextExt are as follows:
2. Configure each plugin individually if necessary
3. Enjoy!

## History

#### 1.1.0
* Added `autocomplete.render` option for custom rendering. See the
[manual](http://textextjs.com/manual/plugins/autocomplete.html#autocomplete-render) and
[example](http://textextjs.com/manual/examples/autocomplete-with-custom-render.html).
* Switched to MIT license.

#### 1.0.0
* Initial release.

## License

The TextExt component is released under the open source MIT. This means that you
Expand Down

0 comments on commit 707c468

Please sign in to comment.