Skip to content

Latest commit

 

History

History
317 lines (189 loc) · 7.03 KB

File metadata and controls

317 lines (189 loc) · 7.03 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Started since version 0.9.5

2.0.0 - 04.01.2020

Added

  • add i18n support
  • add "password" field [#112]
  • add hooks: useNotice, useResourceEdit, useResourceNew, useResource, useResources
  • add option to change resource id [#286]

Changed

  • change the way of showing resources. From dedicated page to the UI based on Drawer
  • change the way of entering the resource from a list - now entire row is clickable
  • base the UI on a design-system ** drop bulma CDN dependency ** drop font-awesome CDN dependency ** move most of the dependencies to the global.bundle ** ui is responsive

Fixed

  • Fixed wrong show values on boolean fields in the list [#270]
  • fixing wrong documentation in action interface [#264]
  • fix wrong path when rendering on the server
  • fix responsive issues

Removed

  • remove AdminBroOption.assets.globalsFromCDN - they are always fetched from local bundle

1.6.3 - 23.01.2020

Added

  • add ADMIN_BRO_SKIP_BUNDLE flag

1.6.1/1.6.2 - 21.01.2020

Fixed

  • empty File object when uploading files

1.6.0 - 01.01.2020

Added

  • introduction of a bulkActions
  • added ErrorMessageBox component
  • added custom pages in the sidebar
  • add textarea property type
  • export withNotice component

Changed

  • change interface of ApiClient methods: change from payload to data and reuse axios types
  • divide props for custom components to BasePropertyProps, EditPropertyProps, ShowPropertyProps and FilterPropertyProps

Fixed

  • Placeholder typo (was Placehoder)
  • wrong property order [#223]
  • PropertyOptions for nested properties (#244)
  • Not showing 0 in list and show views (#247)
  • Selected sidebar elements after page reload (#241)

1.5.1 and 1.5.2 - 2019-12-21

fixed

  • error when decorating nested properties [#220]

1.5.0 - 2019-12-17

Added

  • add option to hide logo [PR: #226]
  • add drop-area component
  • change new and update actions to receive FormData
  • add header option to ApiClient
  • add isDisabled option to PropertyOptions
  • add favicon to the branding options
  • added source maps when NODE_ENV is not production

Changed

  • export Types of Action Responses
  • Improve Action interface that all fields are optional when passing via ResourceOptions
  • Adjust default theme colours to comply with WCAG 2.0 contrast guidelines
  • upgrade typescript to 3.7.3
  • add option to pass any notice message in Action Response
  • extend ValidationError to hold "base error" which if for entire record - not only for a particular property

Fixed

  • showing validation errors for nested mongoose fields [#200, #199]

1.4.2 - 2019-11-21

Fixed

  • fixed issue with editing nested arrays: [#203]

1.4.1 - 2019-11-11

Fixed

  • fixed overflow select problem in the filter [#189]

Changed

  • by default assets are not fetched from CDN [#193]

Added

  • better API errors support [#190]

1.4.0 - 2019-11-04

Added

  • admin cli with bundle command [beta]
  • bring back tags showing total number of records in list action
  • now bundle urls are written always in posix format - which fixes #136
  • Export more types from "admin-bro"

Fixed

  • fix error when submit of entire record has been triggered by array add/remove buttons
  • overlay error with select in filter - #189

Changed

  • Id fields are now second in list by default (after title) - #189
  • Improve typescript types export (fix errors when importing admin-bro)

[1.3.5] - 2019-10-17

Fixed

  • fix error with hidden resource filter

[1.3.4] - 2019-10-17

Fixed

  • 404 error has been seen when page loads - fixed.

[1.3.3] - 2019-10-17

Added

  • improve TypeScript setup by adding strict flags
  • add 404 errors

Fixed

  • fix error with removing records

[1.3.2] - 2019-10-14

Added

  • all colors are added to the css theme - improve theme support

Changed

  • migrate all remaining components to typescript

[1.3.1] - 2019-10-06

Added

  • added new component: Styled Link

Changed

  • added ActionContext to both before nad after action hooks

[1.3.0] - 2019-10-06

Added

  • most of the app has been rewritten to typescript
  • tsc check has been added to the build process
  • linter has been updated to cover typescript
  • documentation update to cover new types
  • components can now be written in typescript
  • isVisible and isAccessible have record passed to them [#139]
  • Action.After hook has also original request as a property

Changed

  • AdminBro.require renamed to AdminBro.bundler
  • components are now required via import { [ComponentName] } from 'admin-bro'
  • bump up React version to 16.8.0
  • BaseRecord.toJSON now takes currentAdmin as an argument

[1.2.0] - 2019-09-21

Fixed

  • fixed loading components on windows [#140]
  • fixed issue with nested arrays [#135]

Changed

  • remove AdminBro from page title [#121]
  • change loader in list from a spinner to placeholder
  • update documentation with new Components and adapters

Added

  • add option to define if globals should be fetched from CDM or from local bundle [#121]
  • add Placeholder component
  • export all Application components, that users can also use them

[1.1.4] - 2019-08-30

Fixed

  • fixed errors seen when generating documentation (change <> to </React.Fragment>)

Changed

  • new welcome screen

[1.1.3] - 2019-08-28

Fixed

  • PropertyTypes are now exported as they were before

[1.1.2] - 2019-08-27

Added

  • alert message when user is logged out

Removed

  • obsolete getRecord action from ApiClient

[1.1.1] - 2019-08-27

Fixed

  • Added default color to ValueBlock [#133]
  • fix ForbiddenError message
  • Not present links to not accesible routes

Changed

  • Custom components now are rendered always first (no matter if the field is an array or mixed type)

[1.1.0] - 2019-08-25

Added

  • support for Arrays in mongoose adapter [#90]
  • support for Embeded objects in mongoose adapter [#110]

Changed

  • BaseResource.param could return nested object

[1.0.2] - 2019-08-21

Fixed

  • fix error for nested fields in filter [#115]

Changed

  • change deprecation message to better show which function is deprecated

[1.0.1] - 2019-08-21

Fixed

  • fix error for not existing route [#127]

[1.0.0] - 2019-08-20

Added

  • added action hooks [#123]
  • access controll with BaseAction.isAccessible [#118]
  • added new list action to the configuration
  • created new ActionDecorator object

Deprecated

  • ResourceDecorator.recordsDecorator() in favour of new BaseAction.after hook
  • ViewHelpers#listUrl in favour of ViewHelpers#resourceAction url

Fixed

  • create new record button is hidden when user cannot have an access to it [#122]

[0.9.6] - 2019-08-17

Added

  • add an option to pick default sort [#124]

Fixed

  • fixed a name of the version property (was versions instead of correct: version) in AdminBroSettings