Merge pull request #522 from Sammy-T/login-menu
Login menu scaling
Merge pull request #526 from MaxFork/master
Adding translation file fa-IR
Merge pull request #516 from meirroth/master
Fix favicon paths
Merge pull request #504 from gnarlex/fix-domain-regex
Fix: Domain name regex accepts protocols on non-localhost domains
Allow ports in non-localhost domain names
Refs: 22ca617
Ports in domain names
Accept port numbers on all domain names, not just `localhost`. Deny leading zeros in port numbers.
Protocol accepted in domain name
Add missing brackets to the regex. Before, the caret and dollar sign symbols were not applied to the whole string but to either side of the `|` symbol.
Merge pull request #490 from ruibaby/fix/page-content-jitter
fix: the page content jitters when the page jumps.
Merge pull request #496 from gnarlex/fix-event-details
fix: event table fails to render in detail view
Merge pull request #497 from ****************
fix(deps): add prop-types dependency
Merge pull request #499 from gnarlex/fix-style-issues
Fix "No data available" display issues
Merge pull request #1 from mikecao/master
Update from root repo
"no data" caption not considered in height calculations
Change `NoData` container position to `relative`. Otherwise it won't be considered in `auto` height calculations by browsers. Also change the way `NoData` cont...
"no data" caption not rendered
Change styling of `DataTable` to make `NoData` visible again. Refs #498
Add prop-types dependency
Forgot to do this in the referenced PR. Refs #481
Event table fails to render in detail view
The `EventsTable` component failed to render in the detail view, because the `onDataLoad` property is called but none was provided. See the issue for details. ...
Merge pull request #486 from gnarlex/unknown-count
Add 'Unknown' label to metrics tables
Merge pull request #489 from ****************
Improve simplified chinese translation
Merge pull request #491 from gnarlex/fix-domain-regex
Fix: domain regex accepting invalid domains
Domain regex accepting invalid domains
Change the domain regex to match the whole string. Before, the regex would accept a string if it contained a valid domain at any point.
Like what you see shipping?
Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.