Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.1.0 #102

Merged
merged 29 commits into from
Jul 30, 2019
Merged

V1.1.0 #102

merged 29 commits into from
Jul 30, 2019

Conversation

AlexOverbeck
Copy link
Contributor

V1.1 codename: go shell 🐢🐢

Notable New Components

GoLayoutComponent

The GoLayoutComponent serves as a new starting point for goponents. It introduces an app wide wrapper around much of our core functionality. GoLayoutComponent automatically implements things like <go-modal>, <go-off-canvas>, and <go-toaster>.

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

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

StevenUlmer and others added 29 commits July 24, 2019 15:14
* Adds all files necessary for GoIconButtonComponent

Creates a component for button with icons with no text.
Fixes animation errors in firefox
* Fixes issue with loader svg in Safari. Closes #82

There was an issue in the Safari browser where the loading svg
would look like three black circles. This was a result of there
being duplicate IDs within the svgs markup.

Generating unique IDs and applying the fill to the paths inline
based on those unique IDs fixes this problem.

* Implements new version of the loading svg

The previous version of the loading svg had some issues in specific
browsers becuase it was reliant on gradient filters. This redesigns
the svg to no longer use gradients and uses angular to do some of
the animations on the host element.

* Adds tests for go-loader component

* Updates go-tester to test loader

* Add boolean to @HostBinding animation
* Fixes IE and Edge bugs with components for v1.1

* Removes 'x' on search input

* Fix title attr and center alignment
…ality (#98)

We had an issue with the <go-panel> component where the title @input
was exposing things we didn't want it to because of its naming
collision with the native title attribute. Updating the name of said
attribute to panelContent fixes this issue.
@AlexOverbeck AlexOverbeck added the chore General chore or maintenance task label Jul 30, 2019
@AlexOverbeck AlexOverbeck added this to the V1.1.0 milestone Jul 30, 2019
Copy link
Contributor

@grahamhency grahamhency left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Copy link
Contributor

@StevenUlmer StevenUlmer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As long as it compiles 🚢

Copy link
Contributor

@devchris devchris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐢

Copy link
Contributor

@jaredami jaredami left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@AlexOverbeck AlexOverbeck merged commit d89f588 into master Jul 30, 2019
@grahamhency grahamhency deleted the v1.1.0 branch January 7, 2022 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore General chore or maintenance task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants