The release notes from the new version 1.4.6.1 of C#Bot.
Features
No new features were included.
Improvements
- Removed sidebar from graphiql.
- Added ‘Type’ to the list of bot reserved words.
Resolved Defects
- Resolved issues with topbar step in Joyride mode.
- Fixed issues with Joyride when custom pages were defined.
Migration Path
- Protected region:
Override graphiql here
was removed fromAdmin.tsx
and added to a higher level routing. Any protected region code will need to be moved into the new protected region:Modify top level admin routing here
.