Skip to content

Tags: predixdesignsystem/px-datetime-common

Tags

v3.3.1

Toggle v3.3.1's commit message
Bumped bower version

v3.3.0

Toggle v3.3.0's commit message
Bumped to 3.3.0

v3.2.7

Toggle v3.2.7's commit message
Add margin-right and margin-left (#28)

v3.2.6

Toggle v3.2.6's commit message
Spell typo (#27)

v3.2.5

Toggle v3.2.5's commit message
when direction of render is changed, add the margin to the icons (#26)

When the browser direction is Right to Left or Left to Right we need to override the margin-right which is present

Issue: When the user of language Hebrew or arabic is viewed the direction of render would be "rtl" and the margins on the icons were making the render on "rtl" wonky"

Fix: To use -webkit-margin-start/ -webkit-margin-end which will , If the writing direction is left-to-right, this value overrides margin-left. If the writing direction is right-to-left, this value overrides margin-right.

v3.2.4

Toggle v3.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #25 from mallik-svmx/UI-3113

UI-3113: DateTime field space is not calculated correctly when default value MM/DD/YY

v3.2.3

Toggle v3.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix icon size regression (#24)

* Fixed regression in icon sizes

* Fixed Safari tests

* Added missing version bumps and HISTORY.md changes from last PR

v3.2.2

Toggle v3.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #22 from joshsylvester/px-datetime-input-11

Fix for px-datetime-field#10 miscalculating width of px-datetime-entry in IE/Edge

v3.2.1

Toggle v3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Chrome unique id fix (#21)

* Replaced dtEntry ID with class variable

Removed dtEntry id and replaced with datetime-entry-input class variable to avoid chrome duplicate unique id errors

* Revert removing top copyright section

* Undo top section copywrite change

* Updated unit tests to query the new class variable

* Updated other files to use the new class variable

* Updated version to 3.2.1

* Updated gulp-sass to fix travis CI issues.

v3.2.0

Toggle v3.2.0's commit message
Added ability to hoist timezone dropdown