Releases: prymitive/karma
Releases · prymitive/karma
v0.13
Two main features:
- Added polyfills for older browsers
- Allow editing existing silences
Note: this version uses yarn instead of npm for building frontend assets.
Full changelog:
- #124 chore(ui): add link icon to Alertmanager link in alert menu (@prymitive)
- #119 fix(ui): polyfill fetch() (@prymitive)
- #112 fix(ui): add polyfill for es2015+ features for older browsers (@prymitive)
- #118 chore(ui): better modal animation, based on bootstrap code (@prymitive)
- #111 chore(ui): upgrade to react-scripts 2.0 (@prymitive)
- #110 chore(api): use Go 1.11.1 on Travis CI (@prymitive)
- #107 chore(ui): migrate from npm to yarn (@prymitive)
- #95 feat(ui): allow editing exiting silences (@prymitive)
- #94 refactor(colors): move font color selection to the fronted (@prymitive)
v0.12
Minor bug fixes and tweaks.
Full changelog:
- #90 fix(cors): change Access-Control-Allow-Origin validation to work in dev (@prymitive)
- #89 fix(travis): use correct 'sudo' value (@prymitive)
- #88 fix(heroku): use absolute path for heroku command on travis (@prymitive)
- #83 Update @sentry/browser in group default to the latest version 🚀 (@Greenkeeper[bot])
- #86 fix(tests): golangci-lint depends on populated vendor folder (@prymitive)
- #82 fix(ui): don't let multiple exceptions set multiple timers (@prymitive)
- #79 Update mobx in group default to the latest version 🚀 (@Greenkeeper[bot])
- #76 feat(ci): lint commit messages on Travis (@prymitive)
- #74 chore(renovate): tweak commit message format (@prymitive)
- #73 Update react-transition-group in group default to the latest version 🚀 (@Greenkeeper[bot])
- #71 Update react-moment in group default to the latest version 🚀 (@prymitive, @Greenkeeper[bot])
- #66 Update @sentry/browser in group default to the latest version 🚀 (@Greenkeeper[bot])
- #68 chore(ci): use nvmrc & npmrc to set nodejs/npm version/options (@prymitive)
- #64 chore(api): update Go dependencies (@prymitive)
- #63 feat(tests): strict validation for props (@prymitive)
- #59 Configure Renovate (@renovate-bot)
- #60 build(deps): bump github.com/spf13/viper from 1.1.0 to 1.2.0 (@dependabot-bot)
- #58 chore(ui): replace node-sass-chokidar with node-sass (@prymitive)
- #57 fix(ui): switch to fade animation on navbar, hook to correct show event (@prymitive)
- #56 fix(ui): better navbar hiding when idle (@prymitive)
v0.11
Breaking changes:
--config.dir
was dropped and--config.file
now takes a full path to the configuration fileENTRYPOINT
is now used instead ofCMD
in docker
Full changelog:
- #55 feat(ui): animate navbar show/hide (@prymitive)
- #54 fix(travis): remove greenkeeper-lockfile token leftover (@prymitive)
- #53 feat(ci): deploy to heroku on every merge to master (@prymitive)
- #52 feat(ui): animate modals and dropdowns (@prymitive)
- #50 Update react-autosuggest in group default to the latest version 🚀 (@Greenkeeper[bot])
- #51 Update @sentry/browser in group default to the latest version 🚀 (@Greenkeeper[bot])
- #49 feat(sentry): bundle raw UI source files for sentry (@prymitive)
- #48 chore(tests): better sentry tests with real package instead of a mock (@prymitive)
- #47 Update @sentry/browser in group default to the latest version 🚀 (@Greenkeeper[bot])
- #46 feat(ui): pause fetching when alert/group menu is open (@prymitive)
- #45 refactor(ui): prevent concurrent fetches (@prymitive)
- #43 feat(demo): add more demo alerts (@prymitive)
- #41 Update mobx in group default to the latest version 🚀 (@Greenkeeper[bot])
- #42 feat(sentry): add ErrorBoundary to capture exceptions (@prymitive)
- #40 Update react in group default to the latest version 🚀 (@Greenkeeper[bot])
- #39 fix(ui): silence ID link doesn't point to the right URI (@prymitive)
- #38 feat(ui): colo fetch indicator with text-success when response is bei… (@prymitive)
- #37 feat(ui): hide navbar after 3 minutes with no activity (@prymitive)
- #36 chore(ui): make link annotations look more like links and less like l… (@prymitive)
- #35 feat(ui): reload app on version change (@prymitive)
- #34 fix(ui): sort alert groups by id before slicing (@prymitive)
- #33 Revert "chore(ui): use transform positioning for grid elements" (@prymitive)
- #30 fix(config): use correct variable name for --config.file (@prymitive)
- #29 Revert "chore(ui): avoid full grid repack on new alerts" (@prymitive)
- #27 Greenkeeper/default/jest date mock 1.0.5 (@Greenkeeper[bot])
- #28 chore(config): simplify configuration flags (@prymitive)
- #26 fix(ui): always pass credentials with fetch() (@prymitive)
- #25 chore(docker): use ENTRYPOINT instead of CMD in docker (@prymitive)
v0.10
This release includes the Go backend from cloudflare/unsee and React UI written from scratch.
New UI aims to be cleaner and more feature rich so it required some changes in the backend API.
v0.10-rc.2
Merge pull request #7 from prymitive/rc-fixes Collection of small fixes found via live generator (included)
v0.10-rc.1
Merge pull request #5 from prymitive/favicon chore(ui): replace favicon after project rename