-
Notifications
You must be signed in to change notification settings - Fork 8
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
Interactive components in playground #139
base: 1.4
Are you sure you want to change the base?
Commits on Aug 29, 2021
-
- Support the `-components` flag on `dsk`, to allow passing a path to a pre-build component bundle output directory. - Provide playground handlers. - Refactor `<Playground>` - Use IFrame in Playground Unrelated: - Deprecate Node.components response property. - Improve routing techniques, by using sub routers and allow us to extract route params. - Rename flag variables. - Pass more parent and current node into documentation components. - Nodes now have an `id` that can be used to adress them. Although not from the outside.
Configuration menu - View commit details
-
Copy full SHA for 414385b - Browse repository at this point
Copy the full SHA 414385bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cd3c10 - Browse repository at this point
Copy the full SHA 2cd3c10View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd46f3c - Browse repository at this point
Copy the full SHA bd46f3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cccf735 - Browse repository at this point
Copy the full SHA cccf735View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c11e2f - Browse repository at this point
Copy the full SHA 6c11e2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab1c98f - Browse repository at this point
Copy the full SHA ab1c98fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a666fbc - Browse repository at this point
Copy the full SHA a666fbcView commit details
Commits on Sep 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ac4fdcc - Browse repository at this point
Copy the full SHA ac4fdccView commit details
Commits on Sep 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 77b3c28 - Browse repository at this point
Copy the full SHA 77b3c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7a3941 - Browse repository at this point
Copy the full SHA a7a3941View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d78000 - Browse repository at this point
Copy the full SHA 6d78000View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7444c19 - Browse repository at this point
Copy the full SHA 7444c19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33ae977 - Browse repository at this point
Copy the full SHA 33ae977View commit details
Commits on Sep 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ab5e902 - Browse repository at this point
Copy the full SHA ab5e902View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd61602 - Browse repository at this point
Copy the full SHA bd61602View commit details -
Configuration menu - View commit details
-
Copy full SHA for 127c6d2 - Browse repository at this point
Copy the full SHA 127c6d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 354b291 - Browse repository at this point
Copy the full SHA 354b291View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62148e4 - Browse repository at this point
Copy the full SHA 62148e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf80c69 - Browse repository at this point
Copy the full SHA bf80c69View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9795f8 - Browse repository at this point
Copy the full SHA d9795f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16ed500 - Browse repository at this point
Copy the full SHA 16ed500View commit details
Commits on Sep 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d4bb04d - Browse repository at this point
Copy the full SHA d4bb04dView commit details
Commits on Sep 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 80a85a3 - Browse repository at this point
Copy the full SHA 80a85a3View commit details
Commits on Sep 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3dabcd2 - Browse repository at this point
Copy the full SHA 3dabcd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2ade6a - Browse repository at this point
Copy the full SHA d2ade6aView commit details
Commits on Oct 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c6681ac - Browse repository at this point
Copy the full SHA c6681acView commit details
Commits on Oct 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f548b98 - Browse repository at this point
Copy the full SHA f548b98View commit details
Commits on Oct 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e66c0e0 - Browse repository at this point
Copy the full SHA e66c0e0View commit details -
Make sure Id for NodeDocComponent is unique
Before, this generated the same Id for any component that had the same content no matter the tag or attributes, which leads to problems with empty components: <ColorCard color="#FF00000"></ColorCard> and <TableOfContents></TableOfContents> got the same Id. Adding the position to the string to be hashed ensures uniqueness.
1Configuration menu - View commit details
-
Copy full SHA for 6583933 - Browse repository at this point
Copy the full SHA 6583933View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4cfd13 - Browse repository at this point
Copy the full SHA e4cfd13View commit details
Commits on Oct 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e8f3002 - Browse repository at this point
Copy the full SHA e8f3002View commit details -
Configuration menu - View commit details
-
Copy full SHA for f47ac58 - Browse repository at this point
Copy the full SHA f47ac58View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5b4fe5 - Browse repository at this point
Copy the full SHA b5b4fe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9147eb2 - Browse repository at this point
Copy the full SHA 9147eb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20bde52 - Browse repository at this point
Copy the full SHA 20bde52View commit details -
Only add the source to a link when it is not explicitly set
Used to overwrite the version that was given in the link
Configuration menu - View commit details
-
Copy full SHA for 9bd9fec - Browse repository at this point
Copy the full SHA 9bd9fecView commit details
Commits on Oct 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d21f376 - Browse repository at this point
Copy the full SHA d21f376View commit details -
Restructure frontend direcotries to modern React standards
It has become a standard to keep the component code in a file called Component.jsx and reexport the component in index.js.
Configuration menu - View commit details
-
Copy full SHA for 72c094b - Browse repository at this point
Copy the full SHA 72c094bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50269f0 - Browse repository at this point
Copy the full SHA 50269f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9582bec - Browse repository at this point
Copy the full SHA 9582becView commit details -
Configuration menu - View commit details
-
Copy full SHA for a896f81 - Browse repository at this point
Copy the full SHA a896f81View commit details
Commits on Oct 9, 2021
-
Add componets to docs in API, pass them to transform
Together with the “Treat content of components that preformatted as text” commit of js-sdk, this makes sure using html in preformatted components does not introduce strange characters in our output anymore.
2Configuration menu - View commit details
-
Copy full SHA for 918dfc2 - Browse repository at this point
Copy the full SHA 918dfc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 437ac14 - Browse repository at this point
Copy the full SHA 437ac14View commit details
Commits on Oct 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 80d8afe - Browse repository at this point
Copy the full SHA 80d8afeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec65ed6 - Browse repository at this point
Copy the full SHA ec65ed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8396d27 - Browse repository at this point
Copy the full SHA 8396d27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a238a5 - Browse repository at this point
Copy the full SHA 6a238a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c57555 - Browse repository at this point
Copy the full SHA 0c57555View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cf741f - Browse repository at this point
Copy the full SHA 3cf741fView commit details
Commits on Oct 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0fecad8 - Browse repository at this point
Copy the full SHA 0fecad8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1bd01d - Browse repository at this point
Copy the full SHA d1bd01dView commit details -
Unsupport react nodes in CodeBlock
This requires React DOM Server which when build through esbuild requires additional shims.
Configuration menu - View commit details
-
Copy full SHA for 09d0714 - Browse repository at this point
Copy the full SHA 09d0714View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38bc232 - Browse repository at this point
Copy the full SHA 38bc232View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67c66bf - Browse repository at this point
Copy the full SHA 67c66bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6764f36 - Browse repository at this point
Copy the full SHA 6764f36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9083745 - Browse repository at this point
Copy the full SHA 9083745View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7c2a15 - Browse repository at this point
Copy the full SHA b7c2a15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54b9404 - Browse repository at this point
Copy the full SHA 54b9404View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a57355 - Browse repository at this point
Copy the full SHA 8a57355View commit details -
Encode API Response for “Souce” Tab
Otherwise it will be rendered as HTML
Configuration menu - View commit details
-
Copy full SHA for d8ac507 - Browse repository at this point
Copy the full SHA d8ac507View commit details -
Configuration menu - View commit details
-
Copy full SHA for 448a39c - Browse repository at this point
Copy the full SHA 448a39cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52af789 - Browse repository at this point
Copy the full SHA 52af789View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6da6a22 - Browse repository at this point
Copy the full SHA 6da6a22View commit details -
When parsing components, only skip content in backticks when we are n…
…ot already in a tag
Configuration menu - View commit details
-
Copy full SHA for 904216a - Browse repository at this point
Copy the full SHA 904216aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55f6d6e - Browse repository at this point
Copy the full SHA 55f6d6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccfbc33 - Browse repository at this point
Copy the full SHA ccfbc33View commit details
Commits on Oct 16, 2021
-
If COMPONENTS doesn't match package.json's name, shim it for NODE_PAT…
…H with a symlink
Configuration menu - View commit details
-
Copy full SHA for 82741e7 - Browse repository at this point
Copy the full SHA 82741e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b0bf1a - Browse repository at this point
Copy the full SHA 9b0bf1aView commit details -
# Conflicts: # frontend/src/DocumentationComponents/CodeBlock/CodeBlock.jsx
4Configuration menu - View commit details
-
Copy full SHA for fda2230 - Browse repository at this point
Copy the full SHA fda2230View commit details -
Configuration menu - View commit details
-
Copy full SHA for df59676 - Browse repository at this point
Copy the full SHA df59676View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9eaa68 - Browse repository at this point
Copy the full SHA e9eaa68View commit details
Commits on Nov 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aa58deb - Browse repository at this point
Copy the full SHA aa58debView commit details -
Configuration menu - View commit details
-
Copy full SHA for 717af5c - Browse repository at this point
Copy the full SHA 717af5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5827729 - Browse repository at this point
Copy the full SHA 5827729View commit details