Releases: predixdesignsystem/px-datetime-common
Releases · predixdesignsystem/px-datetime-common
v3.3.1
v3.3.0
v3.2.7 Correct Icon spacing by adding both margin right & left.
- Add margin right and margin left.
v3.2.6 - Minor spell Check error.
- Minor spelling error in css property.
Fixed DateTime icon spacing issue during Right-To-Left.
- Fixed DateTime icon spacing issue when the rendering direction is "rtl" Right-To-Left.
v3.2.4 Fixed DateTime field space for placeholder
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
Resolves #23
Fix for px-datetime-field#10 miscalculating width of px-datetime-entry in IE/Edge
Changes
- Updated both
px-datetime-entry
andpx-datetime-entry-cell
to useMath.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 thepx-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 thepx-datetime-common
demo (icon is rendering full size)
Related issue
Chrome Unique ID Fix
- 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
- 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