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
server
key is no longer needed - Change: config.json
app
was renamed toadmin
- Change: config.json new required
admin.settings
config should be set the absolute path to yoursettings.json
file - New: config.json new
admin.readonly
flag replacing the-v
cli argument - New: config.json new
admin.debug
flag replacing the-l
cli argument - New: config.json new
admin.favicon
key to specify a path to a custom favicon.ico file to use - New: config.json new
admin.footer
text and URL to use for the admin's footer - New: config.json new
admin.locale
path to a custom locale file to use - New: config.json new
admin.session
object to configure the underlying session middleware - Change: users.json each user now contains just a
name
andpass
fields 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
Fixed
Express 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
fix
missing join on filter by excluded mtm column in listviewfix
show only non empty mtm values in listviewfix
break cell text and fit table in viewport on many columnt in listviewfix
internationalize the dates in listviewfix
internationalize the dates in datetime pickerfix
AM/PM time bug #61feature
add table filter in mainview #73feature
try to use pg.js if pg is not found #65feature
static sql views support #77migrate
moment 2.8.3
Migrate to Express 4
-
Feature
Logical OR checkbox in listview filter -
Feature
add pre list view event #58 -
Features
static select options as objects #60 -
Feature
Support multiple schemas for pg. Define schema per table to override the default one. #48 -
Migrate
bootstrap 3.2.0, bootswatch 3.2.0, chosen 1.1.0, datetimepicker 2.3.0 -
Migrate
Express4.4.4 #55 -
Migrate
Hogan 3.0.2 -
Fix
pg filter by boolean type -
Fix
always use aliases when joining tables in listview #59 -
Fix
chosen select controls are hidden by default to improve performance -
Fix
filter columns have default value set to null -
Fix
sqlite string concat on null values -
Translation
Korean translation #63 -
Docs
greatly 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