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

Dev/30 howlite #2053

Merged
merged 72 commits into from
Mar 20, 2023
Merged

Dev/30 howlite #2053

merged 72 commits into from
Mar 20, 2023

Conversation

FrenjaminBanklin
Copy link
Contributor

@FrenjaminBanklin FrenjaminBanklin commented Jan 6, 2023

Closes #726.
Closes #1279.
Closes #2000.
Closes #2025.
Closes #2040.
Closes #2042.

This release:

  • Adds better keyboard interactivity to Tables in the editor.
  • Removes the start attribute from unordered lists in the viewer.
  • Adds a filter to the Module Library page.
  • Improves keyboard accessibility in Chrome by submitting numeric answers when pressing the 'Enter' key.
  • Adds more explanatory text to the module permissions window and prevents additional access-restricted actions in the backend.
  • Fixes inconsistent list item rendering between browsers.
  • Bumps minimatch version to 3.0.8.
  • Bumps stylelint version to 13.13.1.
  • Bumps dayjs version to 1.11.7.
  • Bumps react-compound-slider version to 3.4.0.
  • Bumps node-sass version to 8.0.0.
  • Bumps express version to 4.18.2.
  • Bumps cookiejar version to 2.1.4.
  • Bumps http-cache-semantics version to 4.1.1.

FrenjaminBanklin and others added 27 commits January 6, 2023 16:42
…howlite/node-sass-8.0.0

Bump node-sass from 7.0.0 to 8.0.0
…howlite/express-4.18.2

Bump express from 4.17.1 to 4.18.2
…what each access level allows. Added logic to draft update API endpoint to prevent saving a draft if the user does not have full or partial access to it. Added logic to permissions update API endpoitn to prevent a user without full access to a draft to change other users' access to it.
…ule/collection filter functions were moved into their own file to be shared easily between components. Added a function to the collection backend model to enable looking up all public collections, whenever that becomes necessary.
Add arrow key and tab/enter table editor navigation
…rectly-in-viewer

issue/2042 - lists render incorrectly in Firefox
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases)
- [Commits](https://github.com/bmeck/node-cookiejar/commits)

---
updated-dependencies:
- dependency-name: cookiejar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…ar-2.1.4

Bump cookiejar from 2.1.2 to 2.1.4
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…che-semantics-4.1.1

Bump http-cache-semantics from 4.1.0 to 4.1.1
…ess-levels

Prevent saving drafts or updating permissions for users without appropriate access levels. Explain access levels.
…d-at-enter-key

Issue/2025 When enter/return key is pressed the input is saved
No longer adds start attribute to unordered lists
…le-library

Adds a filter to the Module Library page.
@FrenjaminBanklin FrenjaminBanklin marked this pull request as ready for review March 14, 2023 11:44
@FrenjaminBanklin FrenjaminBanklin changed the title WIP: Dev/30 howlite Dev/30 howlite Mar 14, 2023
@FrenjaminBanklin FrenjaminBanklin merged commit 26ee56c into master Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment