4.2.0 #30
Closed
ansulagrawal
announced in
Announcements
4.2.0
#30
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
The default export file index.js has been fixed. This may impact projects that were relying on the previous behavior of the file. Please ensure that your project's imports and dependencies are updated accordingly to use the new index.js file.
The
antd
anddayjs
libraries' locales have been fixed. This may affect projects that were relying on specific locale configurations or were using different locales. Please review your project's usage of these libraries and update any necessary configurations or code that relies on locales.The file
main.jsx
has been removed from the build directory. If your project was directly referencing or depending on this file, you will need to update your code to remove any references tomain.jsx
and make necessary adjustments to your project's structure.The
src/index.js
file has been fixed to resolve importing issues in projects. This change may require modifications to your project's import statements to ensure they correctly reference the updatedsrc/index.js
file.Type definitions have been added for the library. If your project was relying on the absence of type definitions or using custom typing's, you may need to update your code to accommodate the newly added type definitions.
The
package.json
file's main parameter value has been fixed. Previously, it was set to lib/index, but it has now been changed to dist/index.js. If your project relies on the main field to specify an entry point or default module, please update it accordingly to reflect the correct file path or module name. This change ensures that the correct file is used as the main module when consuming the package. Failure to update this configuration may result in issues with module resolution and may cause unexpected behaviour in your project.Full Changelog: ansulagrawal/react-big-schedule@4.0.0...4.2.0
This discussion was created from the release 4.2.0.
Beta Was this translation helpful? Give feedback.
All reactions