Skip to content

Releases: predixdesignsystem/px-datetime-common

v3.3.1

13 Feb 19:40
Compare
Choose a tag to compare
  • Upgrade and replace moment & moment-timezone CDN
  • Bumped up moment version to address CVEs

v3.3.0

28 Mar 05:25
Compare
Choose a tag to compare
  • Added i18n support for date picker placeholder text via the resources property.

v3.2.7 Correct Icon spacing by adding both margin right & left.

05 Mar 20:02
Compare
Choose a tag to compare

v3.2.6 - Minor spell Check error.

15 Feb 18:27
Compare
Choose a tag to compare
  • Minor spelling error in css property.

Fixed DateTime icon spacing issue during Right-To-Left.

07 Feb 05:04
Compare
Choose a tag to compare
  • Fixed DateTime icon spacing issue when the rendering direction is "rtl" Right-To-Left.

v3.2.4 Fixed DateTime field space for placeholder

31 Jan 20:51
a797a4b
Compare
Choose a tag to compare

Fix: DateTime field space is not calculated correctly when default value MM/DD/YY on Edge and Firefox.

v3.2.3: Fixed icon size regression

14 Jan 23:26
ecf0c1b
Compare
Choose a tag to compare

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

14 Jan 23:29
e4addd6
Compare
Choose a tag to compare

Changes

  • Updated both px-datetime-entry and px-datetime-entry-cell to use Math.ceil(length) due to the inconsistency of rounding widths that include decimals between major browser platforms. (article & example, view in different browsers)
  • 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)

Related issue

predixdesignsystem/px-datetime-field#10

Chrome Unique ID Fix

05 Sep 02:18
9596703
Compare
Choose a tag to compare
  • Removed id #dtEntry from px-datetime-entry-cell and replaced with class variable .datetime-entry-input.
  • This ensures no duplicate non-unique id error that chrome console checks for.

Q4 2017 Refactor

08 Dec 21:18
Compare
Choose a tag to compare
  • Removed datetime property
  • Removed range property
  • momentObj is new source of true
  • Allows a blank/empty state
  • Cell is no longer readonly
  • Added validate for field