All Versions
24
Latest Version
Avg Release Cycle
67 days
Latest Release
1208 days ago

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

  • 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

  • v0.6.0-rc0 Changes

    April 11, 2017

    โž• Added

    • ๐Ÿ”Œ Sample distillery config and asset compilation plugin
    • Sample config/dev.exs and config/prod.exs

    ๐Ÿ”„ Changed

    • Kitto.root returns Application.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