Releases: santospatrick/nextjs-boilerplate-advanced
Releases · santospatrick/nextjs-boilerplate-advanced
v1.1.3
Updates
- Added Community Standards:
1.1 Code of conduct
1.2 Contributing
1.3 License
1.4 Issue templates (for bug and feature)
1.5 Pull request template - Added storybook badge to readme (very important 😉)
- Added SonarCloud for code audit (to ensure code quality and security)
Migration Guide
No breaking changes, enjoy new updates without touching your code 🤩
v1.1.2
Updates
- Active menu link colored style for when active
- Add recursive nested menu support, be aware that a best practice for UX/UI would be not having more than 3 levels of menu items
- Add "children" inside "children" to have it going recursive 🤩
Migration Guide
- Copy
src/components/MainDrawer
folder and replace what you have in your app - There are no changes to be done at
src/components/MainDrawer/menu.ts
v1.1.1
v1.1.0
Updates
- Errors from the API are now showing in form inputs, asynchronously (after form submit)
- Inputs with prop “type” as “password” now have a visibility toggle
<InputText
type="password" // <-- inputs with this prop/value will be affected
label="Password"
name="password"
control={control}
/>
- Auth screens visual updates to use "brand" color set in
src/config/theme.ts
(and links in logo to “/login”, very useful!)
New release visual explanation ✨
Migration Guide
No breaking changes, enjoy new updates without touching your code 🤩
v1 🚀
Core Features
- Authentication screens pre-built
- Server side rendering with Next.js
- Forms & Inputs (compatible with react-hook-form)
- Schema validation with Yup
- Data table with inline editing
- Layouts
- CRUD example
- Modal with fullscreen option
- Email templates for authentication flow
- VSCode workspace recommendations and debug setup
- Profile page for user editing
- Collapsable & nested menu
- Code Generator (component, form, and page)
Credits
Huge thanks to @lincolncosta and @tiagoCristiano for helping!