All Versions
21
Latest Version
Avg Release Cycle
133 days
Latest Release
2721 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.3.2 Changes
- ๐ Fixes #46
-
v2.3.1 Changes
- Patch redis child connection when using passenger
-
v2.3.0 Changes
- โ Remove all
Rails.root
occurance and move them to configuration file. Please use a proc or a lambda in the configuration sinceRails
module might not be defined when configuration file is required.
- โ Remove all
-
v2.2.0 Changes
- โ Add dashing layout to the installer (re run
rails g dashing:install
if you want to have the dashing default layout file)
- โ Add dashing layout to the installer (re run
-
v2.1.1 Changes
- ๐ Fix font awesome not included in the asset pipeline
-
v2.1.0 Changes
- โฌ๏ธ Upgrade font awesome to use the 4.0.x version
-
v2.0.2 Changes
- ๐ Fix bin rails polution
- ๐ Improve rails engine and railtie
-
v2.0.1 Changes
- ๐ Fix default widgets javascript files not required
-
v2.0.0 Changes
- ๐จ Refactor assets management. Now they all live in
vendor
directory. - ๐ Introduce a widget generator to build custom widget in a few seconds (
rails g dashing:widget my_widget
). - ๐ง Rename configuration attributes (you need to regenerate the initializer config file with
rails g dashing:install
) - Simplify widget view path
- ๐ Bug fixes
- ๐จ Refactor assets management. Now they all live in
-
v1.0.3 Changes
- cherrypick https://github.com/Shopify/dashing/pull/253
- cherrypick https://github.com/Shopify/dashing/commit/2b715ac63dd2de5c718142822663dbded44bbecd
- cherrypick https://github.com/Shopify/dashing/commit/9f93895bd40aad02e88f7ed7bfd954c930aa27db
- cherrypick https://github.com/Shopify/dashing/commit/9496b31d7787182b561bd99f8674901bd7667976
- cherrypick https://github.com/Shopify/dashing/pull/181
- cherrypick https://github.com/Shopify/dashing/commit/3af326da84251069c4e6f7464d0ae8506b20e98b
- cherrypick https://github.com/Shopify/dashing/pull/211