update.txt 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. ## Release v1.3.3:
  2. #### Features:
  3. - Added Music app
  4. - Update angular to 1.3.2
  5. - Update angular-bootstrap to 0.12.0
  6. - Update angular-ui-router to 0.2.12
  7. - Update bootstrap to 3.3.0
  8. - Update angular-ui-calendar to latest
  9. - Update oclazyload to 0.5.0
  10. #### Bugfixes:
  11. - Fix fullcalendar
  12. ## Release v1.3.2:
  13. #### Features:
  14. - Added ui-select
  15. - Added textAngular
  16. - Added Slider
  17. - Removed Select2
  18. - Code review -- rearrange js files.
  19. move the components to "src/vendor/",
  20. split the "src/js/controllers.js" to "js/controllers/**"
  21. split the "src/js/directives.js" to "js/directives/**"
  22. split the "src/js/services.js" to "js/services/**"
  23. split the "src/js/filters.js" to "js/filters/**"
  24. #### Bugfixes:
  25. - (none)
  26. ## Release v1.3.1:
  27. #### Features:
  28. - Added mega menu
  29. - Added tree view
  30. - Added file upload
  31. - Added image crop
  32. - Added weather app
  33. - Added tabs in vbox
  34. - Added double click to create event on Fullcalendar
  35. - Added background image on boxed layout.
  36. - Added angularjs-stripped.html sample page.
  37. - Changed lang file .json to .js
  38. #### Bugfixes:
  39. - Fix fullscreen button stats
  40. - Fix fullscreen on ie11(disabled)
  41. ## Release v1.3.0:
  42. #### Features:
  43. - Included Grunt build steps and bower dependency management.
  44. - Can compile application less files with grunt. Use the command `grunt:less`
  45. - Added grunt for versioning and changelogs.
  46. - Added dashboard v2 page
  47. - Added Note app
  48. - Added Contacts app
  49. - Update Fullcalendar to 2.1.1, "js/jquery/fullcalenar/"
  50. - Update FontAwesome to 4.2
  51. #### Bugfixes:
  52. - Fix sparkline on retina display, "js/jquery/charts/sparkline/jquery.sparkline.min.js"
  53. v 1.2.0
  54. 1: add dock aside option (horizontal menu)
  55. added: ".app-aside-dock" class to enable horizontal menu
  56. changed: "/tpl/blocks/settings.html", "/tpl/index.html"
  57. AppCtrl in "/js/controller.js", uiNav in "/js/directives.js"
  58. 2: add boxed layout option
  59. added: '.container' class to .app to enable boxed layout.
  60. removed: ".bg-auto-left" and ".bg-auto-right" class
  61. 3: add ng-grid
  62. added: 'ocLazyLoad' from https://github.com/ocombe/ocLazyLoad
  63. 'ng-grid' from http://angular-ui.github.io/ng-grid/
  64. use ocLazyLoad to lazy load the ng-grid modules
  65. 'tpl/table_grid.html'
  66. 'js/modules/ng-grid/'
  67. changed: 'js/app.js' to config the ocLazyLoad. and add ngGrid state.
  68. 4: add toaster
  69. added: 'js/modules/toaster' from https://github.com/jirikavi/AngularJS-Toaster
  70. 'tpl/ui_toaster.html'
  71. changed: 'js/app.js' add ui.toaster state
  72. 5: fix sub menu when using ".bg-white"
  73. changed: "/css/less/app.color.less"
  74. 6: fix dataTables width issue
  75. changed: "/js/jquery/datatables/datatables.bootstrap.css"
  76. v 1.1.3
  77. 1: add PSD file
  78. added: "psd/ui.psd"
  79. 2: add application layout
  80. added: "tpl/layout_app.html"
  81. changed: changed: "css/less/app.layout.less", add "app-content-full" class;
  82. "uiNav" directive in "js/directives.js". "js/app.js" to config "layout" router.
  83. "tpl/blocks/nav.html" to add layout nav items
  84. 3: add full width layout
  85. added: "tpl/layout.html", "tpl/layout_fullwidth.html", "tpl/layout_footer_fullwidth.html"
  86. 4: add mobile layout
  87. added: "tpl/layout_mobile.html", "tpl/layout_footer_mobile.html"
  88. 5: add off screen nav "pull-right" option
  89. changed: "css/less/app.nav.offscreen.less"
  90. use the "off-screen pull-right" to push the nav right.
  91. 6: improvement on ".item" css
  92. changed: "css/less/app.item.less", the ".top, .bottom" does not have the 100% width.
  93. you can use the ".top" + ".w-full" to make it full width.
  94. affect: "tpl/app_dashboard.html", "tpl/ui_widgets.html"
  95. v 1.1.2
  96. 1: add off-screen nav on mobile
  97. added "css/less/app.nav.offscreen.less",
  98. changed: "tpl/blocks/header.html", "tpl/app.html"
  99. 2: add sample on signin/signup
  100. added: "api" folder for simulate api, "SigninFormController", "SignupFormController" controller in "js/controllers.js"
  101. changed: "tpl/page_signin.html", "tpl/page_signup.html"
  102. 3: add .app-aside-right aside
  103. changed: "tpl/app.html", "css/less/layout.css"
  104. 4: add pricing table
  105. added: "tpl/page_price.html"
  106. 5: use ui-sref-active to get the link active
  107. changed: "tpl/blocks/nav.html"
  108. 6: fix ui-bootstrap carousel conflict with ng-animate
  109. added: directive "setNgAnimate" in "js/directives.js",
  110. changed: "tpl/ui-bootstrap.html", add ' set-ng-animate="false" '
  111. 7: fix refresh page when choose language
  112. changed: "tpl/blocks/header.html" add lang.isopen, AppCtrl in "js/controllers.js".
  113. 8: improvement foled.fixed aside nav on smart device
  114. changed: uiNav directive in "js/directives.js", "css/less/app.nav.less"
  115. v 1.1.1
  116. 1: add ui-module directive, this is used for load other dependence.
  117. changed: add "js/modules" folder, and move the "js/app/calendar/ui-calendar.js" to "js/modules".
  118. changed: "js/app.js"(loading ui-calendar.js path)
  119. 2: add Angular Select2, use ui-module directive to load dependences
  120. added: "js/jquery/select2" folder, "js/modules/ui-select2.js"
  121. changed: "js/app.js" constant "MODULE_CONFIG", "js/controllers.js" "FormDemoCtrl", "tpl/form_elements.html"
  122. 3: add Angular Google Map
  123. added: "js/app/map" folder, "tpl/ui_googlemap.html", "js/modules/ui-map.js"
  124. changed: "tpl/blocks/nav.html"
  125. 4: fix nav padding on OS X trackpad users in WebKit/Blink
  126. issue: http://stackoverflow.com/questions/7855590/how-can-i-prevent-scroll-bars-from-being-hidden-for-os-x-trackpad-users-in-webki
  127. changed: "css/less/app.layout.css", regenerated "app.css"
  128. 5: fix header show first when modal closing.
  129. changed: "css/less/app.layout.css", regenerated "app.css"
  130. 6: fix flot resize error
  131. changed: "js/jquery/charts/flot/jquery.flot.resize.js"
  132. 7: update documents
  133. update about "ui-module" directive.
  134. v 1.1.0
  135. 1: change .no-touch to .smart class
  136. changed: "AppCtrl" in "js/controllers.js", detect is smart device then add "smart" class
  137. "css/less/app.layout.less" change the ".no-touch" to ".smart" class.
  138. 2: fix butterbar when page scrolled
  139. changed: "uiButterbar" directive in "js/directives.js", scroll to top when page trasistion.
  140. 3: add a example how to bind ngModel on the bootstrap-slider.js
  141. changed: "FormDemoCtrl" in "js/controllers.js", "tpl/form_elements.html"
  142. 4: fix .less files error
  143. changed: "less/app.butterbar.less", "less/app.colors.less", "less/app.reset.less"
  144. v 1.0.3
  145. 1: Save settings to local storage
  146. add: "js/angular/ngStorage.min.js"
  147. changed: "AppCtrl" in "js/controllers.js", "tpl/blocks/header.html", "tpl/blocks/settings.html", "index.html"
  148. 2: Add scroll to top at the bottom
  149. changed "tpl/app.html", use ui-scroll directive
  150. 3: Fix scroll to top when modal opened
  151. changed: "css/less/app.layout.css", regenerated "app.css"
  152. v 1.0.2
  153. 1: Add angular-translate for international
  154. add: "js/angular/angular-translate.js", "js/angular/angular-cookies.min.js", "l10n" folder
  155. changed: "js/app.js", "js/controllers.js", "tpl/blocks/header.html", "tpl/blocks/nav.html"
  156. 2: Add footable jquery plugin
  157. added: "js/jquery/footable/footable.all.min.js", "tpl/table_footable.html"
  158. changed "js/app.js" to config ui-jq footable files
  159. 3: fix menu on small device.
  160. changed: "tpl/blocks/header.html" add ui-scroll="app" on menu button.
  161. and give a "#app" on "tpl/index.html".
  162. you can change the name "#app" as you want.
  163. 4: fix line-height on ".btn-icon" class
  164. changed: "css/less/app.button.less", regenerated app.css
  165. v 1.0.1
  166. 1: Add Fullscreen directive
  167. usage: <a ui-fullscreen></a> or <a ui-fullscreen target="#target"></a>
  168. added: "js/libs/screenfull.min.js"
  169. changed: "tpl/blocks/header.html", "js/directives.js" add "uiFullscreen" directive
  170. 2: Add Butterbar directive for loading indicator
  171. usage: <div ui-butterbar></div>
  172. added: "css/less/app.butterbar.less"
  173. changed: "tpl/app.html", "js/directives.js" add "uiButterbar" directive
  174. 3: Add list group .auto class
  175. effect 404 page
  176. List group has .auto class for "bg-info","bg-primary" ...
  177. Changed, css/less/app.mixins.less, and regenerated app.css
  178. 4: Fix scroll bounce when page transition
  179. changed, css/less/app.ng.class, and regenerated app.css