Skip to content

Conversation

jwasiak
Copy link

@jwasiak jwasiak commented Mar 27, 2023

No description provided.

onlyForPostMethod = false,
options = {},
}: CreateLogActionParams = {}): After<ActionResponse> =>
options,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove defaults here and below? 🤔

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted

src/types.ts Outdated
* In case you want to use different attribute names, you can use this
* options to configure the mapping.
*/
componentLoader?: ComponentLoader;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is componentLoader optional? It should also be on different line because comment above is related to propertiesMapping prop.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@dziraf dziraf changed the base branch from master to feat/v5 March 30, 2023 07:43
Jarosław Wasiak added 4 commits March 30, 2023 09:49
@dziraf dziraf force-pushed the feat/component-loader branch from bd09fef to eafbb8d Compare March 30, 2023 07:53
@dziraf dziraf merged commit 3c4763c into feat/v5 Mar 30, 2023
github-actions bot pushed a commit that referenced this pull request Apr 4, 2023
# [5.0.0-beta.2](v5.0.0-beta.1...v5.0.0-beta.2) (2023-04-04)

### chore

* rewrite package to esmodules ([#16](#16)) ([71d2312](71d2312))
* use use componentLoader instead of AdminJS.bundle ([#17](#17)) ([3c4763c](3c4763c))

### BREAKING CHANGES

* Configuration changed due to AdminJS.bundle being removed, use componentLoader instead
* The package won't support CJS anymore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants