You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 1.0.0 (2021-06-18)
### Bug Fixes
* bump admin version ([6c279ec](6c279ec))
* check if string param is numeric before converting to Number ([988381f](988381f))
* error when filter reference columns ([ca2d40b](ca2d40b))
* filtering by enums ([da5d8ad](da5d8ad))
* fix issue with references not working properly without setting RelationId ([8d3f892](8d3f892))
* fix tests, change relationships behavior ([7d5a4b8](7d5a4b8))
* reference tables should not be sortable ([d051783](d051783)), closes [SoftwareBrothers/adminjs#320](SoftwareBrothers/adminjs#320)
* support string type primary keys ([75baade](75baade))
* Tests ([95faf53](95faf53))
* upate admin-bro version ([d773e3c](d773e3c))
* wrong publication setting ([78fb6f3](78fb6f3))
### chore
* rebrand AdminBro to AdminJS ([15b4a5f](15b4a5f))
### Code Refactoring
* ⚡ rename package to @admin-bro/typeorm ([d7b0f4f](d7b0f4f))
### Features
* add support for mixed type ([438b617](438b617))
* Allow embedded entities ([52330ea](52330ea))
* Allow passing custom filters to typeorm adapter ([c186fdd](c186fdd))
* allow to clear reference values ([f60e61d](f60e61d))
* boolean field ([11d3ffb](11d3ffb))
* bring back admin-bro ([1021a45](1021a45))
* bump admin-bro ([d33acdb](d33acdb))
* Detect array of numbers ([f75decc](f75decc))
### BREAKING CHANGES
* AdminBro has been rebranded to AdminJS. All package and repository names had been updated.
# Migration Guide
1. Update your dependencies to use new `adminjs` packages.
- `admin-bro` -> `adminjs` for the core package
- `@admin-bro/<package name>` -> `@adminjs/<package name>` for other modules
2. Update your custom CSS classes:
- `.admin-bro_<component name>` -> `.adminjs_<component name>` (example: `.adminjs_Box`)
3. Search your project for `admin-bro` occurrences - most likely they will have to be updated to `adminjs`
* users should now rename package to @admin-bro/typeorm
0 commit comments