2023.12.0
版本发布时间: 2023-12-19 21:25:42
hoppscotch/hoppscotch最新发布版本:2024.9.2(2024-10-15 01:13:29)
What's Changed
- chore(cli): bump dependencies by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/3441
- HBE-296 feat: introducing 'infra' type and splitting model properties between 'admin' and 'infra' by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/3445
- feat: replacing windicss by tailwindcss in hoppscotch-ui by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/3076
- refactor: updated dashboard gql queries and components to use the new infra type of the updated schema by @JoelJacobStephen in https://github.com/hoppscotch/hoppscotch/pull/3455
- feat: introducing a new smart table hoppscotch ui component by @JoelJacobStephen in https://github.com/hoppscotch/hoppscotch/pull/3178
- feat: new banner service and added ability to bind additional services from other platforms by @JoelJacobStephen in https://github.com/hoppscotch/hoppscotch/pull/3474
- feat: introduction of shared-requests by @balub in https://github.com/hoppscotch/hoppscotch/pull/3476
- feat: introducing shortcode into admin module by @balub in https://github.com/hoppscotch/hoppscotch/pull/3504
- fix: enlarged hoppscotch logo on dashboard login screen by @JoelJacobStephen in https://github.com/hoppscotch/hoppscotch/pull/3559
- refactor: interceptor error display in graphql response by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/3553
- refactor: allow banner service to hold multiple banners and display the banner with the highest score by @JoelJacobStephen in https://github.com/hoppscotch/hoppscotch/pull/3556
- fix: XML body disappearing with invalid XML by @amk-dev in https://github.com/hoppscotch/hoppscotch/pull/3567
- feat: support for subpath based access in SH apps by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/3449
- feat: platform definition added for additional settings components by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/3503
- fix: email validation failure in cases when email entered is correct when trying to create a team in admin dashboard by @JoelJacobStephen in https://github.com/hoppscotch/hoppscotch/pull/3588
- refactor: move persistence logic into a dedicated service by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/3493
- fix: minor ui improvements by @liyasthomas in https://github.com/hoppscotch/hoppscotch/pull/3603
- feat: convert json to interfaces by @rajdip-b in https://github.com/hoppscotch/hoppscotch/pull/3566
- fix(common): prevented truncating parameters by @ajmalmohad in https://github.com/hoppscotch/hoppscotch/pull/3502
- feat: add ability to make banners dismissible + new info and warning color schemes added based on themes by @JoelJacobStephen in https://github.com/hoppscotch/hoppscotch/pull/3586
- feat: init boring avatars by @liyasthomas in https://github.com/hoppscotch/hoppscotch/pull/3615
- feat: shared request by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/3486
- fix(common): parentheses and single quotes support to curl imports by @ajmalmohad in https://github.com/hoppscotch/hoppscotch/pull/3509
- feat(common): display status text from the API response if available by @kpguru20001 in https://github.com/hoppscotch/hoppscotch/pull/3466
- chore: bump deps for
hoppscotch-common
andhoppscotch-selfhost-web
by @amk-dev in https://github.com/hoppscotch/hoppscotch/pull/3575 - feat: addition of
data
field into User and Team Collections by @balub in https://github.com/hoppscotch/hoppscotch/pull/3614 - chore: hoppscotch-ui improvements by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/3497
- feat: introducing shared requests to admin dashboard by @JoelJacobStephen in https://github.com/hoppscotch/hoppscotch/pull/3537
- refactor: revamp the importers & exporters systems to be reused by @amk-dev in https://github.com/hoppscotch/hoppscotch/pull/3425
- feat: embeds by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/3627
- refactor(scripting-revamp): migrate
js-sandbox
toweb worker/Node vm
based implementation by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/3619 - feat: introduce platform defs for adding additional spotlight searchers by @amk-dev in https://github.com/hoppscotch/hoppscotch/pull/3631
- fix(common): ensure banner colors are displayed correctly by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/3630
- fix: overflowing modal fix on small screens by @ajmalmohad in https://github.com/hoppscotch/hoppscotch/pull/3643
- chore: add protocols' logo to realtime page by @liyasthomas in https://github.com/hoppscotch/hoppscotch/pull/3637
- chore: improve placeholder component styles by @liyasthomas in https://github.com/hoppscotch/hoppscotch/pull/3638
- fix: use base url instead of hardcoded url by @liyasthomas in https://github.com/hoppscotch/hoppscotch/pull/3635
- HBE-326 feature: server configuration through GraphQL API by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/3591
- feat: import environments from insomnia by @amk-dev in https://github.com/hoppscotch/hoppscotch/pull/3625
- feat: introducing server configurations in admin dashboard by @JoelJacobStephen in https://github.com/hoppscotch/hoppscotch/pull/3628
- feat: collection level headers and authorization by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/3505
- feat: dynamically load enabled auth providers by @amk-dev in https://github.com/hoppscotch/hoppscotch/pull/3646
- fix: notify that the user is not an admin when trying to login with a non admin account in admin dashboard by @JoelJacobStephen in https://github.com/hoppscotch/hoppscotch/pull/3651
- feat(cli): support collection level authorization and headers by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/3636
- fix: auth-headers in collection bug by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/3652
- fix(common): GraphQL query syntax highlighting by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/3653
- refactor: embeds preview theme by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/3657
- refactor: improvements made to how banners are to be dismissed by @JoelJacobStephen in https://github.com/hoppscotch/hoppscotch/pull/3656
- chore: banner cleanup by @JoelJacobStephen in https://github.com/hoppscotch/hoppscotch/pull/3658
- HoppscotchUI Package Separated to a repository by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/3620
- fix: embeds system theme by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/3659
- chore(common): remove expand widget from the GQL collections import/export modal by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/3661
- fix(common): ensure the add-environment modal value field is empty when opened via the inspector by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/3664
- fix: actions not working when sidebar is hidden by @amk-dev in https://github.com/hoppscotch/hoppscotch/pull/3669
- fix: gql history schema error by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/3662
- hotfix: added validation on infra config update by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/3667
- fix: auth-header not inheriting properties by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/3668
- chore(common): Gist export flow updates by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/3665
- chore: db migration missing message by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/3672
- fix(persistence-service): update schemas found to differ in runtime by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/3671
- fix: fallback section for embeds if invalid link by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/3673
New Contributors
- @rajdip-b made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/3566
- @ajmalmohad made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/3502
Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2023.8.4...2023.12.0