Releases: GoAdminGroup/go-admin
Releases · GoAdminGroup/go-admin
v1.2.6
Strongly recommend users who downloaded the v1.2.5 update to v1.2.6 now.
Recommendation Index: ⭐⭐⭐⭐
BUG Fixes
- Fixed custom data source edit operation error
- Fixed table filter form radio/switch components display error
- Fixed multi-file form component display error
- Fixed edit/new form return URL error
- Fixed menu edit/new form root menu retrieve error
- Fixed custom form component type retrieve value error
- Fixed table raw action button display error
- Fixed table pre query error
- Fixed join table fields filter error
Improvement
- DB: add GroupByRaw/OrderByRaw API
- Add user acceptance tests
- Add mssql ci test
- Limit login in different session #185
v1.2.5
BUG Fixes
- Fixed RichText components display error
Improvement
- Change framework echo version to v4 #179
- Improve API NewDefaultTable
- A lot of refactors
- Add engine.HTML & engine.Data APIs which make customing content easier
- Add table filter form multi selections support
- Add FieldOptionsFromTable API which supports load option data from the database
- Add support for linkage loading of the table filter form
v1.2.4
v1.2.3
BUG Fixes
- DB module error
- Mssql query error
- Detail page custom data source error
Improvement
- Add Extra info to global Config
- Support form selection fields linkage display
- Add selection ajax load data APIs
- Add the form selection object
- Improve Japanese translations
- Add checkbox for update/new form which can set the jump URL
- Support multi-filter form fields with same field and different operator
v1.2.2
v1.2.1
BUG Fixes
- Fixed session lifetime error
- Fixed table filter form input order error
- Fixed Postgres DB driver field type error
- Fixed parameter error
- Fixed show table permission check error after edit/new
Improvement
- Add route manager
- Add more constant variables
v1.2.0
Highly recommended updating ⭐⭐⭐⭐⭐
BUG Fixes
- Fixed error of getting table data from URL
- Fixed user permission check error
- Fixed action JumpInNewTab error
- Fixed API AddActionButton error
- Fixed table export function error #165
- Fixed table info update error new/edit operation
- Fixed error of row action button popup be covered #162
- Fixed table data filter error when joining tables #151 #143
Improvement
- Add configuration and APIs for customizing page
- Update detail page setting for description and title
- Update data SQL file
- Add SetGetDataFn API for loading data of table from the custom logic function
- Improve Jump Action
- Add custom table sort field support
- Add context for the data model
- Add field filter form value process function API
- Support update/insert row value as NULL into database
- Improve table info pre query API #164
- Add table button action: Ajax
- Improve Popup Action API
- Add BindJSON API for context
- Add API SetTableFixed for info panel which allows set table-layout
v1.1.9
v1.1.8
v1.1.7
BUG Fixes
- Fixed edit/detail URL error. #135 #138
- Fixed permission check and button(delete/edit/view) display check.
- Fixed detail page edit URL button error.
- Fixed form file upload error. #129
Improvement
- Add more return type support for API FieldDisplay
- Add support for non-auto-increment UUID primary key. #119
- Add compress support for the return frontend assets. #139
- Add detail button display control.
- Add table row action support.
- Add require attributes to built-in table fields.
- Add detail page custom support.
- Add the ids parameter for AddButton API.
- Add support for filter of the join table field.