Skip to content

Releases: predixdesignsystem/px-alert-message

RTL fix extra space in front of severity on Edge, Firefox

16 Jun 17:26
59b8bc5
Compare
Choose a tag to compare

The fix in #49 caused one issue on Edge because Edge does not recognize :host-context, so an extra space appeared in front of severity on Edge when dir is LTR.
edge_ltr

Since Firefox does not support :host-context either, it still shows extra right space on Firefox when dir is RTL
firefox_rtl

RTL: Extra white bar appears on notice message under RTL

08 Oct 22:39
6a245c7
Compare
Choose a tag to compare

RTL: Extra white bar appears on notice message under RTL

image

Corrected behavior of alert message when expanded property is set

04 Dec 08:47
1af9aba
Compare
Choose a tag to compare
v1.3.4

Merge pull request #45 from predixdesignsystem/41-correct-expanded-pr…

Polymer 1.x/2.x hybrid element support

08 Nov 21:46
Compare
Choose a tag to compare
v1.2.0

Polymer 1.x/2.x hybrid element support

Design Refresh

21 Jul 22:30
Compare
Choose a tag to compare
  • The look and feel has been updated as part of the design refresh, especially regarding the display of the alert severity icons. Code for the various icon shapes has been moved to px-alert-label for reusability.
  • No API breaking changes.

v0.6.6

11 Aug 15:53
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/PredixDev/px-alert-message

Upgrade to Polymer 1.5.0

15 Jun 23:30
Compare
Choose a tag to compare
v0.6.0

travis badge + downgrade FF tests

Fire event when dismissing message

25 Apr 22:41
Compare
Choose a tag to compare

API Docs and minor Sass update

13 Apr 01:32
Compare
Choose a tag to compare

added comments for api documentation and replaced @extend with @mixin in sass/px-alert-message-predix.scss

updated README, replacing docs with auto-built ones from gh-pages.

11 Apr 19:44
Compare
Choose a tag to compare
v0.3.3

updated README, replacing docs with auto-built ones from gh-pages.