Go Admin Versions Save

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

v1.1.6

4 years ago

BUG Fixes

  • Primary key, which not auto-increment causes insert/update error.
  • Local file uploader error.
  • Fixed admin.pgsql error.
  • Fixed logout permission check error.
  • Fixed single select/radio components update/insert error.

Improvement

  • Add Close API for database connection.
  • Add detail page support.
  • Add mssql support.
  • Add GroupBy API for database connection.
  • Add GetDB API for database connection.

v1.1.5

4 years ago

BUG Fixes

  • Service component error
  • Pagination error
  • Failed to get client IP
  • Prevent normal manager from modifying own permissions and roles
  • Update row on table info page error
  • Add updated_at field update operation
  • Select component bug fixed
  • Table info of join table display error

Improvement

  • Support hide row selector button

v1.1.4

4 years ago

BUG Fixes

  • Assets URL error when the URL prefix is empty.
  • Filter for join fields error.

Improvement

  • Add INI/YAML config file format support.
  • Support more form layouts.
  • Support pre query of the info table.

v1.1.3

4 years ago

BUG Fixes

  • Fixed global hander display error
  • Auth user API error
  • Filter empty display problem
  • Menu edit form display error

Improvement

  • Update framework examples
  • Add APIs to the image component

v1.1.2

4 years ago

v1.1.2 is highly recommended updating ❗❗

BUG Fixes

  • Fixed some security issues.
  • Fixed permission check error.
  • Fixed form panel display error.
  • Fixed display error when finish editing.

Improvement

  • Add more form components: date-time range, number range
  • Make table filter functions friendlier.

v1.1.1

4 years ago

Fixed deadly typo.

v1.1.0

4 years ago

BUG Fixes

  • Fixed gf adapter errors, add unit tests.
  • Fixed login logic error.

Improvement

  • Add fasthttp unit tests.
  • Add aggregation methods to db modules.
  • Add UpdateFn/InsertFn, which support customizing update/insert logical method.
  • Support add buttons to the table box header.
  • Add label component apis.
  • Modify update/insert methods of internal manager&role, which allow to be rewritten.
  • Improve display details.

v1.0.10

4 years ago

BUG Fixes

  • A quick fix of gf adapter.

v1.0.9

4 years ago

BUG Fixes

  • Catch errors of form update&insert operation.
  • Context trie bug.
  • Radio selected bug.
  • Avoid XSS attack❗️(NOTE: important update)

Improvement

  • Add gf adapter and example.
  • Add form help message support.
  • Add form component - Switch.
  • Optimize adapter and table sql query logic code.

v1.0.8

4 years ago

BUG Fixes

  • admin plugin: radio/single select display error
  • admin plugin: join table display error
  • adm generate file error
  • mysql decimal field display error
  • add custom form type

Improvement

  • support table inline edit
  • add database driver dsn config
  • update iris adapater to Iris version 12
  • add captcha module
  • support custom page size and sort type