Releases: SaltyAom/lagrange
Releases · SaltyAom/lagrange
nightly.220113
This nightly build version is equivalent to v 0.0.0
New Feature
- Add response time
Improvement
- Use percentage for splitter instead of absolute pixel to support screen resize
- Use WindiCSS instead of Tailwind
- Split schema viewer to separate component
- Update dependency
Bug fix
- Undo not working once request is fired
nightly.211229-3
nightly.211229-2
nightly.211229
This nightly build version is equivalent to v 0.0.0
New Feature
- View GraphQL schema
Improvement
- Use Shadow DOM on Monaco editor, see this
nightly.211228-3
nightly.211228-2
This nightly build version is equivalent to v 0.0.0
Improvement
- Reconciliation between new editor model
- Reduce editor reconciliation
- Use direct Monaco command for shortcut
Bug fix
- Editor now don't jump while new language is parsing
- Editor position doesn't move while using
submit shortcut
- Fix false editor reset process when new language is detected
- Fix loading and error layout shift not being centered
nightly.211228
This nightly build version is equivalent to v 0.0.0
Breaking change
- Previous version user might have to manually assign body type first otherwise tab will be empty.
New Feature
- Add selectable body type
- Add form (url encode) body type
Improvement
- Use Rust to parse JSON body before fetch
- Remove
requestAnimationFrame
onupdateEditor
, editor update should be faster by 1 frame - Make non-editable element unselectable