Skip to content

Releases: lightyrs/tabler-rubygem

Optional and Granular Image Inclusion

15 Nov 14:56
Compare
Choose a tag to compare

This is a small release containing one breaking change:

The issue raised in #10 has been addressed by PR #12.

As a result, images are no longer included by default.
Instead, you can include all the image sets or the specific image sets you want (either browser, flag, and/or payments).

Checkout the README for more info.

Thank you to @alexmorral for the work.

If you find an issue with this release, please create an issue and/or pull request.

https://rubygems.org/gems/tabler-rubygem/versions/0.1.4

Fix plugin precompilation

16 Jul 17:16
Compare
Choose a tag to compare

This release fixes issues with precompiling tabler plugin css files reported in #7 and fixed in #8.
This release also includes a couple other minor pull requests (#4, #5) — all are reflected in the README.

If you find an issue with this release, please create an issue and/or pull request.

Thank you to @fanjieqi, @biow0lf, @fibice3 for your help on this release.

https://rubygems.org/gems/tabler-rubygem/versions/0.1.3

Remove bootstrap dependency

30 Apr 19:23
Compare
Choose a tag to compare

This release removes the bootstrap dependency to avoid complications mentioned in #3.
Going forward, users will be free to install the bootstrap gem in their own application (at the version they choose) without being beholden to the dependency-loading decisions of the tabler team.
Currently, we are still using the bundled bootstrap.js included with tabler, however, I can see this changing soon.

https://rubygems.org/gems/tabler-rubygem/versions/0.1.2

Remove need for explicit require

11 Apr 21:46
Compare
Choose a tag to compare

This release restructures the gem directory and module naming conventions in order to avoid having to explicitly require the gem.

Now you can just:

gem 'tabler-rubygem'

https://rubygems.org/gems/tabler-rubygem/versions/0.1.1

Initial Version

11 Apr 20:39
Compare
Choose a tag to compare

Initial version supports styles and javascripts from tabler without the use of requirejs.
It also allows for modularized usage à la the Bootstrap rubygem.

It's fully functional right now but could use some pull-requests to allow for the customization and synchronization of colors between the SCSS variables and the window.tabler JS global.

https://rubygems.org/gems/tabler-rubygem/versions/0.1.0