Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@inrupt/generator-solid-react

Package Overview
Dependencies
Maintainers
6
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inrupt/generator-solid-react - npm Package Versions

234

0.7.2

Diff

james-martin-jd
published 0.7.1 •

Changelog

Source

0.7.1 (April 16, 2020)

Solid React Application Base
Added
Updated
  • Game list now validates that the items it finds are Tic Tac Toe games before displaying them
  • Profile page and Form Model renderer page use the new Form Model component structure
  • Profile page and Form Model renderer page now pass the i18n language key into the forms, for i18n support
  • Profile page and Form Model renderer page now use the same styled components, preventing CSS duplication
  • Multiple and Group styles updated to look cleaner
  • react-router-dom was upgraded to the latest version
Fixed
  • Fixed a bug in the game list where only games created by the user showed up, not games they were invited to
  • Removed references to n3 and shacl libraries that were no longer used
  • Text Editor example now correctly pulls file storage location from the webId's storage predicate, preventing broken file loading in some circumstances
  • Jest's testMatch will now work cross-platform
  • Logout function was updated to support OIDC-compliant logout
james-martin-jd
published 0.7.1-rc.1 •

james-martin-jd
published 0.7.1-dev.0 •

james-martin-jd
published 0.7.1-rc.0 •

james-martin-jd
published 0.7.0 •

Changelog

Source

0.7.0 (December 18, 2019)

Solid React Application Base
Added
  • Text Editor page
    • New text editor page shows examples of loading files, granting sharing permissions, and saving file changes back to the Pod, as well as creating new files
  • Form Model Converter page
    • Form Model converter page (found in the top-right profile menu) shows examples of converting a ShEx shape into a Form Model object
  • Form Model Render page
    • This new page (also found in the top-right profile menu) takes an input of a Form Model IRI and a data source link, and outputs a fully functional (and styled) form
    • It serves as a living code example of how to integrate the Form Model rendering component into your own application
Updated
  • Notifications displayed in the top-right menu are now validated via ShEx against the core notification shape first. This way if there are nonconformant items in your inbox, the application won't try to render them and potential break the UI
  • Profile page no longer uses deprecated ShExFormBuilder control, and instead replaces it with the new FormModel component
Fixed
  • Game files, settings.ttl, and the inbox now autorepair if one or more of them is missing. This is particularly useful if you need to grant extra permissions, or forget to add Control permissions. Not only does it create the correct files and folders, but it also repairs the permissions on the inbox.
  • Removed some dependencies from webpack settings to make the build smaller and simpler
  • Site no longer throws a full page error if no permissions are detected. Previously it was assuming an empty array, but in some cases this can be a null object instead, which caused a code failure
  • Tic Tac Toe external game links are now linked from data.ttl using the schema:hasPart predicate, replacing the previous ldp:contains link. While this worked fine in Node Solid Server, it went against the spec of how that predicate should work, so we switched it to something more appropriate
  • Fixed an issue where the game status was not updating from invited status in some circumstances
james-martin-jd
published 0.7.0-rc.1 •

james-martin-jd
published 0.7.0-rc.0 •

james-martin-jd
published 0.6.2 •

Changelog

Source

0.6.2 (September 11, 2019)

Solid React Application Base
Updated
  • Updated dependency packages to fix security vulnerabilities
james-martin-jd
published 0.6.2-rc.0 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc