Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-18Update to v5.2.1v5.2.1Gleb Mazovetskiy
1. `rake 'update[23e50829f958ea1d741d63e2781716be037e4644]'` 2. Bump minimum `popper_js` version (2.11.5 -> 2.11.6). 3. Bump version in README.md and version.rb.
2022-09-18tasks/updater/js.rb: Fix popper referenceGleb Mazovetskiy
2022-07-25Add Importmaps section to READMEHartley McGuire
As importmap-rails is the default way to use javascript starting in Rails 7, this should help users wanting to use Bootstrap without using node.
2022-07-20Update to v5.2.0v5.2.0Gleb Mazovetskiy
bundle exec rake update[v5.2.0]
2022-07-20Prepare for v5.2.0Gleb Mazovetskiy
Updater script: 1. Upstream uses relative paths for import. Support that. 2. Upstream no longer inlines any sources in js/dist/. Integration JS: 1. Popper is now referenced via `globalThis["@popperjs/core"]` (previously: `globalThis["Popper"]`). Dependencies: 1. Minimum Popper version bumped to 2.11.5
2021-11-05Update to v5.1.3HEADv5.1.3masterGleb Mazovetskiy
bundle exec rake 'update[v5.1.3]'
2021-11-05Update to v5.1.2v5.1.2Gleb Mazovetskiy
bundle exec rake 'update[v5.1.2]'
2021-11-05Update to v5.1.1v5.1.1Gleb Mazovetskiy
bundle exec rake 'update[v5.1.0]'
2021-08-12Update to v5.1.0v5.1.0Gleb Mazovetskiy
bundle exec rake 'update[v5.1.0]'
2021-08-12Update JS updater for v5.1.0Gleb Mazovetskiy
2021-08-12Update dependenciesGleb Mazovetskiy
2021-08-12Update to v5.0.2v5.0.2Gleb Mazovetskiy
bundle exec rake 'update[v5.0.2]'
2021-05-15Actualize bootstrap version in READMEPavel Lobashov
2021-05-15Update to v5.0.1v5.0.1Gleb Mazovetskiy
1. `bundle exec rake 'update[v5.0.0]' 2. Update version numbers.
2021-05-06Update to v5.0.0v5.0.0Gleb Mazovetskiy
1. Updater: Add `util/backdrop.js` to the list of inlined srcs. 2. `bundle exec rake 'update[v5.0.0]' 3. Update version numbers. 4. Bump minimum Popper version from 2.9.1 to 2.9.2
2021-04-28fix README typosergioro
2021-04-25Bump popper_js versionv5.0.0.beta3Gleb Mazovetskiy
2021-04-25Update to v5.0.0-beta3Gleb Mazovetskiy
* `rake 'update[v5.0.0-beta3]'` * Update version in README.md and version.rb
2021-04-25Updater: Mark util/scrollbar.js as inlinedGleb Mazovetskiy
2021-04-25Updater: log file on network errorGleb Mazovetskiy
2021-02-27Bump minimum Popper version to v2.8.6v5.0.0.beta2Gleb Mazovetskiy
2021-02-27travis: Add Rails 6.1Gleb Mazovetskiy
2021-02-27Update test rails app viewGleb Mazovetskiy
2021-02-27JS: Define components in the `bootstrap` namespaceGleb Mazovetskiy
They were previously defined directly on `window` when using `//=require bootstrap-sprockets`.
2021-02-27Bump to v5.0.0.beta2Gleb Mazovetskiy
1. Removed `base-component.js` from `js.rb` exclusion list as it is no longer inlined. 2. `bundle exec rake update '[v5.0.0-beta2]'` 3. Updated version in `version.rb` and `README.md`
2021-01-27Bump popper_js versionGleb Mazovetskiy
2021-01-05Update to 5.0.0.beta1v5.0.0.beta1Gleb Mazovetskiy
1. rake update[v5.0.0-beta1] 2. Update version.rb and the README version
2021-01-05Update JS updater for v5.0.0-beta1Gleb Mazovetskiy
2020-11-15Bump to v5.0.0.alpha3v5.0.0.alpha3Gleb Mazovetskiy
2020-11-15rake update[v5.0.0-alpha3]Gleb Mazovetskiy
2020-11-15[DOCS] Updates README with notice for Rails 6robertsimoes
2020-11-09.travis.yml: Update distv5.0.0.alpha2Gleb Mazovetskiy
2020-11-09Bump to v5.0.0.alpha2Gleb Mazovetskiy
2020-11-09rake update[v5.0.0-alpha2]Gleb Mazovetskiy
2020-08-09Bump to v5.0.0.alpha1v5.0.0.alpha1Gleb Mazovetskiy
2020-08-09rake update[a1708ec2a38d331c4c9eacac08ce9c9839649476]Gleb Mazovetskiy
2020-08-09updater/js.rb: Update paths for v5Gleb Mazovetskiy
2020-08-09Bump to v4.5.2v4.5.2Gleb Mazovetskiy
2020-08-09rake update[v4.5.2]Gleb Mazovetskiy
2020-05-18Bump to v4.5.0v4.5.0Tejas Bubane
2020-05-18rake 'update[v4.5.0]'Tejas Bubane
2020-05-18Exclude rails 4 with ruby 2.7Tejas Bubane
Build failure: https://travis-ci.org/github/twbs/bootstrap-rubygem/jobs/688105160
2020-05-18Test with Rails 6.0Tejas Bubane
2020-05-18Use URI.open instead of deprecated openTejas Bubane
Got multiple errors while running rake update on ruby 2.7.1 ``` /opensource/bootstrap-rubygem/tasks/updater/network.rb:28: warning: calling URI.open via Kernel#open is deprecated, call URI.open directly or use URI#open ``` ``` /opensource/bootstrap-rubygem/tasks/updater/network.rb:65: warning: calling URI.open via Kernel#open is deprecated, call URI.open directly or use URI#open ```
2020-05-18Remove 2.3 & add newer rubies to test matrixTejas Bubane
Ruby 2.3 has reached EOL: https://www.ruby-lang.org/en/news/2019/03/31/support-of-ruby-2-3-has-ended/ Ruby 2.4 has also reached EOL: https://www.ruby-lang.org/en/news/2020/04/05/support-of-ruby-2-4-has-ended/
2019-12-05Bump to v4.4.1v4.4.1Gleb Mazovetskiy
2019-12-05Rails test: create tmp directoryGleb Mazovetskiy
2019-12-05Switch from poltegergeist to cupriteGleb Mazovetskiy
2019-12-05add test/dummy_rails/app/assets/config/manifest.jsGleb Mazovetskiy
2019-12-05rake update[v4.4.1]Gleb Mazovetskiy