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
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
140 commits
Select commit Hold shift + click to select a range
6333591
fix: removed default tokens as it results in them being used when no …
pksorensen May 16, 2024
3fd3a56
Merge remote-tracking branch 'origin/main' into vnext
pksorensen May 17, 2024
1ad908b
fix: regression on breaking change - icon changes to a more slim version
pksorensen May 22, 2024
03ea685
fix: regression on breaking change - question numbers hould be hangin…
pksorensen May 22, 2024
66b0f7f
feat: Added enter support on active questions and support for knowing…
pksorensen May 22, 2024
2323005
fix: regression on breaking change - isAnswered on slide added
pksorensen May 22, 2024
5c7eb7e
feat: Added support for hiding submitfield
pksorensen May 22, 2024
887b2a9
fix: regression on breaking change - submitfields answers not added d…
pksorensen May 22, 2024
02e363b
fix: regression on submit fixed, removed default onsubmit
pksorensen May 22, 2024
711a063
feat: Added isActive for question handing
pksorensen May 22, 2024
f7286a3
added opentelemetry tracing support (startet it)
pksorensen May 22, 2024
55470bb
Merge pull request #22 from EAVFW/pks/cleanup
pksorensen May 22, 2024
f71d639
fix: regression on question isActive, possible undefined type issue
pksorensen May 22, 2024
d84cc97
fix: change default view to intro instead of settings
KasperBaun May 22, 2024
838f86a
Merge commit 'f71d6395faa79eee00e685b6afcf4f98e881be4d' into kba/mino…
KasperBaun May 22, 2024
301143f
fix: defined path where designer project should resolve its react typ…
KasperBaun May 22, 2024
b94ff1e
fix: updated griffel - added QuickFormContainer
KasperBaun May 28, 2024
e4fc5f0
fix: fixed a few question key/logicalname issues
pksorensen May 29, 2024
f533816
fix: regression on a build issue with undefined values
pksorensen May 29, 2024
e0fed13
Merge remote-tracking branch 'origin/vnext' into kba/minor-bugfixes
KasperBaun May 30, 2024
e37b030
fix: corrects a color issue on "Tryk Enter" text next to slideButton …
KasperBaun May 30, 2024
b03baca
fix: removes 2 second wait on phonevalidation that was used to demo a…
KasperBaun May 30, 2024
8b1f8b9
feat: adds the option to define icons and buttonText pr. slide. Also …
KasperBaun May 30, 2024
4c68d3d
fix: removed unused classname in quickformprovider - cant pass classn…
KasperBaun May 30, 2024
3aff78b
fix: removed import of inputcontrols in QuickForm.tsx and adjust play…
KasperBaun May 31, 2024
3b933c9
Merge pull request #23 from EAVFW/kba/minor-bugfixes
KasperBaun May 31, 2024
0cd96b4
feat: Added submit payload augmenters
pksorensen May 31, 2024
0e9e0a4
merge locally
pksorensen May 31, 2024
7a4c776
fix: regression on types, can be undefined type on icon resolver
pksorensen May 31, 2024
9608d45
fix: adds null and undefined checks to tsconfig in playground
KasperBaun May 31, 2024
85731d4
fix: updated testdata for allInputControlsTest.json
KasperBaun Jun 3, 2024
82039b0
fix: buttons aligns with screen size more properly now. 4 buttons pr.…
KasperBaun Jun 4, 2024
e1dc1ca
fix: removed maxWidth on question as it caused alignment to behave un…
KasperBaun Jun 4, 2024
a7b0ec4
fix: minor width cleanup - added new bottomPadding to question to com…
KasperBaun Jun 4, 2024
4d586be
Merge pull request #24 from EAVFW/kba/buttons-breakpoint-update
KasperBaun Jun 4, 2024
b1c9802
fix: corrects a width scaling issue on buttons and multilineinput
KasperBaun Jun 5, 2024
d88b75d
feat: added support to override the submitfields component and settin…
pksorensen Jun 5, 2024
a653e93
Merge branch 'vnext' of https://github.com/EAVFW/QuickForm into vnext
pksorensen Jun 5, 2024
535fcf0
fix: buttonsinput updated
KasperBaun Jun 5, 2024
13bfe40
Merge branch 'vnext' of https://github.com/EAVFW/QuickForm into vnext
KasperBaun Jun 5, 2024
ab9b822
fix: support ui:label in submitfields
pksorensen Jun 6, 2024
88856fd
fix: adds enter button listener hook on '<Submit />'
KasperBaun Jun 7, 2024
4031154
Merge branch 'vnext' of https://github.com/EAVFW/QuickForm into vnext
KasperBaun Jun 7, 2024
5921791
fix: added ModernQuickformContainer to core and removed unused depend…
KasperBaun Jun 10, 2024
9b30b14
fix: started implementing quickform preview in designer settings view
KasperBaun Jun 10, 2024
2c050a4
fix: added some null-checks in quickform
KasperBaun Jun 10, 2024
b344045
feat: adds the option to disable show press enter text on slidebutton…
KasperBaun Jun 25, 2024
6f832e8
fix: fixed issue with visisbility engine
pksorensen Jun 26, 2024
a043e29
fix: Added webpack bundle analyzer for future fun
KasperBaun Jun 26, 2024
c4d6731
Update package.json
KasperBaun Jun 26, 2024
8268306
Merge remote-tracking branch 'origin/vnext' into kba/minor-fixes
KasperBaun Jun 26, 2024
1ed19ed
fix: updated defaultQuickformTokens
KasperBaun Jun 26, 2024
4fe9e65
Merge pull request #25 from EAVFW/kba/minor-fixes
KasperBaun Jun 26, 2024
75945c3
feat: made the visibility hanldler support has-product-option
pksorensen Jun 27, 2024
512821d
fix: ordering persistet and delete nodes working now in designer
pksorensen Jun 27, 2024
95c90ac
wip: align with master
Jun 27, 2024
f6af055
Merge pull request #26 from EAVFW/pks/visibility
pksorensen Jun 27, 2024
072125f
align with main
Jun 27, 2024
4190fb5
fix: codeview poc
Jun 27, 2024
19ce1b0
fix: added a new icon option in default slide button icon
KasperBaun Jun 27, 2024
09ab8b2
Merge pull request #27 from EAVFW/kba/new-default-slide-button-icon
KasperBaun Jun 27, 2024
a39ae61
feat: Added monaco editor and simple schema
Jun 28, 2024
b3eb2ac
Merge pull request #28 from EAVFW/ssp/codeViewer
KasperBaun Jun 28, 2024
b5b5046
fix: monaco editor type / null checks on uischema, generated prop on …
pksorensen Aug 15, 2024
38bbffc
fix: removed inputType parameter on useHandleEnterKeyPress hook as it…
KasperBaun Aug 16, 2024
078ca89
fix: moved defaultNextButtonText out of component as it was being def…
KasperBaun Aug 16, 2024
bc1866c
Merge pull request #29 from EAVFW/kba/enter-key-fix
KasperBaun Aug 16, 2024
221b700
fix: sets showEnter state on intro and submit slides from context
KasperBaun Aug 19, 2024
b8c9431
Merge pull request #30 from EAVFW/kba/showPressEnterFix
KasperBaun Aug 19, 2024
180d2b9
fix: small ui enhancements around nav, default button text and enter …
pksorensen Aug 19, 2024
dc09dfc
fix: made source view able to update payload
pksorensen Aug 22, 2024
f9b6844
fix: small style changes, todo griffel it
pksorensen Aug 22, 2024
7bcb788
fix: Added such ending slide is updated upon submit. Submit handler c…
pksorensen Aug 26, 2024
af3872e
fix: regression on last release, type was set wrong
pksorensen Aug 26, 2024
9ea3903
fix: paragraph was not enabled on submit model
pksorensen Aug 26, 2024
858d262
fix: forgot partial in actions
pksorensen Aug 26, 2024
612a100
fix: exposed classname on container/provider
pksorensen Aug 28, 2024
6992f5e
Merge branch 'vnext' of https://github.com/EAVFW/QuickForm into vnext
pksorensen Aug 28, 2024
8746369
fix: added a better sizing on icons
pksorensen Aug 28, 2024
6bdc3b3
fix: added defaut value to other token sets
pksorensen Aug 28, 2024
0343606
fix: after introduction to intermediate answers, we dont need a seper…
pksorensen Aug 29, 2024
afce66d
fix: updated useDocument to reload when server has changed
pksorensen Aug 30, 2024
799d649
fix: added styles/classes support for ending and submit also.
pksorensen Sep 3, 2024
2c950e0
fix: added option to generate slide with all questions
pksorensen Sep 4, 2024
8539edf
fix: react hooks issue
pksorensen Sep 4, 2024
345da8d
fix: added displayname
pksorensen Sep 5, 2024
2d93d6f
fix: validation results should only be shown when not valid.
pksorensen Sep 6, 2024
0b28486
Merge branch 'vnext' of https://github.com/EAVFW/QuickForm into vnext
pksorensen Sep 6, 2024
8a0417c
fix: added option to override the slide button container
pksorensen Sep 6, 2024
cab15d5
fix: lineheight should be the same as fontsize
pksorensen Sep 7, 2024
b66651b
fix: Added the slide button styles to submit slide also
pksorensen Sep 7, 2024
a8ff99b
fix: clearing validation result on each new answers
pksorensen Sep 9, 2024
658c591
fix: added slideButtonIconSize to settings view
pksorensen Sep 12, 2024
04e219d
Merge branch 'vnext' of https://github.com/EAVFW/QuickForm into vnext
pksorensen Sep 12, 2024
d6dd125
fix: added question input font size to settings view
pksorensen Sep 12, 2024
21061ed
fix: changed so layout tokens wins over code defined tokens
pksorensen Sep 12, 2024
3fca527
fix: added slide classes to all render containers
pksorensen Sep 12, 2024
5bbd469
fix: fixed the order of slide classes
pksorensen Sep 12, 2024
30e8de8
feat: added rich text editor to ending,submit and intro
pksorensen Sep 12, 2024
78974da
fix: added way to disable checkmark by setting ending icon to none
pksorensen Sep 12, 2024
e3739c4
fix: updated depens? wierd build issue atm
pksorensen Sep 12, 2024
00f85d5
fix: versions updated
pksorensen Sep 12, 2024
d939733
fix: exporting the register token method to be used by projects
pksorensen Sep 12, 2024
231f5fb
fix: support html on headline
pksorensen Sep 12, 2024
f235e94
fix: the slidein effects need to be applied on all slides when used.
pksorensen Sep 13, 2024
5703df7
fix: slidein effect was not triggeret on changs from submit,ending or…
pksorensen Sep 13, 2024
6e4075f
fix: added validation messages for translations + custom tokens support
pksorensen Sep 16, 2024
7bb58e1
fix: removed richtexteditor as default and made it optional
pksorensen Oct 3, 2024
8fe1d8f
fix: typo in name
pksorensen Oct 3, 2024
76422ec
fix: support for html to not replace linebreaks with br
pksorensen Oct 3, 2024
1585804
fix: moved the object into the render
pksorensen Oct 3, 2024
00a5e03
fix: supporting widgets for designer
pksorensen Oct 4, 2024
b8b3d63
fix: removed flex on headline
pksorensen Oct 4, 2024
d06a208
fix: removed lineheight
pksorensen Oct 8, 2024
190a71d
feat: Added validation support for submit fields and submit
pksorensen Oct 14, 2024
a2d59c8
fix: issue with scroll width being 1 pixel larger on desktop.
pksorensen Oct 21, 2024
5e4fd64
fix: (wip) - validation and issues with finding correct
pksorensen Oct 21, 2024
8353a58
fix: fix for submit on react stricmode
pksorensen Oct 24, 2024
8c3dde5
fix: the default visited should be false to avoid compute progress sk…
pksorensen Oct 24, 2024
94b32d1
feat: validation handling on submit
pksorensen Oct 24, 2024
90f36f8
fix: removed ul as it caused bad padding
pksorensen Oct 24, 2024
9ee1c1c
fix: hardcoded the vars - css extraction not working when imported in…
pksorensen Nov 14, 2024
9e724ba
Merge branch 'vnext' of https://github.com/EAVFW/QuickForm into vnext
pksorensen Nov 14, 2024
760b771
fix: type was bad
pksorensen Nov 14, 2024
8b23746
fix: trying to put tokens in clean file
pksorensen Nov 14, 2024
307227b
fix: reverted back to tokens, was not the issue
pksorensen Nov 14, 2024
529503c
fix: lets try a build typescript so consumers can use js
pksorensen Nov 14, 2024
7eca6e1
fix: exported a few things
pksorensen Nov 14, 2024
d209037
fix: exported types from model
pksorensen Nov 14, 2024
aa7e214
fix: exported ValidationResult
pksorensen Nov 14, 2024
7e54637
fix: updated broken depenecy
pksorensen Nov 14, 2024
9987aa1
fix: exported iconenum
pksorensen Nov 14, 2024
bc33d85
fix: added methods to register services
pksorensen Nov 14, 2024
b00a489
fix: added registerDefaultServices to easily register all default ser…
pksorensen Nov 14, 2024
4abaa47
fix: trying globalThis for service container
pksorensen Nov 14, 2024
bc2bac2
fix: cant have a static resolved service, blocks compiling if its not…
pksorensen Nov 14, 2024
4426139
fix: react needs to be imported
pksorensen Nov 14, 2024
8c5a40e
fix: exported QuestionJsonModel
pksorensen Nov 15, 2024
28acc5d
fix: iconenum was not exported properly
pksorensen Nov 16, 2024
fe8042f
fix: typo on propertyname
pksorensen Nov 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
- name: NPM Install
run: npm ci --force

- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_AUTHOR_NAME: pksorensen
GIT_AUTHOR_EMAIL: poul@kjeldager.com
run: npm run build

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
/.vs
/packages/core/dist
Loading
Loading