All Versions
24
Latest Version
Avg Release Cycle
67 days
Latest Release
1383 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.9.2
December 06, 2020 -
v0.9.1 Changes
January 15, 2019๐ Changed
- โฌ๏ธ Bumped version of webpack-dev-server to 3.1.11 and added [email protected]
-
v0.9.0 Changes
October 15, 2018โ Added
- ๐ Rendering support for templates in subdirectories of templates_dir
-
v0.8.0 Changes
March 27, 2018โ Added
- Button to make a dashboard fullscreen
๐ Changed
- ๐ [security] jQuery npm dependency is specified with
^3.0.0
, (7c9dff)
๐ Fixed
- ๐ฑ Static asset serving for heroku by providing
:assets_path
, see: https://github.com/kittoframework/kitto/wiki/%5BDeployment%5D-Heroku#configure-assets
-
v0.7.0 Changes
October 18, 2017โ Added
- ๐
Kitto.Notifier.broadcast!/2
supports railroading.
Example:
job :ci_status, every: :minute do # All the combinations below will do the expected thing and infer which parameter is the topic and which is the message CI.status(:awesome_project) |> broadcast! CI.status(:awesome_project) |> broadcast!(:projects) CI.status(:awesome_project) |> broadcast!(:projects) broadcast!(:projects, CI.status(:awesome_project)) end
๐ Fixed
mix.kitto new <name>
check for valid name in OTP 20- Font loading in development, due to webpack-dev-server not setting CORS headers
- ๐
-
v0.6.0 Changes
April 18, 2017โ Added
- โ Add {edge, dev, app} kitto.new options (see: https://github.com/kittoframework/kitto/blob/v0.6.0/installer/lib/kitto_new.ex#L83)
-
v0.6.0-rc0 Changes
April 11, 2017โ Added
- ๐ Sample distillery config and asset compilation plugin
- Sample
config/dev.exs
andconfig/prod.exs
๐ Changed
Kitto.root
returnsApplication.app_dir
when:root
is set to:otp_app
- ๐ฑ For newly scaffolded apps, assets are built in
priv/static
- ๐ฑ Static assets are served from
priv/static
of application - ๐ Assets are forwarder to webpack live builder only when
:watch_assets?
is set to true - Elixir CodeReloader is disabled when
:reload_code?
is set to false
-
v0.5.2 Changes
March 30, 2017๐ Fixed
- Prevent DoS due to Atom creation for event topic subscription (5323717)
- Prevent XSS in 404 page (63570c0)
- Prevent directory traversal for dashboard templates (#103)
-
v0.5.1 Changes
February 21, 2017๐ Fixed
- โ Added missing package.json to mix.exs
-
v0.5.0 Changes
February 19, 2017๐ Changed
- ๐ฆ The core Kitto JavaScript library is now packaged (#39, #72) Read: upgrading-guide
๐ Fixed
๐ท Typo in jobs generated dashboard setting invalid invalid source for "average time took" widget
โ Compilation warnings for Elixir v1.4