From 217082f15ae2d11484fa1a39827763c0013d031a Mon Sep 17 00:00:00 2001 From: Andrew Connell Date: Tue, 19 Jan 2016 08:36:54 -0500 Subject: [PATCH] added changelog --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f13d1fe --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,35 @@ + +### [0.2.0 (January 19, 2016)](https://github.com/ngOfficeUIFabric/ng-officeuifabric/tree/dev) + +#### Features + +- **docs**: added auto watcher for easier dev (by @s-KaiNet; closes #49) +- **uif-choicefield**: directive added (by @rolandoldengarm; closes #16) +- **uif-icon**: added validation to specified icon (by @andrewconnell) +- **uif-link**: directive added (by @tdwhite0; closes #23) +- **uif-overlay**: directive added (by @johnmeilleur; closes #28) +- **uif-progress-indicator**: directive added (by @johnmeilleur; closes #34) + +#### Bug Fixes + +- **docs**: fixed multiple broken links (by @andrewconnell, @estruyf; closes #86, #89) +- **docs**: added directive guidelines 007 & 008 (by @andrewconnell; closes #93) +- **uif-dropdown**: fixed issue to support jqlite (by @estruyf; closes #98) +- fixed angular duped dependency & tsd script (by @andrewconnell; closes #82, #83) + + + +### [0.1.3 (January 13, 2016)](https://github.com/ngOfficeUIFabric/ng-officeuifabric/releases/tag/0.1.3) + +This is the first release of the ngOfficeUiFabric! Everything is new… check the repo’s [README.md](https://github.com/ngOfficeUIFabric/ng-officeuifabric/blob/master/README.md) for details on the current state of the library and the various options (NPM / Bower / NuGet) can get the library. Check the demo site for sample usage & working examples: **http://ngOfficeUiFabric.com**. + +#### Features + +- **uif-contextual-menu**: directive added (by @s-KaiNet; closes #18) +- **uif-dropdown**: directive added (by @rolandoldengarm; closes #21) +- **uif-icon**: directive added (by @andrewconnell; closes #40) +- **uif-searchbox**: directive added (@jigargandhi; closes #39) +- **uif-spinner**: directive added (@jjczopek; closes #35) +- **uif-table**: directive added (by @waldekmastykarz; closes #36) +- **uif-textfield**: directive added (by @rolandoldengarm; closes #37) +- **uif-toggle**: directive added (by @rolandoldengarm; closes #38)