Skip to content

Commit

Permalink
Fix icon size regression (#24)
Browse files Browse the repository at this point in the history
* Fixed regression in icon sizes

* Fixed Safari tests

* Added missing version bumps and HISTORY.md changes from last PR
  • Loading branch information
evanjd authored Jan 14, 2019
1 parent b2fa262 commit ecf0c1b
Show file tree
Hide file tree
Showing 7 changed files with 6,627 additions and 6,323 deletions.
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v3.3.3
==================
* Fixed regression in px-icon sizes.

v3.2.2
==================
* Updated both `px-datetime-entry` and `px-dateteime-entry-cell` to use `Math.ceil(length)` due to the inconsistency of rounding widths that include decimals between major browser platforms. ([article](https://cruft.io/posts/percentage-calculations-in-ie/) & [example, view in different browsers](http://jsfiddle.net/q5BQs/1271/))
* Added `1` to the calculated width of the `px-datetime-entry` since the input number was being cut off in multiple browsers (it was only visible properly in Chrome)
* Cleaned up multiple eslint / formatting errors throughout the `px-datetime-common` files
* Added minor contextual css that only applies to rendering of the `px-datetime-entry` component to "fix" the improper rendering of the icon within the `px-datetime-common` demo (icon is rendering full size)

v3.2.1
==================
* Removed id #dtEntry from px-datetime-entry-cell and replaced with class variable .datetime-entry-input.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "px-datetime-common",
"version": "3.2.1",
"version": "3.2.3",
"main": [
"px-datetime-common.html"
],
Expand Down
2 changes: 1 addition & 1 deletion css/px-datetime-entry-styles.html

Large diffs are not rendered by default.

Loading

0 comments on commit ecf0c1b

Please sign in to comment.