Go Admin Versions Save

A golang framework helps gopher to build a data visualization and admin panel in ten minutes

v1.2.6

4 years ago

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

4 years ago

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

4 years ago

BUG Fixes

  • Mssql query error

Improvement

  • Add page animation support
  • Add form layout
  • Support table info edit component switch
  • Make table component more easier to use
  • Improve CLI adm
  • Improve translate #178

v1.2.3

4 years ago

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

4 years ago

BUG Fixes

  • Fixed new operation form select default value error
  • Fixed table Copy API error
  • Fixed table generator error
  • Update table operation permission check APIs

Improvement

  • Update language module
  • Add HTML constructor
  • Add update/insert PreProcessFn API

v1.2.1

4 years ago

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

4 years ago

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

4 years ago

BUG Fixes

  • Fixed label component default value error.
  • Fixed session lifetime set error.
  • Fixed SQL object of DB module recycles error.
  • Fixed roles of admin user display error.

v1.1.8

4 years ago

Improvement

  • Support load table data from API or custom data source. #128 #108 #150
  • Support custom auth model, like OAuth. #152
  • Add collection module, optimized query efficiency.
  • Add new component: Link.
  • Support add a callback to button action.

v1.1.7

4 years ago

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.