Upcoming Major Changes (v7) #2701
Eonasdan
started this conversation in
Request for comment
Replies: 2 comments 2 replies
-
I manage some legacy apps and don't like to use a CDN, having the dist folder all ready to go is very helpful. But, I can always download from CDN JS - just one extra step. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Not everone know how to make a build or use npm, having the file ready to use save a lot of time. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to keep track of some major changes I'm considering for the next major release. For a timeline, see #2730.
JsDeliver can point to the npm version, and npm allows for referencing GitHub branches directly.
I'm not sure about CDN JS. They pick up changes to the repo and pull in the built files.
The npm package already includes the plugins and locales, however the nuget packages do not.
types
folder.This will still be in the npm and nuget packages, just not checked in anymore.
- [ ]
useTwentyfourHours
. This was changed tolocalization.hourCycle
instead.- [ ] Remove
customDateFormat
plugin (rolled into the main code base)private
,_
, etc.)Popperjs is transforming into Floating UI. Currently, the picker allows for overwriting of the popperjs usage.
Bootstrap will probably migrate with BS 6. I will likely not migrate to floating ui until Bootstrap does. Even though the picker is not dependent on BS, it is still widely used with BS and I don't want to add unnecessary dependency burdens to devs.
Beta Was this translation helpful? Give feedback.
All reactions