Skip to content

Releases: mobi/goponents

v1.3.1

18 Nov 21:25
1b41dc1
Compare
Choose a tag to compare

Changelog: #315

v1.3.0

31 Oct 17:20
Compare
Choose a tag to compare

Change log for this version: #205 (comment)

v1.2.1

04 Oct 12:25
Compare
Choose a tag to compare

Check #230 for details on the release.

v1.2.0

16 Sep 17:40
Compare
Choose a tag to compare

This includes at least 13 new features and 5 bug fixes. See #142 for a full changelog.

v1.2.0-beta.2

12 Sep 15:59
aa336df
Compare
Choose a tag to compare
v1.2.0-beta.2 Pre-release
Pre-release

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

03 Sep 16:17
Compare
Choose a tag to compare
v1.2.0-beta.1 Pre-release
Pre-release

Codename: Go Gemini ♊️🌠

v1.1.1

31 Jul 15:27
ab9dcae
Compare
Choose a tag to compare
  1. Fixes issues with z-index on offcanvas and header
  2. Fixed an issue with mobile header layout

v1.1.0

30 Jul 19:51
d89f588
Compare
Choose a tag to compare

codename: go shell 🐢🐢

New Components

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

  • Firefox Search Animation Errors #89
  • Fixes issue with loader svg in Safari #93

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

28 Jun 15:43
Compare
Choose a tag to compare

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

24 May 19:30
df356c3
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

This release includes several bug fixes and improvements from beta release 1. It also adds support for dark themed buttons.