Skip to content

Tags: nhphero/adminjs

Tags

v5.3.3

Toggle v5.3.3's commit message
chore(release): 5.3.3 [skip ci]

## [5.3.3](SoftwareBrothers/adminjs@v5.3.2...v5.3.3) (2021-11-29)

### Bug Fixes

* **dependencies:** update vulnerable dependencies (production-only) ([SoftwareBrothers#958](SoftwareBrothers#958)) ([209dee9](SoftwareBrothers@209dee9))

v5.3.2

Toggle v5.3.2's commit message
chore(release): 5.3.2 [skip ci]

## [5.3.2](SoftwareBrothers/adminjs@v5.3.1...v5.3.2) (2021-11-19)

### Bug Fixes

* move @types/babel-core to dependencies ([SoftwareBrothers#952](SoftwareBrothers#952)) ([8a9c968](SoftwareBrothers@8a9c968))

v5.3.1

Toggle v5.3.1's commit message
chore(release): 5.3.1 [skip ci]

## [5.3.1](SoftwareBrothers/adminjs@v5.3.0...v5.3.1) (2021-11-19)

### Bug Fixes

* fix bundle function file path resolver ([SoftwareBrothers#951](SoftwareBrothers#951)) ([443c24d](SoftwareBrothers@443c24d))

v5.3.0

Toggle v5.3.0's commit message

v5.2.3

Toggle v5.2.3's commit message
chore(release): 5.2.3 [skip ci]

## [5.2.3](SoftwareBrothers/adminjs@v5.2.2...v5.2.3) (2021-11-12)

### Bug Fixes

* pass isRequired from property options to "required" input prop ([SoftwareBrothers#730](SoftwareBrothers#730) ([c273cec](SoftwareBrothers@c273cec))

v5.2.2

Toggle v5.2.2's commit message
chore(release): 5.2.2 [skip ci]

## [5.2.2](SoftwareBrothers/adminjs@v5.2.1...v5.2.2) (2021-10-07)

### Bug Fixes

* add translation for datetime property filter ([SoftwareBrothers#921](https://github.com/SoftwareBrothers/adminjs/issues/921))([@cscovino](https://github.com/cscovino)) ([a93eb56](SoftwareBrothers@a93eb56))

v5.2.1

Toggle v5.2.1's commit message
chore(release): 5.2.1 [skip ci]

## [5.2.1](SoftwareBrothers/adminjs@v5.2.0...v5.2.1) (2021-08-30)

### Bug Fixes

* fix StyledBackButton error when location state is not defined ([28c1277](SoftwareBrothers@28c1277))

v5.2.0

Toggle v5.2.0's commit message
chore(release): 5.2.0 [skip ci]

# [5.2.0](SoftwareBrothers/adminjs@v5.1.1...v5.2.0) (2021-08-30)

### Features

* make back button navigate to previous page with search params ([1b0c08b](SoftwareBrothers@1b0c08b))

v5.1.1

Toggle v5.1.1's commit message
chore(release): 5.1.1 [skip ci]

## [5.1.1](SoftwareBrothers/adminjs@v5.1.0...v5.1.1) (2021-08-25)

### Bug Fixes

* disable submit buttons ([d1bf259](SoftwareBrothers@d1bf259))

v5.1.0

Toggle v5.1.0's commit message
chore(release): 5.1.0 [skip ci]

# [5.1.0](SoftwareBrothers/adminjs@v5.0.1...v5.1.0) (2021-07-20)

### Bug Fixes

* **frontend:** hide label in show record ([da14a50](SoftwareBrothers@da14a50))
* add newline at end of file ([03cc2cf](SoftwareBrothers@03cc2cf))
* expose bulkDelete action in ActionsMap ([edf8cb5](SoftwareBrothers@edf8cb5))
* import error ([148f023](SoftwareBrothers@148f023))
* only treat records as new after submit if no errors ([82d8733](SoftwareBrothers@82d8733))
* remove changes in availableValues ([192ee5a](SoftwareBrothers@192ee5a))

### Features

* add navigation: false option to hide resource from nav bar ([1647c3a](SoftwareBrothers@1647c3a)), closes [SoftwareBrothers#749](SoftwareBrothers#749)