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

60 componentregistry #77

Merged
merged 34 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
7bd34bb
wip ComponentRegistry
ComLock Nov 4, 2024
fc79822
wip processComponents
ComLock Nov 4, 2024
12ae89c
wip processComponents
ComLock Nov 5, 2024
f42a1f3
wip processComponents tests
ComLock Nov 5, 2024
9c43a70
wip BasePart
ComLock Nov 5, 2024
cfdec65
wip ComponentProcessor class
ComLock Nov 5, 2024
720f1d6
wip cache mixin schemas
ComLock Nov 5, 2024
96270cd
wip render processed components
ComLock Nov 6, 2024
14c21c9
wip render export XpComponent
ComLock Nov 7, 2024
90eb657
wip TextComponent
ComLock Nov 7, 2024
a7b92fd
always return decorated component
ComLock Nov 8, 2024
8a61500
wip Various fixes
ComLock Nov 21, 2024
7c4248f
wip Fix text components in edit mode
ComLock Nov 28, 2024
61f5341
wip #60 ComponentRegistry
ComLock Dec 3, 2024
bf0e010
wip #60 Use cloneElement to add data-portal-component-type when reque…
ComLock Dec 4, 2024
3661c4e
wip #60 More pretty data-portal-component-type
ComLock Dec 5, 2024
f1138f0
wip #60 TryCatch Component
ComLock Dec 5, 2024
6a07447
Handle contentTypes
ComLock Dec 5, 2024
b3b5da6
Error and Warning
ComLock Dec 10, 2024
ccceded
Refactor and fix tests
ComLock Dec 10, 2024
f7938bf
Fix github
ComLock Dec 11, 2024
0456daf
Move all dependencies to devDependencies since they are all bundled
ComLock Dec 11, 2024
d310151
Try fix github issue: Error: Failed to load native binding
ComLock Dec 11, 2024
239f74f
Turn out uri-js was used in a test
ComLock Dec 11, 2024
4746a56
Fix tests after rebase
ComLock Dec 11, 2024
496e711
Move common style constants to constants
ComLock Dec 11, 2024
b031630
Add comment about dataFecther.processContentType currently not return…
ComLock Dec 11, 2024
ce4cf02
data-portal-component-type=text
ComLock Dec 11, 2024
bbebaa0
const instead of 5 repeats
ComLock Dec 11, 2024
5e0414d
Add data-portal-component-type to message and errors
ComLock Dec 11, 2024
ae74b54
BaseComponent and mode
ComLock Dec 11, 2024
021b724
Fix inconsistent indentation
ComLock Dec 11, 2024
329dbf8
Fix inconsistent indentation
ComLock Dec 11, 2024
ac50c5a
Use XP_REQUEST_MODE constant
ComLock Dec 11, 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
1 change: 1 addition & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default {
`!src/${AND_BELOW}/${DECLARATION_FILES}`
],
// coverageProvider: 'v8',
silent: true, // All below console.error
testEnvironment: 'jsdom',
testMatch: [
`<rootDir>/test/${AND_BELOW}/${TEST_FILES}`,
Expand Down
Loading
Loading