Skip to content

Releases: cognitoforms/element

Release 2.13.2-10

23 Oct 16:09
Compare
Choose a tag to compare
Release 2.13.2-10 Pre-release
Pre-release
  • Prevent keyboard from showing when clicking increase/decrease on mobile (#52) (6dae83c)

Release 2.13.2-9

01 Oct 19:16
Compare
Choose a tag to compare
Release 2.13.2-9 Pre-release
Pre-release
  • Hovered select option gets selected on tab away (#51) (f4f1ab2)

Release 2.13.2-8

30 Sep 19:36
Compare
Choose a tag to compare
Release 2.13.2-8 Pre-release
Pre-release
  • Add class to indicate which side the select menu is on (#50) (e433d6e)

Release 2.13.2-7

18 Sep 18:15
Compare
Choose a tag to compare
Release 2.13.2-7 Pre-release
Pre-release
  • Prevent mousedown on scrollbar from taking focus from input (#45) (90c45e7)
  • InputNumber: Focus input when buttons are clicked (#49) (e6b9908)
  • DatePicker: Move logic to resetDate method (#48) (fac3c7b)
  • DatePicker: Emit a 'visible-change' event (#47) (ce162b8)
  • Keep focus on date input (#46) (cf963cc)

Release 2.13.2-6

11 Sep 18:36
Compare
Choose a tag to compare
Release 2.13.2-6 Pre-release
Pre-release
  • DatePicker: Date selection/highlighting fixes (#44) (c933a5a)

Release 2.13.2-5

11 Sep 14:28
Compare
Choose a tag to compare
Release 2.13.2-5 Pre-release
Pre-release

Release 2.13.2-4

10 Sep 20:31
Compare
Choose a tag to compare
Release 2.13.2-4 Pre-release
Pre-release

Release 2.13.2-3

17 Jul 14:30
Compare
Choose a tag to compare
Release 2.13.2-3 Pre-release
Pre-release
  • chore: release v2.13.2-2 (4b60347)
  • Revert "chore: release v2.13.2-2" (dce66f8)
  • chore: release v2.13.2-2 (5c48c87)
  • chore: Remove conventional changelog plugin (509bf6c)
  • Merge pull request #37 from cognitoforms/tab-selects-option (5bbc49c)
  • Merge pull request #36 from cognitoforms/date-picker-min-max (87e3e22)
  • Unwatch picker min/max when unmounted (84b2060)
  • Fix for 'lastDayOfPrevYear' - should be Dec 31 not Dec 1 (bffc18a)
  • feat: tab key selects option and closes picker to mirror native select (81531a4)
  • Merge pull request #35 from cognitoforms/spinner-id (43c190a)
  • Only use 'dateOutOfRange' for 'disabledDate' if 'minimum' or 'maximum' is defined (81f054c)
  • Enable min/max based disabling of dates (and navigation) (fd99d4a)
  • Reduce references to 'disabledDate' and 'checkTimeWithinRange' by leveraging 'isValidValue' and 'isValidDate' methods (ed9bcb1)
  • Rename 'checkDateWithinRange' to 'checkTimeWithinRange' since its actually doing time comparison (ae0169d)
  • Implement spinner translations in Element. (23d2496)
  • Add titles to spinner buttons (7c1b3c1)
  • Allow IDs on spinner (77fc254)
  • feat: add support for title on select (5bb5a76)
  • Fix tab issue (f8b0236)
  • Allow titles to be added to selects (931d1a7)

Release 2.13.2-1

15 Jun 00:19
Compare
Choose a tag to compare
Release 2.13.2-1 Pre-release
Pre-release

2.13.2-1 (2020-06-15)

Read more

2.11.1-9

27 Feb 21:48
f113b0d
Compare
Choose a tag to compare
2.11.1-9 Pre-release
Pre-release

New features

  • Select
    • Open dropdown with space bar