Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Milestone Release - Move vnext into main #31

Open
wants to merge 140 commits into
base: main
Choose a base branch
from
Open

Milestone Release - Move vnext into main #31

wants to merge 140 commits into from

Commits on May 16, 2024

  1. fix: removed default tokens as it results in them being used when no …

    …tokens is defined overriding the quickform default tokens
    pksorensen committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6333591 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    3fd3a56 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    1ad908b View commit details
    Browse the repository at this point in the history
  2. fix: regression on breaking change - question numbers hould be hangin…

    …g to the left such headline/subline is aligned under eachother. Layout controls if shown still.
    pksorensen committed May 22, 2024
    Configuration menu
    Copy the full SHA
    03ea685 View commit details
    Browse the repository at this point in the history
  3. feat: Added enter support on active questions and support for knowing…

    … which question is currently active.
    
    Answering on enter and onblur for multiline
    pksorensen committed May 22, 2024
    Configuration menu
    Copy the full SHA
    66b0f7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2323005 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c7eb7e View commit details
    Browse the repository at this point in the history
  6. fix: regression on breaking change - submitfields answers not added d…

    …ue to not part of slide
    pksorensen committed May 22, 2024
    Configuration menu
    Copy the full SHA
    887b2a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02e363b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    711a063 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f7286a3 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #22 from EAVFW/pks/cleanup

    Pks/cleanup
    pksorensen authored May 22, 2024
    Configuration menu
    Copy the full SHA
    55470bb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f71d639 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d84cc97 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    838f86a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    301143f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    b94ff1e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    e4fc5f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f533816 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    e0fed13 View commit details
    Browse the repository at this point in the history
  2. fix: corrects a color issue on "Tryk Enter" text next to slideButton …

    …- removes some redundant code
    KasperBaun committed May 30, 2024
    Configuration menu
    Copy the full SHA
    e37b030 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b03baca View commit details
    Browse the repository at this point in the history
  4. feat: adds the option to define icons and buttonText pr. slide. Also …

    …fixes a bug on multilinetext where focus on inputcontrol did not set the question to active
    KasperBaun committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8b1f8b9 View commit details
    Browse the repository at this point in the history
  5. fix: removed unused classname in quickformprovider - cant pass classn…

    …ame to provider anyway so did not make sense to have it
    KasperBaun committed May 30, 2024
    Configuration menu
    Copy the full SHA
    4c68d3d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. fix: removed import of inputcontrols in QuickForm.tsx and adjust play…

    …ground to use them from components folder instead
    KasperBaun committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3aff78b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from EAVFW/kba/minor-bugfixes

    Kba/minor bugfixes
    KasperBaun authored May 31, 2024
    Configuration menu
    Copy the full SHA
    3b933c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cd96b4 View commit details
    Browse the repository at this point in the history
  4. merge locally

    pksorensen committed May 31, 2024
    Configuration menu
    Copy the full SHA
    0e9e0a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a4c776 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9608d45 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    85731d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. fix: buttons aligns with screen size more properly now. 4 buttons pr.…

    … row on large screens is default
    KasperBaun committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    82039b0 View commit details
    Browse the repository at this point in the history
  2. fix: removed maxWidth on question as it caused alignment to behave un…

    …expected on large widths
    KasperBaun committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e1dc1ca View commit details
    Browse the repository at this point in the history
  3. fix: minor width cleanup - added new bottomPadding to question to com…

    …pensate for space needed for error message (so it doesnt bump when msg is cleared)
    KasperBaun committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    a7b0ec4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #24 from EAVFW/kba/buttons-breakpoint-update

    Kba/buttons breakpoint update
    KasperBaun authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    4d586be View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    b1c9802 View commit details
    Browse the repository at this point in the history
  2. feat: added support to override the submitfields component and settin…

    …g the nextbutton on layout
    pksorensen committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d88b75d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a653e93 View commit details
    Browse the repository at this point in the history
  4. fix: buttonsinput updated

    KasperBaun committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    535fcf0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13bfe40 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    ab9b822 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    88856fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4031154 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    5921791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b30b14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c050a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. feat: adds the option to disable show press enter text on slidebutton…

    … and change icons on slidebutton from layout object
    KasperBaun committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b344045 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    6f832e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a043e29 View commit details
    Browse the repository at this point in the history
  3. Update package.json

    Co-authored-by: Poul Kjeldager Sørensen <pks@delegate.dk>
    KasperBaun and pksorensen authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c4d6731 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8268306 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ed19ed View commit details
    Browse the repository at this point in the history
  6. Merge pull request #25 from EAVFW/kba/minor-fixes

    Kba/minor fixes
    KasperBaun authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4fe9e65 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    75945c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    512821d View commit details
    Browse the repository at this point in the history
  3. wip: align with master

    Simon S. Pedersen committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    95c90ac View commit details
    Browse the repository at this point in the history
  4. Merge pull request #26 from EAVFW/pks/visibility

    Pks/visibility
    pksorensen authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f6af055 View commit details
    Browse the repository at this point in the history
  5. align with main

    Simon S. Pedersen committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    072125f View commit details
    Browse the repository at this point in the history
  6. fix: codeview poc

    Simon S. Pedersen committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4190fb5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19ce1b0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #27 from EAVFW/kba/new-default-slide-button-icon

    fix: added a new icon option in default slide button icon
    KasperBaun authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    09ab8b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. feat: Added monaco editor and simple schema

    Simon S. Pedersen committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a39ae61 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #28 from EAVFW/ssp/codeViewer

    feat: Added source view
    KasperBaun authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b3eb2ac View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    b5b5046 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. fix: removed inputType parameter on useHandleEnterKeyPress hook as it…

    … was no longer being used.
    KasperBaun committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    38bbffc View commit details
    Browse the repository at this point in the history
  2. fix: moved defaultNextButtonText out of component as it was being def…

    …ined two places. It is only defined in defaultState function now
    KasperBaun committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    078ca89 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #29 from EAVFW/kba/enter-key-fix

    Kba/enter key fix
    KasperBaun authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    bc1866c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    221b700 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from EAVFW/kba/showPressEnterFix

    fix: sets showEnter state on intro and submit slides from context
    KasperBaun authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b8c9431 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    180d2b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    dc09dfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9b6844 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. fix: Added such ending slide is updated upon submit. Submit handler c…

    …an return updated information
    pksorensen committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7bcb788 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af3872e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ea3903 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    858d262 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    612a100 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6992f5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8746369 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bdc3b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. fix: after introduction to intermediate answers, we dont need a seper…

    …ate state. added lineheight = fontsize
    pksorensen committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0343606 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    afce66d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    799d649 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    2c950e0 View commit details
    Browse the repository at this point in the history
  2. fix: react hooks issue

    pksorensen committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8539edf View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. fix: added displayname

    pksorensen committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    345da8d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    2d93d6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b28486 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a0417c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    cab15d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b66651b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    a8ff99b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    658c591 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04e219d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6dd125 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21061ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fca527 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bbd469 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30e8de8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78974da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e3739c4 View commit details
    Browse the repository at this point in the history
  10. fix: versions updated

    pksorensen committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    00f85d5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d939733 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    231f5fb View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    f235e94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5703df7 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    6e4075f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    7bb58e1 View commit details
    Browse the repository at this point in the history
  2. fix: typo in name

    pksorensen committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8fe1d8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76422ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1585804 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    00a5e03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8b3d63 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. fix: removed lineheight

    pksorensen committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d06a208 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    190a71d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    a2d59c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e4fd64 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    8353a58 View commit details
    Browse the repository at this point in the history
  2. fix: the default visited should be false to avoid compute progress sk…

    …ipping slides, aswell as on each slide navigation we will mark all questions as visited. And intermediate answers hould also be visited always.
    pksorensen committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8c3dde5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94b32d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90f36f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. fix: hardcoded the vars - css extraction not working when imported in…

    … consumer project atm and need to investigate - this is considered a temp fix
    pksorensen committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9ee1c1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e724ba View commit details
    Browse the repository at this point in the history
  3. fix: type was bad

    pksorensen committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    760b771 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b23746 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    307227b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    529503c View commit details
    Browse the repository at this point in the history
  7. fix: exported a few things

    pksorensen committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7eca6e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d209037 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa7e214 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7e54637 View commit details
    Browse the repository at this point in the history
  11. fix: exported iconenum

    pksorensen committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9987aa1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bc33d85 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b00a489 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4abaa47 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bc2bac2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4426139 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    8c5a40e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    28acc5d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. fix: typo on propertyname

    pksorensen committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    fe8042f View commit details
    Browse the repository at this point in the history