Releases: mobi/goponents
v1.3.1
v1.3.0
Change log for this version: #205 (comment)
v1.2.1
v1.2.0
v1.2.0-beta.2
Codename: Go Gemini ♊️🌠
This update includes several bug fixes and additional features.
Updating to a second beta will allow us to get started on testing
and documenting those features before the final release.
v1.2.0-beta.1
Codename: Go Gemini ♊️🌠
v1.1.1
- Fixes issues with z-index on offcanvas and header
- Fixed an issue with mobile header layout
v1.1.0
codename: go shell 🐢🐢
New Components
- GoLayoutComponent: https://github.com/mobi/goponents/pull/102/files#diff-dc9c527ec6f45f49628d260eda42ba06
- GoSideNavComponent: 82d8b7b#diff-c2c61d083e19f0868274f1c43a8772f2
- GoNavGroupComponent: 82d8b7b#diff-5282cbae0c5e493bf9affd929030cc52
- GoNavItemComponent: 82d8b7b#diff-3010f40fc3547b856fb9f70db860d8ab
- GoSearchComponent: a3b588b#diff-5763d706daa86f6a74c73c4e8beab882
- GoIconButtonComponent: 2102797#diff-d442d5614acb15388dc4007bc18ddac3
- GoActionSheetComponent: https://github.com/mobi/goponents/pull/102/files#diff-7ee64d6df233dbd08cc395d321d0ea47
Fixes and Improvements
Fixes issues with the loading spinner
There were some tweaks made to the loading spinner that helps it display better various browsers. The loader can now easily be animated in and out with a *ngIf
.
<go-loader *ngIf="loading"></go-loader>
Related PRs
Fixes empty column on go-table components
There was an issue in that would throw an error in instances where we tried to create a table column with no data in it.
Related PRs
- Empty Table Column Errors #66
Adds support for various IE related things
There were several improvements made to avoid issues that we might have run into with IE.
Related PRs
- Bug IE edge cases #91
v1.0.0
This represents the first stable release of the goponents module. For documentation on how to implement these components see: http://www.tangoe.design/ui-kit
v1.0.0-beta.2
This release includes several bug fixes and improvements from beta release 1. It also adds support for dark themed buttons.