Skip to content

Releases: react-scheduler/react-big-schedule

4.4.0

20 Feb 19:58
36c853b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.3...4.4.0

4.3.3

16 Dec 16:31
75b3dd0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.2...4.3.3

4.3.2

06 Nov 05:20
e143b37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.1...4.3.2

4.3.1

16 Oct 11:16
b1b5503
Compare
Choose a tag to compare

What's Changed (Hotfix)

Full Changelog: 4.3.0...4.3.1

4.3.0

16 Oct 10:06
Compare
Choose a tag to compare

What's Changed

  • Added Typing File
  • Change Some Files from Class Based to Functional Based
  • Updated Some package Version
  • Added Eslint to the Project.
  • Fix Eslint Issues

Contributors:

Full Changelog: 4.2.5...4.3.0

4.2.5

30 Jul 09:34
Compare
Choose a tag to compare

What's Changed (Hotfix)

  • Reveted HeaderView Component from functional based to class based by @JitendraSoni1234 .

Full Changelog: 4.2.4...4.2.5

4.2.4

13 Jul 16:08
Compare
Choose a tag to compare

What's Changed

  • Change HeaderView Component from class based to function based by @DamyanBG in #73
  • Updated library versions by @dependabot
    • antd : 5.6.3 -> 5.7.0
    • dayjs: 1.11.8 -> 1.11.9
    • rrule: 2.7.1 -> 2.7.2
    • @babel/cli: 7.22.5 -> 7.22..9
    • @babel/core: 7.22.5 -> 7.22.9
    • @babel/preset-env: 7.22.5 -> 7.22.9
    • babel-loader: 9.1.2 -> 9.1.3
    • webpack : 5.88.0 -> 5.88.1
  • Converted to an organization by @ansulagrawal

New Contributors

Full Changelog: 4.2.3...4.2.4

4.2.3

28 Jun 07:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.2...4.2.3

4.2.2

27 Jun 16:46
3f5d652
Compare
Choose a tag to compare

What's Changed

  • Updated Readme by @ansulagrawal in #46
  • Chore(deps-dev): Bump webpack from 5.87.0 to 5.88.0 by @dependabot in #50
  • Chore(deps): Bump antd from 5.6.2 to 5.6.3 by @dependabot in #51
  • Added Dependabot to the project for raising a pr for version updates.
  • Added a security file.
  • Removed a typescript defination as it was throwing error for typescript developer.

New Contributors

Full Changelog: 4.2.1...4.2.2

4.2.0

27 Jun 16:06
Compare
Choose a tag to compare

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 and dayjs 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 to main.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 updated src/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: 4.0.0...4.2.0