UNPKG

1.35 kBMarkdownView Raw
1# Solid React Application Generator
2
3## 0.1.1 (February 5, 2019)
4
5#### Solid React Application Base
6
7##### Changed
8- Updated Welcome Page text to be more clear and concise
9
10## 0.1.0 (January 30, 2019)
11
12### First Release
13
14#### Generator
15
16##### Added
17
18- Generator created using [yeoman-generator](https://github.com/yeoman/generator-generator)
19- First version of yeoman application configuration
20- Added voca as a dependency to handle casing properly for app name
21
22#### Solid React Application Base
23
24##### Added
25
26- Built scaffolded app with create-react-app, ejected to allow change in webpack configurations
27- [LDFlex for Solid](https://github.com/solid/query-ldflex) added as the primary interface for most Linked Data operations
28- Dependencies from [Solid React SDK](https://github.com/inrupt-inc/solid-react-sdk):
29 - [Atomic Style Guide for Solid](https://github.com/Inrupt-inc/inrupt-atomic-styleguide) to provide global styling
30 - [Solid React Components Library](https://github.com/Inrupt-inc/solid-react-components) to provide reusable core functionality
31- [Styled Components](https://www.styled-components.com/) added as dependency to handle layout and custom styling
32- Basic and Authenticated Nav Bar
33- Login page
34- Register page
35- Not Found Page (404)
36- Error handling
37- Error page
38- Test Infrastructure
39- Unit testing for all components