Releases: simov/express-admin
Releases · simov/express-admin
2.0.0
- Change: the admin cli is no longer available
- Change: the admin is now exposed as an Express.js middleware only
- Change: config.json
serverkey is no longer needed - Change: config.json
appwas renamed toadmin - Change: config.json new required
admin.settingsconfig should be set the absolute path to yoursettings.jsonfile - New: config.json new
admin.readonlyflag replacing the-vcli argument - New: config.json new
admin.debugflag replacing the-lcli argument - New: config.json new
admin.faviconkey to specify a path to a custom favicon.ico file to use - New: config.json new
admin.footertext and URL to use for the admin's footer - New: config.json new
admin.localepath to a custom locale file to use - New: config.json new
admin.sessionobject to configure the underlying session middleware - Change: users.json each user now contains just a
nameandpassfields as clear text
Update Dependencies
Resolves the security issues.
Bugfix in settings initialization
1.3.0 1.3.0
Spanish Support
1.2.9 1.2.9
Fix for NPM3
FixedExpress Admin static files not being loaded correctly when the admin is embedded and NPM3 is used
Allow custom user session middleware
See the session key in the Embedding Example.
1.2.6
1.2.5
fixmissing join on filter by excluded mtm column in listviewfixshow only non empty mtm values in listviewfixbreak cell text and fit table in viewport on many columnt in listviewfixinternationalize the dates in listviewfixinternationalize the dates in datetime pickerfixAM/PM time bug #61featureadd table filter in mainview #73featuretry to use pg.js if pg is not found #65featurestatic sql views support #77migratemoment 2.8.3
Migrate to Express 4
-
FeatureLogical OR checkbox in listview filter -
Featureadd pre list view event #58 -
Featuresstatic select options as objects #60 -
FeatureSupport multiple schemas for pg. Define schema per table to override the default one. #48 -
Migratebootstrap 3.2.0, bootswatch 3.2.0, chosen 1.1.0, datetimepicker 2.3.0 -
MigrateExpress4.4.4 #55 -
MigrateHogan 3.0.2 -
Fixpg filter by boolean type -
Fixalways use aliases when joining tables in listview #59 -
Fixchosen select controls are hidden by default to improve performance -
Fixfilter columns have default value set to null -
Fixsqlite string concat on null values -
TranslationKorean translation #63 -
Docsgreatly improved events documentation
Compound Primary Key
- feature
- support for string primary keys
- support for compound primary keys
- support for number control type
- fix
- dates are not stored inside the date controls of listview filter
- mysql error when filtering by static control type
- select input with static values - NULL is saved as string
- pg custom schema name is not honored
- change
- changed version of node-mysql to 2.2.0