Nerian / bootstrap-datepicker-rails

A Datepicker for Twitter Bootstrap, integrated with Rails assets pipeline
MIT License
648 stars 182 forks source link

Is there going to be a 2.0 release? #146

Closed rkt739 closed 1 year ago

rkt739 commented 1 year ago

Not that 1.9 is bad, but I keep getting these deprecation warnings in the console from the localization files for deprecated language codes like kh and rs. The source files say that the deprecated localizations will be removed in 2.0. Will that perhaps happen sometime soon?

Nerian commented 1 year ago

Hi,

We track this code https://github.com/uxsolutions/bootstrap-datepicker and it seems 1.9 is the latest.

You can try to just include the translation that you need.

Instead of this:
//= require bootstrap-datepicker

Do this:
//= require bootstrap-datepicker/core
//= require bootstrap-datepicker/locales/bootstrap-datepicker.es.js
//= require bootstrap-datepicker/locales/bootstrap-datepicker.fr.js
rkt739 commented 1 year ago

Thanks, that's done it

rkt739 commented 1 year ago

Bootstrap-datepicker has now updated to 1.10. Can we get a 1.10 release for bootstrap-datepicker-rails? Thanks

Nerian commented 1 year ago

Sure thing. I will release a new release soon 👍

Nerian commented 1 year ago

1.10.0.1 released 🥳