-
Notifications
You must be signed in to change notification settings - Fork 20
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
V1.1.0 #102
Conversation
* Adds all files necessary for GoIconButtonComponent Creates a component for button with icons with no text.
[Feature] Go Layout
Fixes animation errors in firefox
Firefox Search Animation Errors
Z-index mappings
* 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
Compilation Errors Fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this 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 🚢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
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
.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