2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 13:46:54 +00:00

Update 0.2.5.md

This commit is contained in:
Oliver 2021-07-14 08:03:49 +10:00 committed by GitHub
parent 4e5ed3364e
commit 09f21d995a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,14 @@ Minor release number will be incremented when new features are added in a backwa
Patch release number will be incremented when making bug fixes or small changes to existing features. Patch release number will be incremented when making bug fixes or small changes to existing features.
### API Forms
Many (not all) modal forms have been completely refactored to use the API. To support this, [#1716](https://github.com/inventree/InvenTree/pull/1716) provides extensive metadata for each API endpoint via the *OPTIONS* request. The new API-based forms are much faster, and provide greater front end flexibility.
### UX Improvements
Many UX improvements have been made, including [#1811](https://github.com/inventree/InvenTree/pull/1811) which allows dynamic switching between navbar items on a single page, without requiring a full page refresh.
### Pricing ### Pricing
Multiple new pricing features have been added: Multiple new pricing features have been added:
@ -60,6 +68,10 @@ Multiple user interface improvements have been implemented, as described below:
[#1731](https://github.com/inventree/InvenTree/pull/1731) allows sorting by "allocated" quantity in Build Order display [#1731](https://github.com/inventree/InvenTree/pull/1731) allows sorting by "allocated" quantity in Build Order display
### Admin Interface
[#1812](https://github.com/inventree/InvenTree/pull/1812) represents the first step towards a general speed overhaul for the admin interface.
## Major Bug Fixes ## Major Bug Fixes
| Pull Request | Description | | Pull Request | Description |