Releases: GoAdminGroup/go-admin
Releases · GoAdminGroup/go-admin
v1.1.6
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
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
v1.1.3
v1.1.2
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
v1.1.0
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
v1.0.9
v1.0.8
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