Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
7bf411a
Minor instructions styling fixes (#808)
loiswells97 Dec 8, 2023
ee55a23
Issue 2428 host styles added for web component (#811)
PetarSimonovic Dec 11, 2023
e9644d7
Enable the project bar in the web component (#799)
create-issue-branch[bot] Dec 11, 2023
140ed61
Get modals rendering in the web component (#802)
create-issue-branch[bot] Dec 12, 2023
a1851ef
Web component context menu styling (#819)
create-issue-branch[bot] Dec 12, 2023
11c9cb8
Adding plausible to web component login button (#818)
loiswells97 Dec 12, 2023
83427fc
Accessibility: Linter issues with the border, width etc. (#787)
create-issue-branch[bot] Dec 15, 2023
82f2c7d
Issues/812 quiz custom event (#828)
PetarSimonovic Dec 15, 2023
081d8c5
Web component toasts (#822)
create-issue-branch[bot] Dec 18, 2023
06d8cdf
Web component save button on mobile (#784)
create-issue-branch[bot] Dec 18, 2023
930643f
Remix a project (#805)
create-issue-branch[bot] Dec 19, 2023
208e51d
HTML code snippet/block highlighting (#824)
create-issue-branch[bot] Dec 19, 2023
dac0fa7
Miscellaneous styling bugs (#827)
create-issue-branch[bot] Dec 21, 2023
9c2f519
Integration: WC doesn't fill height (#851)
create-issue-branch[bot] Dec 21, 2023
f3d835e
fix dark mode button theming (#850)
create-issue-branch[bot] Dec 21, 2023
e1625cb
Integration: Bold styling not properly applied to <strong> elements (…
create-issue-branch[bot] Dec 21, 2023
5de17cd
Integration: Instructions pagination styles need finishing (#855)
create-issue-branch[bot] Dec 21, 2023
b7c206f
Extracting user from localStorage (#852)
sra405 Dec 21, 2023
8e64228
Integration: Save panel spacing (#859)
create-issue-branch[bot] Dec 22, 2023
dde4ee7
Enable ProgressBar for quizzes (#835)
create-issue-branch[bot] Dec 22, 2023
92119f3
Integration: Font-family stack order incorrect (#857)
create-issue-branch[bot] Jan 2, 2024
64a23bf
Integration: Table styles not applied (#858)
create-issue-branch[bot] Jan 2, 2024
9b28ba6
Integration: Margin between elements should be 24px (rem eqv.) (#856)
create-issue-branch[bot] Jan 2, 2024
c117486
Integration: Output example scrollbar position (#862)
create-issue-branch[bot] Jan 2, 2024
db2dd5b
Fix project height for standalone editor (#864)
sra405 Jan 2, 2024
0d0f4b8
Add list support for host_styles in web component (#863)
loiswells97 Jan 3, 2024
6ea765b
Project sidebar instructions (#823)
create-issue-branch[bot] Jan 4, 2024
e5258aa
Fix width of new file button (#865)
loiswells97 Jan 5, 2024
d50d84f
InstructionsPanel has a random debugger (#870)
sra405 Jan 5, 2024
f5bd46b
Release v0.21.0 (#871)
sra405 Jan 5, 2024
af23570
Fix blob replacement for css and html attributes (#877)
sra405 Jan 11, 2024
f2c2490
Project bar styling fixes (#869)
create-issue-branch[bot] Jan 11, 2024
dff625e
Fix web-component boolean attributes (#881)
sra405 Jan 11, 2024
0ba2c54
fix code block rogue padding (#883)
create-issue-branch[bot] Jan 11, 2024
77b2268
Added a save button to DownloadPanel (#872)
sra405 Jan 12, 2024
43f87d8
v0.21.1 (#884)
sra405 Jan 12, 2024
fbfa670
fix(copy): minor copy change to html add file modal
Jan 15, 2024
e7e0831
Un-spaghetti the HtmlRunner (#876)
create-issue-branch[bot] Jan 16, 2024
6f20db3
Turn off error capturing in our project_errors table (#890)
create-issue-branch[bot] Jan 17, 2024
7a92a4c
Update yarn from version 1.22.21 to 3.4.1 and webpack-dev-server from…
tuzz Jan 19, 2024
82d5c13
fix iPad codemirror issues (#898)
create-issue-branch[bot] Jan 23, 2024
43201e3
v0.21.2 (#902)
loiswells97 Jan 23, 2024
16f15b3
Fix local docker setup to add support for yarn v3 (#905)
sra405 Jan 25, 2024
ae5f51f
Merge branch 'main' into update-output-only-branch
Jan 26, 2024
ed51520
changelog
Jan 26, 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 .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ dist/
.git/
node_modules/
.yarn/
.yarnrc.yml
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
scope: '@RaspberryPiFoundation'

- name: Install code
run: yarn install --frozen-lock-file
run: yarn install --immutable
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -50,7 +50,7 @@ jobs:
scope: '@RaspberryPiFoundation'

- name: Install code
run: yarn install --frozen-lock-file
run: yarn install --immutable
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
scope: '@RaspberryPiFoundation'

- name: Install code
run: yarn install --frozen-lock-file
run: yarn install --immutable
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
scope: '@RaspberryPiFoundation'

- name: Install code
run: yarn install --frozen-lock-file
run: yarn install --immutable
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
node_modules
/.pnp
.pnp.js
.yarn

# testing
/coverage
Expand All @@ -27,5 +28,7 @@ node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.yarn/cache
.yarn/install-state.gz

.vscode/settings.json
11 changes: 4 additions & 7 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"enabled": true,
"extends": [
"stylelint-config-recommended-scss"
],
"plugins": [
"stylelint-scss"
],
"extends": ["stylelint-config-recommended-scss"],
"plugins": ["stylelint-scss", "stylelint-use-logical"],
"rules": {
"block-no-empty": null,
"declaration-block-single-line-max-declarations": 1
"declaration-block-single-line-max-declarations": 1,
"csstools/use-logical": true
}
}
873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.4.1.cjs

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.4.1.cjs

checksumBehavior: "update"
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

### Fixed

- Local docker setup with yarn v3 (#905)

### Added

- `assets_identifier` attribute for the web component (#901)
Expand Down Expand Up @@ -104,6 +108,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Added

- Logical properties linter rule (#770)
- Added download panel for sidebar (#744)
- Javascript support for HTML projects (#748)
- DownloadPanel for sidebar (#744)
- Custom events for Log In and Sign Up from DownloadPanel (#744)
Expand All @@ -113,6 +119,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Instructions Panel for the sidebar (#751, #768)
- Added ability to fix the theme in the web component (#757)
- Added ability to increase font size in the web component (#757)
- Instructions table styling (#858)

### Changed

Expand Down Expand Up @@ -693,7 +700,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Events in Web Component indicating whether Mission Zero criteria have been met (#113)

[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.20.0...HEAD
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.21.2...HEAD
[0.21.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.21.2
[0.21.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.21.1
[0.21.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.21.0
[0.20.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.20.0
[0.19.4]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.19.4
[0.19.3]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.19.3
Expand Down
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ WORKDIR /app

COPY package.json yarn.lock ./
COPY . /app

RUN corepack enable \
&& corepack prepare yarn@stable --activate \
&& yarn set version 3.4.1 \
&& echo -e "nodeLinker: node-modules\n\n$(cat /app/.yarnrc.yml)" > /app/.yarnrc.yml \
&& cat /app/.yarnrc.yml \
&& printf "Switched to Yarn version: "; yarn --version

RUN yarn

EXPOSE 3000
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Styles from the parent application can be passed to the web component in a few d
// enables the parent application to control the size of the web components root element
display: block;
flex: 1 1 auto;
max-height: 100dvh;
max-block-size: 100dvh;
}
```

Expand Down
123 changes: 53 additions & 70 deletions config/webpackDevServer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,49 +14,11 @@ const sockHost = process.env.WDS_SOCKET_HOST;
const sockPath = process.env.WDS_SOCKET_PATH; // default: '/sockjs-node'
const sockPort = process.env.WDS_SOCKET_PORT;

module.exports = function (proxy, allowedHost) {
module.exports = function (proxy, _allowedHost) {
return {
// WebpackDevServer 2.4.3 introduced a security fix that prevents remote
// websites from potentially accessing local content through DNS rebinding:
// https://github.com/webpack/webpack-dev-server/issues/887
// https://medium.com/webpack/webpack-dev-server-middleware-security-issues-1489d950874a
// However, it made several existing use cases such as development in cloud
// environment or subdomains in development significantly more complicated:
// https://github.com/facebook/create-react-app/issues/2271
// https://github.com/facebook/create-react-app/issues/2233
// While we're investigating better solutions, for now we will take a
// compromise. Since our WDS configuration only serves files in the `public`
// folder we won't consider accessing them a vulnerability. However, if you
// use the `proxy` feature, it gets more dangerous because it can expose
// remote code execution vulnerabilities in backends like Django and Rails.
// So we will disable the host check normally, but enable it if you have
// specified the `proxy` setting. Finally, we let you override it if you
// really know what you're doing with a special environment variable.
disableHostCheck:
!proxy || process.env.DANGEROUSLY_DISABLE_HOST_CHECK === 'true',
allowedHosts: "all",
// Enable gzip compression of generated files.
compress: true,
// Silence WebpackDevServer's own logs since they're generally not useful.
// It will still show compile warnings and errors with this setting.
clientLogLevel: 'none',
// By default WebpackDevServer serves physical files from current directory
// in addition to all the virtual build products that it serves from memory.
// This is confusing because those files won’t automatically be available in
// production build folder unless we copy them. However, copying the whole
// project directory is dangerous because we may expose sensitive files.
// Instead, we establish a convention that only files in `public` directory
// get served. Our build script will copy `public` into the `build` folder.
// In `index.html`, you can get URL of `public` folder with %PUBLIC_URL%:
// <link rel="icon" href="%PUBLIC_URL%/favicon.ico">
// In JavaScript code, you can access it with `process.env.PUBLIC_URL`.
// Note that we only recommend to use `public` folder as an escape hatch
// for files like `favicon.ico`, `manifest.json`, and libraries that are
// for some reason broken when imported through webpack. If you just want to
// use an image, put it in `src` and `import` it from JavaScript instead.
contentBase: paths.appPublic,
contentBasePublicPath: paths.publicUrlOrPath,
// By default files from `contentBase` will not trigger a page reload.
watchContentBase: true,
// Enable hot reloading server. It will provide WDS_SOCKET_PATH endpoint
// for the WebpackDevServer client so it can learn when the files were
// updated. The WebpackDevServer client is included as an entry point
Expand All @@ -65,71 +27,92 @@ module.exports = function (proxy, allowedHost) {
hot: true,
// Use 'ws' instead of 'sockjs-node' on server since we're using native
// websockets in `webpackHotDevClient`.
transportMode: 'ws',
// Prevent a WS client from getting injected as we're already including
// `webpackHotDevClient`.
injectClient: false,
// Enable custom sockjs pathname for websocket connection to hot reloading server.
// Enable custom sockjs hostname, pathname and port for websocket connection
// to hot reloading server.
sockHost,
sockPath,
sockPort,
webSocketServer: 'ws',
// It is important to tell WebpackDevServer to use the same "publicPath" path as
// we specified in the webpack config. When homepage is '.', default to serving
// from the root.
// remove last slash so user can land on `/test` instead of `/test/`
publicPath: paths.publicUrlOrPath.slice(0, -1),
// WebpackDevServer is noisy by default so we emit custom message instead
// by listening to the compiler events with `compiler.hooks[...].tap` calls above.
quiet: true,
// Reportedly, this avoids CPU overload on some systems.
// https://github.com/facebook/create-react-app/issues/293
// src/node_modules is not ignored to support absolute imports
// https://github.com/facebook/create-react-app/issues/1065
watchOptions: {
ignored: ignoredFiles(paths.appSrc),
devMiddleware: {
publicPath: paths.publicUrlOrPath.slice(0, -1),
},
static: {
// By default WebpackDevServer serves physical files from current directory
// in addition to all the virtual build products that it serves from memory.
// This is confusing because those files won’t automatically be available in
// production build folder unless we copy them. However, copying the whole
// project directory is dangerous because we may expose sensitive files.
// Instead, we establish a convention that only files in `public` directory
// get served. Our build script will copy `public` into the `build` folder.
// In `index.html`, you can get URL of `public` folder with %PUBLIC_URL%:
// <link rel="icon" href="%PUBLIC_URL%/favicon.ico">
// In JavaScript code, you can access it with `process.env.PUBLIC_URL`.
// Note that we only recommend to use `public` folder as an escape hatch
// for files like `favicon.ico`, `manifest.json`, and libraries that are
// for some reason broken when imported through webpack. If you just want to
// use an image, put it in `src` and `import` it from JavaScript instead.
directory: paths.appPublic,
publicPath: paths.publicUrlOrPath,
// By default files from `directory` will not trigger a page reload.
// Reportedly, this avoids CPU overload on some systems.
// https://github.com/facebook/create-react-app/issues/293
// src/node_modules is not ignored to support absolute imports
// https://github.com/facebook/create-react-app/issues/1065
watch: {
ignored: ignoredFiles(paths.appSrc),
},
},
https: getHttpsConfig(),
host,
overlay: false,
historyApiFallback: {
// Paths with dots should still use the history fallback.
// See https://github.com/facebook/create-react-app/issues/387.
disableDotRule: true,
index: paths.publicUrlOrPath,
},
headers: {
headers: {
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, PATCH, OPTIONS",
"Access-Control-Allow-Headers": "X-Requested-With, content-type, Authorization"
},
public: allowedHost,
client: {
// Silence WebpackDevServer's own logs since they're generally not useful.
// It will still show compile warnings and errors with this setting.
logging: 'none',
overlay: false,
webSocketURL: {
// Enable custom sockjs pathname for websocket connection to hot reloading server.
// Enable custom sockjs hostname, pathname and port for websocket connection
// to hot reloading server.
hostname: sockHost,
pathname: sockPath,
port: sockPort,
},
},
// `proxy` is run between `before` and `after` `webpack-dev-server` hooks
proxy,
before(app, server) {
onBeforeSetupMiddleware(devServer) {
// Keep `evalSourceMapMiddleware` and `errorOverlayMiddleware`
// middlewares before `redirectServedPath` otherwise will not have any effect
// This lets us fetch source contents from webpack for the error overlay
app.use(evalSourceMapMiddleware(server));
devServer.app.use(evalSourceMapMiddleware(devServer));
// This lets us open files from the runtime error overlay.
app.use(errorOverlayMiddleware());
devServer.app.use(errorOverlayMiddleware());

if (fs.existsSync(paths.proxySetup)) {
// This registers user provided middleware for proxy reasons
require(paths.proxySetup)(app);
require(paths.proxySetup)(devServer.app);
}
},
after(app) {
onAfterSetupMiddleware(devServer) {
// Redirect to `PUBLIC_URL` or `homepage` from `package.json` if url not match
app.use(redirectServedPath(paths.publicUrlOrPath));
devServer.app.use(redirectServedPath(paths.publicUrlOrPath));

// This service worker file is effectively a 'no-op' that will reset any
// previous service worker registered for the same host:port combination.
// We do this in development to avoid hitting the production cache if
// it used the same host and port.
// https://github.com/facebook/create-react-app/issues/2272#issuecomment-302832432
app.use(noopServiceWorkerMiddleware(paths.publicUrlOrPath));
devServer.app.use(noopServiceWorkerMiddleware(paths.publicUrlOrPath));
},
};
};
3 changes: 1 addition & 2 deletions cypress/e2e/spec-html.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ const getIframeBody = () => {
};

const makeNewFile = (filename = "new.html") => {
cy.get("button[title='Project files']").click();
cy.get(".proj-new-component-button").click();
cy.get("span").contains("Add file").click();
cy.get("div[class=modal-content__input]").find("input").type(filename);
cy.get("div[class=modal-content__buttons]").contains("Add file").click();
};
Expand Down
7 changes: 6 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ services:
context: .
volumes:
- .:/app
- /app/node_modules
- /var/run/docker.sock:/var/run/docker.sock
- /app/.yarn
- $PWD/.yarn/plugins:/app/.yarn/plugins
- $PWD/.yarn/releases:/app/.yarn/releases
- $PWD/.yarn/patches:/app/.yarn/patches
- $PWD/.yarn/sdks:/app/.yarn/sdks
- $PWD/.yarn/versions:/app/.yarn/versions
stdin_open: true
react-ui:
<<: *x-app
Expand Down
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raspberrypifoundation/editor-ui",
"version": "0.20.0",
"version": "0.21.2",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.8",
Expand Down Expand Up @@ -80,12 +80,12 @@
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"build:dev": "yarn install --force && yarn run build-storybook && node scripts/build.js",
"build:dev": "yarn install --check-cache && yarn run build-storybook && node scripts/build.js",
"build-storybook": "cd ./storybook && yarn install && yarn run build-storybook -- -o ../public/storybook --loglevel warn",
"lint": "eslint \"src/**/*.{js,jsx,json}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,json}\"",
"format": "prettier --write src/**/*.{js,jsx,css,md,json,scss} --config ./.prettierrc",
"stylelint": "stylelint --syntax=scss src/**/*.scss",
"stylelint": "stylelint src/**/*.scss",
"test": "node scripts/test.js --transformIgnorePatterns 'node_modules/(?!three)/'",
"test:integration": "cd e2e; docker compose up --exit-code-from cypress",
"storybook": "cd storybook && rm -rf ./node_modules/.cache/storybook && yarn run storybook",
Expand Down Expand Up @@ -176,16 +176,17 @@
"storybook-addon-react-router-v6": "^0.2.1",
"style-it": "^2.1.4",
"style-loader": "1.3.0",
"stylelint": "^10.1.0",
"stylelint": "^15.11.0",
"stylelint-config-recommended-scss": "3.3.0",
"stylelint-order": "2.2.1",
"stylelint-scss": "3.12.0",
"stylelint-use-logical": "^2.1.0",
"terser-webpack-plugin": "4.2.3",
"url-loader": "4.1.1",
"webgl-mock-threejs": "^0.0.1",
"webpack": "4.44.2",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "3.11.1",
"webpack-dev-server": "4.0.0",
"webpack-manifest-plugin": "2.2.0",
"workbox-webpack-plugin": "5.1.4"
},
Expand Down Expand Up @@ -245,5 +246,6 @@
"jest-watch-typeahead/testname"
],
"resetMocks": true
}
},
"packageManager": "yarn@3.4.1"
}
Loading