Skip to content

Releases: edcarroll/ng2-semantic-ui

v0.4.0

15 Sep 02:10
Compare
Choose a tag to compare
  • Added Transition component
    • Animations can be added to any elements (see docs)
    • Animations have been added to all relevant SUI components
  • Updated select component
    • Now separated into two components, and
    • Added keyFields property (see docs)
  • Updated to Angular rc.7

v0.3.4

08 Sep 18:59
Compare
Choose a tag to compare
  • Updated internal dependencies to rc.6 (fixes #14)

v0.3.3

01 Sep 22:04
Compare
Choose a tag to compare
  • Full support for Angular 2 rc.6
  • Fix bug when loading with SystemJS

v0.3.2

01 Sep 21:00
Compare
Choose a tag to compare
  • Added support for individually loading components
  • Fixed compile error when using rc.6

v0.3.1

01 Sep 01:18
Compare
Choose a tag to compare
  • Fixed import bug (now import { SuiModule } from 'ng2-semantic-ui/ng2-semantic-ui';)

v0.3.0

01 Sep 01:06
Compare
Choose a tag to compare
  • Updated to Angular RC5
    • ngModules fully supported
    • Project restructured to allow for lazy loading
    • Angular CLI now utilised
  • Added select component
  • Fixed all compilation errors

v0.2.3

13 May 00:50
Compare
Choose a tag to compare
  • Updated to Angular 2.0.0-rc1.

ng2-semantic-ui v0.2.2

28 Apr 08:18
Compare
Choose a tag to compare
  • Fixed minified bundle not working.

ng2-semantic-ui v0.2.1

27 Apr 01:25
Compare
Choose a tag to compare
  • Fixed npm peer dependency issue.

ng2-semantic-ui v0.2.0

27 Apr 01:19
Compare
Choose a tag to compare
  • Added rating component.
  • Added search component.