Skip to content

Commit

Permalink
docs: remove any reference to vc fork
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Aug 26, 2024
1 parent 1be098a commit dc5300f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/migrations/migration-to-5.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ Another noticeable UI change is the migration from [Flatpickr](https://flatpickr
- build size is slightly larger but its UI/UX is awesome (especially when changing month/year)
- settings are named differently and are not using flat config (complex object settings) and requires code change
- for example Flatpickr `minDate: 'today'` is instead `range: { min: 'today' }` in VC
- some settings were missing, like the `'today'` shortcut which is why I forked the VC project
- I did open a few PRs on the main project, so the hope is to drop the fork in the future while being a totally transparent change to you when it happens.
- some settings were missing, like the `'today'` shortcut, so I also contributed back to that project.

To summarize, the goal of this new release was mainly to improve UI/UX (mostly for Dark Mode) and also to make it fully ESM ready. Also noteworthy, the project is smaller in size (~100Kb smaller) compared to what it was in v2.x (that was when the user had to install jQuery/jQueryUI separately). So, considering that we're no longer requiring the install of jQuery/jQueryUI, and also considering that these 2 dependencies had a total of well over 200kb. We can safely assume that our project build size is in fact a lot smaller than it was 2 years ago, that is really nice to know considering that we kept adding features (like Dark Mode and other features) while still decreasing its size over the years :)

Expand Down

0 comments on commit dc5300f

Please sign in to comment.