author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9
values | license stringclasses 2
values | repo stringclasses 119
values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129
values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
504,050 | 24.07.2019 23:37:20 | -10,800 | 937d2d764a449e31276f1291fc528ff7ed625106 | fix(Donut Chart): Add fixed point notation into percentage donut charts
donut chart rounds up the title which might lead to a falsy 100% | [
{
"change_type": "MODIFY",
"diff": "@@ -9,20 +9,27 @@ import { getComposer } from './ChartConstants';\nconst { pfSetDonutChartTitle } = patternfly;\nconst colIndexOfMaxValue = columns => columns.reduce((iMax, x, i, arr) => (x[1] > arr[iMax][1] ? i : iMax), 0);\n+const truncateNum = (num, precision) => {\n+ ... | TypeScript | MIT License | patternfly/patternfly-react | fix(Donut Chart): Add fixed point notation into percentage donut charts (#2375)
donut chart rounds up the title which might lead to a falsy 100% | 1 | fix | Donut Chart |
713,841 | 24.07.2019 23:54:48 | -7,200 | 68f31c334f79b08125af6e2cb916b80de783f6ab | chore: add CircleCI status badge | [
{
"change_type": "MODIFY",
"diff": "# Verdaccio Monorepo\n+[](https://circleci.com/gh/verdaccio/monorepo/tree/master)\n+\nThis monorepo contains the all the packages that composes the Verdaccio architecture, except [Verdaccio](... | TypeScript | MIT License | verdaccio/monorepo | chore: add CircleCI status badge | 1 | chore | null |
713,841 | 24.07.2019 23:56:31 | -7,200 | 047dbea75ef500f792618d6c3b9e5bd4fa9e880f | chore: use default instead of specify a branch in CircleCI badge | [
{
"change_type": "MODIFY",
"diff": "# Verdaccio Monorepo\n-[](https://circleci.com/gh/verdaccio/monorepo/tree/master)\n+[](https://circleci.com/gh/verdaccio/m... | TypeScript | MIT License | verdaccio/monorepo | chore: use default instead of specify a branch in CircleCI badge | 1 | chore | null |
67,476 | 25.07.2019 02:11:26 | -7,200 | 32793546df688c63847b724e02793674ee3ef767 | fix(start-task): fix strategy mapping | [
{
"change_type": "MODIFY",
"diff": "@@ -158,10 +158,10 @@ export const StartTask = class $StartTask implements IStartTask {\nif (this._task === void 0) {\nswitch (this.type) {\ncase TaskType.with:\n- this._task = new TerminalTask(this.promiseOrTask);\n+ this._task = new ProviderTask(this.container, this.key... | TypeScript | MIT License | aurelia/aurelia | fix(start-task): fix strategy mapping | 1 | fix | start-task |
217,922 | 25.07.2019 02:16:07 | -7,200 | 6987611648ffcc405b767ade4e2f347c102d9bad | feat: complete revamp of the sidebar menu | [
{
"change_type": "MODIFY",
"diff": "<i nz-icon type=\"close\" (click)=\"$event.stopPropagation();deleteNotification(notification)\"></i>\n</ng-template>\n<ng-template #actionOpen>\n- <a [routerLink]=\"notification.route\" (click)=\"$event.stopPropagation();deleteNotification(notification)\">\n+ <a [routerLi... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: complete revamp of the sidebar menu | 1 | feat | null |
679,913 | 25.07.2019 02:19:32 | -3,600 | 6d246f86cc0ae0a1ed9d867269b9ba8d565a22c4 | build: update lerna version | [
{
"change_type": "MODIFY",
"diff": "\"benchmark\": \"^2.1.4\",\n\"file-loader\": \"^4.0.0\",\n\"gzip-size\": \"^5.1.0\",\n- \"lerna\": \"^3.15.0\",\n+ \"lerna\": \"^3.16.4\",\n\"mocha\": \"^6.1.4\",\n\"nyc\": \"^14.0.0\",\n\"parcel-bundler\": \"^1.12.3\",\n",
"new_path": "package.json",
"old_path": ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: update lerna version | 1 | build | null |
679,913 | 25.07.2019 02:22:35 | -3,600 | eae671e8a5a997684fa2a6889ca18c1179f727b2 | fix(color): update factory fn args for mem-mapped colors
add support for opt offset/stride (was already supported by class ctors)
update shared `ensureArgs()` helper | [
{
"change_type": "MODIFY",
"diff": "@@ -3,10 +3,10 @@ import { Color, ColorMode } from \"./api\";\nimport { AColor } from \"./internal/acolor\";\nimport { ensureArgs } from \"./internal/ensure-args\";\n-export function hcya(col: Color): HCYA;\n+export function hcya(col: Color, offset?: number, stride?: numb... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(color): update factory fn args for mem-mapped colors
- add support for opt offset/stride (was already supported by class ctors)
- update shared `ensureArgs()` helper | 1 | fix | color |
71,663 | 25.07.2019 05:25:14 | 25,200 | eaf8aa631b1abbe558846914c76d0c31e7b1c7de | docs(stepfunctions-tasks): clarify that ITaskDefinition cannot be used in RunEcsEc2Task.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,10 @@ export interface CommonEcsRunTaskProps {\nreadonly cluster: ecs.ICluster;\n/**\n- * Task Definition used for running tasks in the service\n+ * Task Definition used for running tasks in the service.\n+ *\n+ * Note: this must be TaskDefinition, and not IT... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(stepfunctions-tasks): clarify that ITaskDefinition cannot be used in RunEcsEc2Task. (#3425)
Fixes #2948 | 1 | docs | stepfunctions-tasks |
902,122 | 25.07.2019 06:23:18 | 0 | afaafcb38aba798c09e1db284aaab5e155a62a6f | chore(release): v5.8.8 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.8.8](https://github.com/kikobeats/browserless/compare/v5.8.7...v5.8.8) (2019-07-25)\n+\n+\n+### Bug Fixes\n+\n+... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.8.8 | 1 | chore | release |
711,597 | 25.07.2019 10:02:31 | -7,200 | 7e7218095797696cb6c9447395da6c272e52e0b3 | chore: Publish v0.1.2-beta.9 | [
{
"change_type": "MODIFY",
"diff": "+## <small>0.1.2-beta.9 (2019-07-25)</small>\n+\n+\n+#### Features\n+\n+* **core** Make request pipeline compatible with REST requests ([42aa5fb](https://github.com/vendure-ecommerce/vendure/commit/42aa5fb))\n+* **core** Rewrite plugin system to use Nest modules ([7ec309b... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Publish v0.1.2-beta.9 | 1 | chore | null |
713,854 | 25.07.2019 10:32:44 | -7,200 | 5f61009ae66d11209f42934d2ce10f8d18031f22 | feat: merge changes from 5.x | [
{
"change_type": "MODIFY",
"diff": "@@ -447,12 +447,21 @@ type StringValue = string | void | null;\nlogger: Logger\n}\n+ type AllowAccess = {\n+ name: string;\n+ version?: string;\n+ }\n+\ninterface IPluginAuth<T> extends IPlugin<T> {\nauthenticate(user: string, password: string, cb: Callback): void;\naddus... | TypeScript | MIT License | verdaccio/monorepo | feat: merge changes from 5.x | 1 | feat | null |
67,474 | 25.07.2019 10:43:45 | -36,000 | be014132853dce826c7d05a695c7b4d01e73edd5 | fix(plugin-gulp): fix html pair checking in plugin-gulp
It's caused by vinyl file.relative is not relative to current working dir. | [
{
"change_type": "MODIFY",
"diff": "import { preprocess } from '@aurelia/plugin-conventions';\nimport { assert } from '@aurelia/testing';\n+import * as path from 'path';\ndescribe('preprocess', function () {\nit('transforms html file', function () {\n@@ -44,14 +45,14 @@ export function getHTMLOnlyElement():... | TypeScript | MIT License | aurelia/aurelia | fix(plugin-gulp): fix html pair checking in plugin-gulp
It's caused by vinyl file.relative is not relative to current working dir. | 1 | fix | plugin-gulp |
711,597 | 25.07.2019 11:04:07 | -7,200 | a05c7fb557b3f627b9b9fba03c90e2e03ddb7284 | feat(docs): Add Slack link to footer | [
{
"change_type": "MODIFY",
"diff": "<li><a href=\"https://github.com/vendure-ecommerce/vendure\">GitHub</a></li>\n<li><a href=\"https://www.npmjs.com/~vendure\">npm</a></li>\n<li><a href=\"https://twitter.com/vendure_io\">Twitter</a></li>\n+ <li><a href=\"https://join.slack.com/t/vendure-ecommerce/shared_in... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(docs): Add Slack link to footer | 1 | feat | docs |
401,147 | 25.07.2019 11:35:51 | -19,080 | 130f84f484c9c642f59a36f738f916c6b06fc543 | fix: fixed issue of the FieldWithLabel component when label is not present
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,8 @@ exports[`Checkbox component should render correctly with all the default props 1\ndisplay: inline-grid;\ngrid-template-columns: max-content auto;\ngrid-template-areas: 'field label' 'description random';\n+ grid-template-columns: auto;\n+ grid-template-a... | TypeScript | MIT License | medly/medly-components | fix: fixed issue of the FieldWithLabel component when label is not present
affects: @medly-components/core | 1 | fix | null |
127,975 | 25.07.2019 12:02:06 | -10,800 | f8dd57ac864254373474c46fbe1d483aaa4a52e8 | feat: add Sportsbet Shield svg | [
{
"change_type": "ADD",
"diff": "+<svg width=\"48\" height=\"56\" viewBox=\"0 0 48 56\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n+ <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M47.5951 6.99125C47.5764 6.61634 47.3218 6.29757 46.9661 6.20082L24.213 0.0285075C24.0704 -0.00950251 23.9185 -... | TypeScript | MIT License | coingaming/moon-design | feat: add Sportsbet Shield svg | 1 | feat | null |
266,135 | 25.07.2019 12:19:47 | 25,200 | 0032e84f5046de72a17eb76df095744683073b75 | feat: added utils for running probot apps in gcf | [
{
"change_type": "ADD",
"diff": "+{\n+ \"name\": \"gcf-utils\",\n+ \"version\": \"0.1.0\",\n+ \"description\": \"An extension for running Probot in Google Cloud Functions\",\n+ \"scripts\": {\n+ \"compile\": \"tsc -p .\",\n+ \"prepare\": \"npm run compile\",\n+ \"pretest\": \"npm run compile\",\n+ \"test\":... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | feat: added utils for running probot apps in gcf (#2) | 1 | feat | null |
791,704 | 25.07.2019 12:25:05 | 25,200 | 9cbfa47ad0bf02577ba357c7dbe36cdd6059ebbd | core: add source-maps gatherer | [
{
"change_type": "MODIFY",
"diff": "@@ -476,7 +476,7 @@ class Driver {\nconst contextId = options.useIsolation ? await this._getOrCreateIsolatedContextId() : undefined;\ntry {\n- // `await` is not redunant here because we want to `catch` the async errors\n+ // `await` is not redundant here because we want t... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: add source-maps gatherer (#9101) | 1 | core | null |
438,921 | 25.07.2019 12:36:22 | -32,400 | b97558c7c2a1aeefd220ad0097ac1dd565828379 | fix(chart): Correct the order to set '$' node values
Change the order to get primary node elements to be accessible during
onrendered callbacks
Update jsdoc description to be exposed on navbar
rename insternal .getChartElements() to .setChartElements()
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,23 @@ import CLASS from \"../../src/config/classes\";7\ndescribe(\"Interface & initialization\", () => {\nlet chart;\n+ describe(\"Initialization\", () => {\n+ const checkElements = $ => {\n+ const isD3Node = v => v && \"node\" in v || false;\n+\n+ Object.val... | TypeScript | MIT License | naver/billboard.js | fix(chart): Correct the order to set '$' node values
- Change the order to get primary node elements to be accessible during
onrendered callbacks
- Update jsdoc description to be exposed on navbar
- rename insternal .getChartElements() to .setChartElements()
Fix #994 | 1 | fix | chart |
401,147 | 25.07.2019 12:53:40 | -19,080 | caa5e8955bba932b7ac5c0eb6edce67af516ad49 | refactor: refactored FieldWithLabel component sizes
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -34,7 +34,7 @@ exports[`CheckboxGroup component should render correctly with all the default pr\n.c0 {\nmargin: 8px 0px;\ndisplay: grid;\n- grid-template-columns: 20% 80%;\n+ grid-template-columns: minmax(max-content,20%) minmax(max-content,80%);\ngrid-template-areas: ... | TypeScript | MIT License | medly/medly-components | refactor: refactored FieldWithLabel component sizes
affects: @medly-components/core | 1 | refactor | null |
104,818 | 25.07.2019 12:55:41 | 21,600 | fc2098baf89dc5caed55f9490a1ad5a7ad3ca851 | test(timezone): set the timezone for my jests! | [
{
"change_type": "MODIFY",
"diff": "@@ -26,3 +26,14 @@ window.SVGPathElement = SVGPathElement;\nimport sizeMe from 'react-sizeme';\nsizeMe.noPlaceholders = true;\n+\n+// Force the timezone to be the same everywhere\n+const moment = require.requireActual('moment-timezone');\n+moment.fn.local = moment.fn.utc;... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(timezone): set the timezone for my jests! | 1 | test | timezone |
447,460 | 25.07.2019 13:17:54 | 14,400 | 88ad84823c59ea455ab4c2d11bc55ae76f50f7b2 | fix: fix error when changing options list | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,10 @@ class RadioButtonGroup extends Component {\n}\ncomponentDidUpdate(prevProps) {\n+ if (prevProps.options !== this.props.options) {\n+ this.updateRefs();\n+ }\n+\nif (prevProps.value !== this.props.value) {\nthis.updateMarker();\n}\n@@ -91,7 +95,7 @@ clas... | JavaScript | MIT License | nexxtway/react-rainbow | fix: fix error when changing options list (#855) | 1 | fix | null |
603,467 | 25.07.2019 13:27:25 | -3,600 | 8461d1842436ca36da0010f7cbeb5ad7aeaaf257 | docs(website): Improved the homepage | [
{
"change_type": "MODIFY",
"diff": "-<h1>Reference</h1>\n+<h1>API Reference</h1>\n<div class=\"identifiers-wrap\">\n<div>\n",
"new_path": "documentation/esdoc-template/src/identifiers.html",
"old_path": "documentation/esdoc-template/src/identifiers.html"
},
{
"change_type": "MODIFY",
"di... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(website): Improved the homepage | 1 | docs | website |
127,946 | 25.07.2019 13:55:16 | -10,800 | 50d99e78896d9e33e3e54455566a16f716b7b84e | chore: update btc icon | [
{
"change_type": "MODIFY",
"diff": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n-<svg width=\"14px\" height=\"20px\" viewBox=\"0 0 14 20\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n- <!-- Generator: Sketch 53 (72520) - https://sketchapp.com -->\n- <t... | TypeScript | MIT License | coingaming/moon-design | chore: update btc icon | 1 | chore | null |
815,577 | 25.07.2019 13:58:33 | -28,800 | 14bd7e60d705fae7c74248aa9852e794dd720788 | chore: rebase dev | [
{
"change_type": "MODIFY",
"diff": "@@ -55,7 +55,7 @@ where\n.shared()\n.n_sync_started()\n.fetch_sub(1, Ordering::Release);\n- } else if let Err(err) = self.nc.disconnect(self.peer) {\n+ } else if let Err(err) = self.nc.disconnect(self.peer, \"outbound in ibd\") {\ndebug!(\"synchronizer disconnect error: {... | Rust | MIT License | nervosnetwork/ckb | chore: rebase dev | 1 | chore | null |
266,135 | 25.07.2019 14:05:33 | 25,200 | 4cefc779fece7cd9751e81d51f7fdab60015bdc0 | chore(gcf-utils): Removed dead code | [
{
"change_type": "MODIFY",
"diff": "@@ -31,10 +31,6 @@ export class GCFBootstrapper {\nthis.probot = createProbot(cfg);\n}\n- if (typeof appFn === 'string') {\n- appFn = resolve(appFn)\n- }\n-\nthis.probot.load(appFn)\nreturn this.probot\n",
"new_path": "packages/gcf-utils/src/gcf-utils.ts",
"old_pa... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | chore(gcf-utils): Removed dead code (#7) | 1 | chore | gcf-utils |
942,601 | 25.07.2019 14:31:20 | 14,400 | fbe2753b41e5ff02e3dcc2967c336acab3368cc6 | feat(tooltip): add missing font | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\nimport styled from 'react-emotion';\n-import {colors, spacing} from '@workday/canvas-kit-react-core';\n+import {colors, spacing, type} from '@workday/canvas-kit-react-core';\nimport {TransformOrigin, getTranslateFromOrigin} from '@workday/... | TypeScript | Apache License 2.0 | workday/canvas-kit | feat(tooltip): add missing font | 1 | feat | tooltip |
713,841 | 25.07.2019 14:42:22 | -7,200 | 3aeff338a095be37d3a12ddfd58b2c1df92c39e5 | chore(streams): update to use sibling package | [
{
"change_type": "MODIFY",
"diff": "\"devDependencies\": {\n\"@verdaccio/babel-preset\": \"^2.0.0\",\n\"@verdaccio/eslint-config\": \"^2.0.0\",\n- \"@verdaccio/types\": \"^5.0.2\"\n+ \"@verdaccio/types\": \"^7.0.0\"\n},\n\"scripts\": {\n\"build\": \"npm run build:types && npm run build:js\",\n",
"new_pa... | TypeScript | MIT License | verdaccio/monorepo | chore(streams): update @verdaccio/types to use sibling package | 1 | chore | streams |
713,841 | 25.07.2019 14:42:56 | -7,200 | f6ff2f42e2c91bd6dfd6815d6562d98dcefd683e | chore(file-locking): update to use sibling package | [
{
"change_type": "MODIFY",
"diff": "\"devDependencies\": {\n\"@verdaccio/babel-preset\": \"^2.0.0\",\n\"@verdaccio/eslint-config\": \"^2.0.0\",\n- \"@verdaccio/types\": \"^5.3.0\"\n+ \"@verdaccio/types\": \"^7.0.0\"\n},\n\"scripts\": {\n\"build\": \"npm run build:types && npm run build:js\",\n",
"new_pa... | TypeScript | MIT License | verdaccio/monorepo | chore(file-locking): update @verdaccio/types to use sibling package | 1 | chore | file-locking |
713,841 | 25.07.2019 14:43:22 | -7,200 | 6e7dc1b8289e5ccfb735db2c60c11ec68f0a94d7 | chore(readme): update to use sibling package | [
{
"change_type": "MODIFY",
"diff": "\"devDependencies\": {\n\"@verdaccio/babel-preset\": \"^2.0.0\",\n\"@verdaccio/eslint-config\": \"^2.0.0\",\n- \"@verdaccio/types\": \"^6.0.2\"\n+ \"@verdaccio/types\": \"^7.0.0\"\n},\n\"scripts\": {\n\"build\": \"npm run build:types && npm run build:js\",\n",
"new_pa... | TypeScript | MIT License | verdaccio/monorepo | chore(readme): update @verdaccio/types to use sibling package | 1 | chore | readme |
711,597 | 25.07.2019 14:59:45 | -7,200 | 663fbd81205325aff3a5baa9310f592567779d9d | fix(core): Fix incorrect import paths | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ import {\nLocalizedString,\nStringCustomFieldConfig as GraphQLStringCustomFieldConfig,\n} from '@vendure/common/lib/generated-types';\n-import { CustomFieldsObject, CustomFieldType } from '@vendure/common/src/shared-types';\n+import { CustomFieldsObject, C... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix incorrect import paths | 1 | fix | core |
306,423 | 25.07.2019 15:06:11 | -7,200 | f478b988f8cd91531d7ca252dc98eb1875de986a | feat(button): add template hooks for before/after default slot | [
{
"change_type": "MODIFY",
"diff": "@@ -22,13 +22,25 @@ export class LionButton extends DelegateMixin(SlotMixin(LionLitElement)) {\nrender() {\nreturn html`\n<div class=\"btn\">\n+ ${this._renderBefore()}\n<slot></slot>\n+ ${this._renderAfter()}\n<slot name=\"_button\"></slot>\n<div class=\"click-area\" @cl... | JavaScript | MIT License | ing-bank/lion | feat(button): add template hooks for before/after default slot | 1 | feat | button |
306,423 | 25.07.2019 15:06:41 | -7,200 | d4299dec71227404f890dda8d796494fd06f2013 | feat(button): reduce to minimal css | [
{
"change_type": "MODIFY",
"diff": "@@ -48,22 +48,20 @@ export class LionButton extends DelegateMixin(SlotMixin(LionLitElement)) {\ndisplay: inline-block;\npadding-top: 2px;\npadding-bottom: 2px;\n- height: 40px; /* src = https://www.smashingmagazine.com/2012/02/finger-friendly-design-ideal-mobile-touchscre... | JavaScript | MIT License | ing-bank/lion | feat(button): reduce to minimal css | 1 | feat | button |
306,423 | 25.07.2019 15:07:01 | -7,200 | 1d4378edb77b0fdeb0bd5c8e385c6f216075b207 | fix(button): typo in package description | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@lion/button\",\n\"version\": \"0.1.48\",\n- \"description\": \"A button that is easily stylable and accessible in all contexts\",\n+ \"description\": \"A button that is easily styleable and accessible in all contexts\",\n\"author\": \"ing-bank\",\n\"homepa... | JavaScript | MIT License | ing-bank/lion | fix(button): typo in package description | 1 | fix | button |
713,841 | 25.07.2019 15:07:51 | 0 | c229531ccadb2fe54b7865d4e1ab3d7b42e5f53b | chore: create a VSCode Remote Development environment | [
{
"change_type": "ADD",
"diff": "+{\n+ \"name\": \"Node.js (latest)\",\n+ \"image\": \"node:latest\",\n+\n+ \"runArgs\": [ \"-v\", \"${env:HOME}${env:USERPROFILE}/.ssh:/root/.ssh-localhost:ro\" ],\n+\n+ \"settings\": {\n+ \"editor.rulers\": [80, 120],\n+ \"files.insertFinalNewline\": true,\n+ \"files.trimFi... | TypeScript | MIT License | verdaccio/monorepo | chore: create a VSCode Remote Development environment | 1 | chore | null |
679,913 | 25.07.2019 15:38:47 | -3,600 | 4c975b21a75de7b13e149e3164f177422ad2fef3 | feat(color): add PD int ops, clamp existing `porterDuff()`
add premultiplyInt / postmultiplyInt | [
{
"change_type": "MODIFY",
"diff": "import { Fn2, Fn3 } from \"@thi.ng/api\";\nimport { setC4, setN4 } from \"@thi.ng/vectors\";\nimport { Color, ReadonlyColor } from \"./api\";\n-import { postmultiply, premultiply } from \"./premultiply\";\n+import {\n+ postmultiply,\n+ postmultiplyInt,\n+ premultiply,\n+ ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(color): (#106) add PD int ops, clamp existing `porterDuff()`
- add premultiplyInt / postmultiplyInt | 1 | feat | color |
679,913 | 25.07.2019 15:47:27 | -3,600 | e068f46fe66e4055b4ad9e2322d1c6befd51b0e9 | feat(pixel): add IBlend interface/impls, refactor IBlit
add BlitOpts, update .blit() args
add IBlend impls for ABGRBuffer, ARGBBuffer, RGBAFloatBuffer
update blit1(), blitStrided()
add blendInt(), blendFloat() | [
{
"change_type": "MODIFY",
"diff": "import { IObjectOf } from \"@thi.ng/api\";\nimport { lane8, Lane8, setLane8 } from \"@thi.ng/binary\";\nimport {\n+ BlendFnInt,\n+ BlitOpts,\nChannel,\n+ IBlend,\nIBlit,\nIColorChannel,\nIGrayscale,\n@@ -12,6 +15,7 @@ import { imageCanvas } from \"./canvas\";\nimport { Ui... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pixel): (#106) add IBlend interface/impls, refactor IBlit
- add BlitOpts, update .blit() args
- add IBlend impls for ABGRBuffer, ARGBBuffer, RGBAFloatBuffer
- update blit1(), blitStrided()
- add blendInt(), blendFloat() | 1 | feat | pixel |
504,026 | 25.07.2019 15:53:29 | 14,400 | 9e9b48e3bcee5e3aff1666e9bc8401f69c272f4b | fix(chart): ensure dynamic chart size is never less than zero
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -551,12 +551,14 @@ export const ChartDonutThreshold: React.FunctionComponent<ChartDonutThresholdPro\nchildProps.themeVariant || themeVariant);\nconst legendPos = childProps.legendPosition || legendPosition;\nconst subTitlePos = childProps.subTitlePosition || subTitlePo... | TypeScript | MIT License | patternfly/patternfly-react | fix(chart): ensure dynamic chart size is never less than zero (#2590)
Fixes https://github.com/patternfly/patternfly-react/issues/2587 | 1 | fix | chart |
503,965 | 25.07.2019 15:54:55 | 14,400 | 7a9f24dd0da8d1f785058953cc964774d1a54ea8 | fix(docs): make name column not wrap | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,7 @@ export const PropsTable = ({ caption, propList }) => (\n{propList &&\npropList.map(prop => (\n<tr key={prop.name}>\n- <td>{prop.name}</td>\n+ <td className=\"pf-m-fit-content\">{prop.name}</td>\n<td>{renderType(prop)}</td>\n<td className=\"pf-c-table__ic... | TypeScript | MIT License | patternfly/patternfly-react | fix(docs): make name column not wrap (#2583) | 1 | fix | docs |
503,965 | 25.07.2019 15:57:31 | 14,400 | bb289de1e7ab95509264421ba25c08416e1b8ecc | fix(quarkster): add curl command after release | [
{
"change_type": "MODIFY",
"diff": "@@ -33,6 +33,15 @@ then\nJSON=\"{\\\"body\\\":\\\"Your changes have been released in: ${COMMENT}Thanks for your contribution! :tada:\\\"}\"\necho \"Adding github PR comment ${GITHUB_PR_COMMENTS} ${JSON}\"\ncurl -H \"Authorization: token ${GH_PR_TOKEN}\" --request POST \"$... | TypeScript | MIT License | patternfly/patternfly-react | fix(quarkster): add curl command after release (#2547) | 1 | fix | quarkster |
306,423 | 25.07.2019 16:00:29 | -7,200 | 0d64792ff514df9fc2e401898c7470fdd8fd2273 | fix(core): add DisabledMixin to manage disabled | [
{
"change_type": "MODIFY",
"diff": "@@ -51,3 +51,4 @@ export { DelegateMixin } from './src/DelegateMixin.js';\nexport { DomHelpersMixin } from './src/DomHelpersMixin.js';\nexport { LionSingleton } from './src/LionSingleton.js';\nexport { SlotMixin } from './src/SlotMixin.js';\n+export { DisabledMixin } from... | JavaScript | MIT License | ing-bank/lion | fix(core): add DisabledMixin to manage disabled | 1 | fix | core |
306,423 | 25.07.2019 16:00:51 | -7,200 | e5b174e7b9720814297375232d50ce96be6c0837 | fix(core): add DisabledWithTabIndexMixin to manage disabled and tabindex | [
{
"change_type": "MODIFY",
"diff": "@@ -52,3 +52,4 @@ export { DomHelpersMixin } from './src/DomHelpersMixin.js';\nexport { LionSingleton } from './src/LionSingleton.js';\nexport { SlotMixin } from './src/SlotMixin.js';\nexport { DisabledMixin } from './src/DisabledMixin.js';\n+export { DisabledWithTabIndex... | JavaScript | MIT License | ing-bank/lion | fix(core): add DisabledWithTabIndexMixin to manage disabled and tabindex | 1 | fix | core |
306,423 | 25.07.2019 16:01:13 | -7,200 | 732411cab2ea3d4e54e887c065437cda79908557 | feat(button): use DisabledWithTabIndexMixin | [
{
"change_type": "MODIFY",
"diff": "-import { css, html, DelegateMixin, SlotMixin } from '@lion/core';\n+import { css, html, DelegateMixin, SlotMixin, DisabledWithTabIndexMixin } from '@lion/core';\nimport { LionLitElement } from '@lion/core/src/LionLitElement.js';\n-export class LionButton extends Delegate... | JavaScript | MIT License | ing-bank/lion | feat(button): use DisabledWithTabIndexMixin | 1 | feat | button |
104,857 | 25.07.2019 16:06:15 | 10,800 | a7260c108d5da079f9d35e0aae8936c94c87b60e | feat(tablecard): updates on the columns id | [
{
"change_type": "MODIFY",
"diff": "@@ -169,6 +169,8 @@ const TableCard = ({\nconst columnsToRender = columns\n.map(i => ({\n...i,\n+ id: i.dataSourceId,\n+ name: i.label,\nisSortable: true,\nwidth: i.width ? i.width : size === CARD_SIZES.TALL ? '150px' : '', // force the text wrap\nfilter: i.filter ? i.fil... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(tablecard): updates on the columns id | 1 | feat | tablecard |
104,857 | 25.07.2019 16:11:17 | 10,800 | e9d52d259f1ff72195d26287631a06e8148352fe | fix(expandedrow): expandedRow design update | [
{
"change_type": "MODIFY",
"diff": "@@ -95,9 +95,11 @@ const StyledStatefulTable = styled(({ showHeader, ...rest }) => <StatefulTable {\nconst StyledExpandedRowContent = styled.div`\npadding-left: 35px;\npadding-bottom: 15px;\n- padding-top: 15px;\n- h3 {\n- margin-bottom: 20px;\n+ padding-top: 16px;\n+ p {... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(expandedrow): expandedRow design update | 1 | fix | expandedrow |
531,793 | 25.07.2019 16:27:42 | -3,600 | 42a9998f14b7dc7d6f9bc1633e4f6755c69dec67 | feat(ui): lazy render alert group content
This is to avoid rendering lots of expensive components while they're not in the viewport.
Should provide some performance improvements when there's plenty of alerts. | [
{
"change_type": "MODIFY",
"diff": "\"prop-types\": \"^15.6.2\"\n}\n},\n+ \"react-lazily-render\": {\n+ \"version\": \"1.2.0\",\n+ \"resolved\": \"https://registry.npmjs.org/react-lazily-render/-/react-lazily-render-1.2.0.tgz\",\n+ \"integrity\": \"sha512-7G3w4m187V1VXs2LmF5e++ZPj3BqZ0lSsD63Tnz1L+MqsPCW55qq... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ui): lazy render alert group content
This is to avoid rendering lots of expensive components while they're not in the viewport.
Should provide some performance improvements when there's plenty of alerts. | 1 | feat | ui |
679,913 | 25.07.2019 16:52:48 | -3,600 | 30886466c93686a3261f9f280844d26a8cfdaa25 | feat(pixel): add Uint16Buffer, update IColorChannel, add Channel.GRAY | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,8 @@ import {\nIColorChannel,\nIGrayscale,\nIInvert,\n- IPixelBuffer\n+ IPixelBuffer,\n+ RGBAChannel\n} from \"./api\";\nimport { imageCanvas } from \"./canvas\";\nimport { Uint8Buffer } from \"./uint8\";\n@@ -37,7 +38,7 @@ export class ABGRBuffer\nIPixelBuffer... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pixel): (#106) add Uint16Buffer, update IColorChannel, add Channel.GRAY | 1 | feat | pixel |
104,927 | 25.07.2019 17:01:07 | -3,600 | 59c5d79ef34f9985c43e11e0a276bc838e517bba | chore: release 2.12.1 | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@carbon/vue\",\n\"description\": \"A collection of components for the Carbon Design System built using Vue.js\",\n- \"version\": \"2.12.0\",\n+ \"version\": \"2.12.1\",\n\"license\": \"Apache-2.0\",\n\"repository\": {\n\"type\": \"git\",\n",
"new_path":... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-components-vue | chore: release 2.12.1
- @carbon/vue@2.12.1
- storybook@2.12.1 | 1 | chore | null |
306,484 | 25.07.2019 17:03:25 | -7,200 | e269b5d040c7f6f7abe1ddbede059a90982fccc8 | fix(button): click event fired twice in IE11 (fix | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ export class LionButton extends DisabledWithTabIndexMixin(\n<slot></slot>\n${this._renderAfter()}\n<slot name=\"_button\"></slot>\n- <div class=\"click-area\" @click=\"${this.__clickDelegationHandler}\"></div>\n+ <div class=\"click-area\"></div>\n</div>\... | JavaScript | MIT License | ing-bank/lion | fix(button): click event fired twice in IE11 (fix #179) | 1 | fix | button |
306,484 | 25.07.2019 17:04:08 | -7,200 | ee8dc3122a35809f47deb2b161af8a84c998df79 | chore(button): fix click event notation in demo | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,9 @@ storiesOf('Buttons|Button', module)\n<lion-button><lion-icon .svg=\"${bug12}\"></lion-icon>Debug</lion-button>\n<lion-button type=\"submit\">Submit</lion-button>\n<lion-button aria-label=\"Debug\"><lion-icon .svg=\"${bug12}\"></lion-icon></lion-button>\n... | JavaScript | MIT License | ing-bank/lion | chore(button): fix click event notation in demo | 1 | chore | button |
679,913 | 25.07.2019 17:12:42 | -3,600 | 5ea200ddd173c5fe96bf0ade6982541f25e59176 | feat(pixel): update canvasPixels() | [
{
"change_type": "MODIFY",
"diff": "import { isNumber } from \"@thi.ng/checks\";\n-import { CanvasContext } from \"./api\";\n+import { CanvasContext, RawPixelBuffer } from \"./api\";\n/**\n* Creates a canvas element of given size, obtains its 2D drawing\n@@ -19,22 +19,33 @@ export const canvas2d = (width: n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pixel): update canvasPixels() | 1 | feat | pixel |
471,462 | 25.07.2019 17:14:25 | 14,400 | b8211c904815cc9da63f3cc5228ee32d263f3779 | feat(create): ensure that building-rollup/webpack use the latest exports | [
{
"change_type": "MODIFY",
"diff": "\"build\": \"rimraf dist && rollup -c rollup.config.js\"\n},\n\"devDependencies\": {\n- \"@open-wc/building-rollup\": \"^0.8.3\",\n+ \"@open-wc/building-rollup\": \"^0.9.0\",\n\"rimraf\": \"^2.6.3\",\n\"rollup\": \"^1.15.4\"\n}\n",
"new_path": "packages/create/src/gen... | JavaScript | MIT License | open-wc/open-wc | feat(create): ensure that building-rollup/webpack use the latest exports | 1 | feat | create |
791,704 | 25.07.2019 17:25:32 | 25,200 | 905e976cba5f30af19507c8d4ae737391fa07c34 | misc: refactor collect-strings to use glob and work on windows | [
{
"change_type": "MODIFY",
"diff": "/* eslint-disable no-console, max-len */\nconst fs = require('fs');\n+const glob = require('glob');\nconst path = require('path');\nconst assert = require('assert');\nconst esprima = require('esprima');\n@@ -20,15 +21,14 @@ const UISTRINGS_REGEX = /UIStrings = (.|\\s)*?\\... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: refactor collect-strings to use glob and work on windows (#9406) | 1 | misc | null |
104,818 | 25.07.2019 17:32:22 | 21,600 | 2ed4c779f6da80d697f1244dd752b349e360bc57 | fix(imagecard): show placeholder in edit mode | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport styled from 'styled-components';\nimport ImageHotspots from 'react-image-hotspots';\n+import Image32 from '@carbon/icons-react/lib/image/32';\nimport { ImageCardPropTypes, CardPropTypes } from '../../constants/PropTypes';\nimport { CARD_... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(imagecard): show placeholder in edit mode | 1 | fix | imagecard |
67,476 | 25.07.2019 17:37:01 | -7,200 | 9dcd51ae726752fe7ce598527def618d5c859ba5 | chore: disable completed-docs rule | [
{
"change_type": "MODIFY",
"diff": "\"chai-vague-errors\": false,\n\"class-name\": false,\n\"comment-format\": true,\n- \"completed-docs\": {\n- \"severity\": \"warning\",\n- \"options\": \"classes\"\n- },\n+ \"completed-docs\": false,\n\"export-name\": false,\n\"function-name\": false,\n\"import-name\": tr... | TypeScript | MIT License | aurelia/aurelia | chore: disable completed-docs rule | 1 | chore | null |
67,476 | 25.07.2019 17:37:31 | -7,200 | cdb55d3a521e062580de605c90bcadb26cba44ab | refactor(jit): refactor binding command & attribute pattern to idiomatic aurelia code | [
{
"change_type": "MODIFY",
"diff": "@@ -476,57 +476,3 @@ export function attributePattern(...patternDefs: AttributePatternDefinition[]):\nreturn target as DecoratedAttributePattern<TProto, TClass>;\n} as AttributePatternDecorator;\n}\n-\n-export interface DotSeparatedAttributePattern extends IAttributePatte... | TypeScript | MIT License | aurelia/aurelia | refactor(jit): refactor binding command & attribute pattern to idiomatic aurelia code | 1 | refactor | jit |
679,913 | 25.07.2019 17:48:57 | -3,600 | bb6ba471ab97d36ee16f88023f0abb943789a341 | fix(pixel): update clampRegion(), adjust src pos if dest is outside | [
{
"change_type": "MODIFY",
"diff": "import { assert, TypedArray } from \"@thi.ng/api\";\nimport { swizzle8 } from \"@thi.ng/binary\";\n+import { clamp } from \"@thi.ng/math\";\nimport {\nBlendFnFloat,\nBlendFnInt,\n@@ -204,16 +205,18 @@ export const luminanceABGR = (c: number) =>\n255;\nexport const clampRe... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(pixel): update clampRegion(), adjust src pos if dest is outside | 1 | fix | pixel |
151,430 | 25.07.2019 18:16:17 | 25,200 | 6476a2efb8d3b01738865c1f0842a43bb719e82a | feat(simple-analytics): Add simple analytics plugin | [
{
"change_type": "ADD",
"diff": "+{\n+ \"presets\": [\n+ [\n+ \"@babel/env\", {\n+ \"modules\": false\n+ }\n+ ]\n+ ]\n+}\n",
"new_path": "packages/analytics-plugin-simple-analytics/.babelrc",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+lib\n+dist\n+.size-snapshot.json\n+node_mo... | JavaScript | MIT License | davidwells/analytics | feat(simple-analytics): Add simple analytics plugin | 1 | feat | simple-analytics |
151,430 | 25.07.2019 18:18:35 | 25,200 | 6a76d2179020141f3d059713da15bda887dfee9f | docs: add simple-analytics | [
{
"change_type": "MODIFY",
"diff": "\"dependencies\": {\n\"@reach/router\": \"^1.2.1\",\n\"analytics\": \"file:../../packages/analytics-core\",\n+ \"analytics-plugin-simple-analytics\": \"file:../../packages/analytics-plugin-simple-analytics\",\n\"analytics-plugin-customerio\": \"file:../../packages/analyti... | JavaScript | MIT License | davidwells/analytics | docs: add simple-analytics | 1 | docs | null |
67,476 | 25.07.2019 18:37:20 | -7,200 | 5b3ed88efa5f1f334e1f8bc3f56afd846144099d | refactor(renderer): cleanup renderer types and pre-bind render methods for perf | [
{
"change_type": "MODIFY",
"diff": "@@ -55,8 +55,6 @@ import {\nController,\n} from './templating/controller';\n-const slice = Array.prototype.slice;\n-\ntype DecoratableInstructionRenderer<TType extends string, TProto, TClass> = Class<TProto & Partial<IInstructionTypeClassifier<TType> & Pick<IInstructionRe... | TypeScript | MIT License | aurelia/aurelia | refactor(renderer): cleanup renderer types and pre-bind render methods for perf | 1 | refactor | renderer |
67,476 | 25.07.2019 18:42:00 | -7,200 | 6d316cceb28b0820a1b872ea6948c5e4f87f761d | fix(binding-command): export getTarget | [
{
"change_type": "MODIFY",
"diff": "import {\n+ camelCase,\nClass,\nConstructable,\nIContainer,\n@@ -16,6 +17,7 @@ import {\nimport {\nBindingSymbol,\nPlainAttributeSymbol,\n+ SymbolFlags,\n} from './semantic-model';\nexport interface IBindingCommand {\n@@ -62,3 +64,13 @@ export const BindingCommandResource... | TypeScript | MIT License | aurelia/aurelia | fix(binding-command): export getTarget | 1 | fix | binding-command |
67,476 | 25.07.2019 18:48:55 | -7,200 | c35bdbe2136bd77eaede01b8686cfb1abb5eafe4 | refactor(jit-html): cleanup binding-commands and attribute-patterns | [
{
"change_type": "RENAME",
"diff": "import {\n- BindingCommandResource,\n+ bindingCommand,\nBindingSymbol,\ngetTarget,\nIBindingCommand,\n- PlainAttributeSymbol\n+ PlainAttributeSymbol,\n} from '@aurelia/jit';\n-import { IRegistry } from '@aurelia/kernel';\nimport { BindingType, IsBindingBehavior } from '@a... | TypeScript | MIT License | aurelia/aurelia | refactor(jit-html): cleanup binding-commands and attribute-patterns | 1 | refactor | jit-html |
815,577 | 25.07.2019 18:49:23 | -28,800 | bcd39022a44efed8c0c4ee6d9dc89731f792fd39 | test: add test for in ibd message | [
{
"change_type": "MODIFY",
"diff": "@@ -251,6 +251,7 @@ fn build_specs() -> SpecMap {\nspecs.insert(\"alert_propagation\", Box::new(AlertPropagation::default()));\nspecs.insert(\"indexer_basic\", Box::new(IndexerBasic));\nspecs.insert(\"genesis_issued_cells\", Box::new(GenesisIssuedCells));\n+ specs.insert(... | Rust | MIT License | nervosnetwork/ckb | test: add test for in ibd message | 1 | test | null |
67,476 | 25.07.2019 18:50:26 | -7,200 | 3c02b19ac28cf869d74c5ccab49bc9b37b338d95 | chore(renderers): fix config registration types | [
{
"change_type": "MODIFY",
"diff": "@@ -95,16 +95,16 @@ export const DefaultResources = [\nTwoWayBindingBehaviorRegistration\n];\n-export const CallBindingRendererRegistration = CallBindingRenderer as IRegistry;\n-export const CustomAttributeRendererRegistration = CustomAttributeRenderer as IRegistry;\n-exp... | TypeScript | MIT License | aurelia/aurelia | chore(renderers): fix config registration types | 1 | chore | renderers |
471,458 | 25.07.2019 18:53:17 | -7,200 | 9ab084f7756c62bcb18b35dceb3fe07fe1c416cc | fix(create): set custom element in root of the package as entrypoint | [
{
"change_type": "MODIFY",
"diff": "@@ -13,10 +13,7 @@ const AppLitElementMixin = subclass =>\n);\n// write & rename el registration template\n- this.copyTemplate(\n- `${__dirname}/templates/_my-app.js`,\n- this.destinationPath(`src/${tagName}.js`),\n- );\n+ this.copyTemplate(`${__dirname}/templates/_my-app... | JavaScript | MIT License | open-wc/open-wc | fix(create): set custom element in root of the package as entrypoint | 1 | fix | create |
471,458 | 25.07.2019 19:01:19 | -7,200 | 990d851c7e1bc1777e4560965c32d7eabf273a72 | chore(create): change editorconfig to support md block comments | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ trim_trailing_whitespace = false\n[*.json]\nindent_size = 2\n-[*.{html,js}]\n+[*.{html,js,md}]\nblock_comment_start = /**\nblock_comment = *\nblock_comment_end = */\n",
"new_path": "packages/create/src/generators/wc-lit-element/templates/static/.edit... | JavaScript | MIT License | open-wc/open-wc | chore(create): change editorconfig to support md block comments | 1 | chore | create |
67,476 | 25.07.2019 19:10:34 | -7,200 | 104bb109c9f852ee0d4211531e67cfafe26731be | refactor(runtime): cleanup binding behaviors & value converters | [
{
"change_type": "MODIFY",
"diff": "@@ -40,15 +40,15 @@ export function bindingCommand(nameOrDefinition: string | IBindingCommandDefinit\nreturn target => BindingCommandResource.define(nameOrDefinition, target);\n}\n-export const BindingCommandResource: IBindingCommandResource = Object.freeze({\n+export con... | TypeScript | MIT License | aurelia/aurelia | refactor(runtime): cleanup binding behaviors & value converters | 1 | refactor | runtime |
401,147 | 25.07.2019 19:17:41 | -19,080 | 85f0d7c3f4dcdb438107676ed9dc1d76a3e924cd | feat: added feature of row click in table component
affects: | [
{
"change_type": "MODIFY",
"diff": "import { styled } from '@medly-components/utils';\n-import Cell from './Cell';\n-import { GroupCell } from './GroupCell';\nimport Row from './Row';\n+import { Props } from './types';\n-export const TableStyled = styled('ol')`\n+export const TableStyled = styled('ol')<Prop... | TypeScript | MIT License | medly/medly-components | feat: added feature of row click in table component
affects: @medly-components/core | 1 | feat | null |
401,147 | 25.07.2019 19:24:37 | -19,080 | c8c5cdc9705c411c6b9d1ee28bdaa0f2df0aae02 | fix: made onRowClick prop optional in table component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ export interface HeadCellProps extends CellStyledProps {\n}\nexport interface Props {\n- onRowClick: (rowData: object) => void;\n+ onRowClick?: (rowData: object) => void;\ndata: Array<{}>;\ncolumns: ColumnConfig[];\nonSortIconClick?: (field: string, orde... | TypeScript | MIT License | medly/medly-components | fix: made onRowClick prop optional in table component
affects: @medly-components/core | 1 | fix | null |
217,922 | 25.07.2019 19:46:04 | -7,200 | 0234bfce53eabee2f5a594e52b15fd71c74044a0 | chore: use the new domain for ffxiv collect | [
{
"change_type": "MODIFY",
"diff": "@@ -71,8 +71,8 @@ export class AchievementComponent extends TeamcraftPageComponent {\nreturn [\n{\ntitle: 'FFXIV Collect',\n- icon: 'https://collect.raelys.com/images/logo_small.png',\n- url: `https://collect.raelys.com/achievements/${achievement.ID}`\n+ icon: 'https://ff... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: use the new domain for ffxiv collect | 1 | chore | null |
67,476 | 25.07.2019 20:39:19 | -7,200 | e58381aa465eb7287abc0491a19387ffc750bbca | refactor(runtime): clean up resource definitions | [
{
"change_type": "MODIFY",
"diff": "@@ -16,36 +16,13 @@ import {\nIInterpolationExpression,\nIsBindingBehavior\n} from './ast';\n-import { INode } from './dom';\nimport {\nBindingMode,\nBindingStrategy,\nensureValidStrategy\n} from './flags';\n-import {\n- IController\n-} from './lifecycle';\n-import { Cust... | TypeScript | MIT License | aurelia/aurelia | refactor(runtime): clean up resource definitions | 1 | refactor | runtime |
67,476 | 25.07.2019 20:45:13 | -7,200 | 537dffc3cfcb5caed841fc7540ec0d90308480c5 | chore(di): turn Registration into object again | [
{
"change_type": "MODIFY",
"diff": "@@ -766,29 +766,23 @@ export class Container implements IContainer {\n}\n}\n-export class Registration {\n- private constructor() {}\n-\n- public static instance<T>(key: Key, value: T): IRegistration<T> {\n+export const Registration = Object.freeze({\n+ instance<T>(key: K... | TypeScript | MIT License | aurelia/aurelia | chore(di): turn Registration into object again | 1 | chore | di |
67,476 | 25.07.2019 20:52:36 | -7,200 | 508e63c4c31e8b0261c5a493b252601c18e2ffd8 | chore(renderer): doesn't work on params? | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ import {\nIContainer,\nIRegistry,\nIResolver,\n+ Key,\nRegistration,\nReporter,\n} from '@aurelia/kernel';\n@@ -87,11 +88,11 @@ export function instructionRenderer<TType extends string>(instructionType: TType\n/* @internal */\nexport class Renderer impleme... | TypeScript | MIT License | aurelia/aurelia | chore(renderer): @all doesn't work on params? | 1 | chore | renderer |
67,482 | 25.07.2019 20:54:51 | 25,200 | 721d6d8116854a5f86586288e735ff3350555e52 | fix(child-observation): correct shadow projector and children observer | [
{
"change_type": "MODIFY",
"diff": "@@ -73,12 +73,12 @@ export class ShadowDOMProjector implements IElementProjector<Node> {\n}\npublic get children(): ArrayLike<CustomElementHost<Node>> {\n- return this.shadowRoot.childNodes;\n+ return this.host.childNodes;\n}\npublic subscribeToChildrenChange(callback: ()... | TypeScript | MIT License | aurelia/aurelia | fix(child-observation): correct shadow projector and children observer | 1 | fix | child-observation |
67,476 | 25.07.2019 21:03:20 | -7,200 | 747772a0af6da94d7eba26e9912063de0b78ed5e | refactor(resources): make the string keys the primary keys | [
{
"change_type": "MODIFY",
"diff": "@@ -470,8 +470,8 @@ export function attributePattern(...patternDefs: AttributePatternDefinition[]):\nvalidatePrototype(proto as IAttributePatternHandler, patternDefs);\nproto.$patternDefs = patternDefs;\n- target.register = function register(container: IContainer): IResol... | TypeScript | MIT License | aurelia/aurelia | refactor(resources): make the string keys the primary keys | 1 | refactor | resources |
71,115 | 25.07.2019 21:04:34 | -7,200 | 6c0bf4ac1b21116d94e26d740a0302f92207b3b1 | feat(ecs): ECS optimized Windows images
* deprecate `EcsOptimizedAmi` for `EcsOptimizedImage`
* constructor(props) replaced by strongly typed static methods
* Windows AMI support
* deprecate `EcsOptimizedAmi`, `EcsOptimizedAmiProps`
* will require changes on v2 shipment
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -111,9 +111,9 @@ cluster.addCapacity('DefaultAutoScalingGroupCapacity', {\nconst autoScalingGroup = new autoscaling.AutoScalingGroup(this, 'ASG', {\nvpc,\ninstanceType: new ec2.InstanceType('t2.xlarge'),\n- machineImage: new EcsOptimizedAmi(),\n+ machineImage: EcsOptim... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(ecs): ECS optimized Windows images (#3376)
* deprecate `EcsOptimizedAmi` for `EcsOptimizedImage`
* constructor(props) replaced by strongly typed static methods
* Windows AMI support
* deprecate `EcsOptimizedAmi`, `EcsOptimizedAmiProps`
* will require changes on v2 shipment #3398
Fixes #2574 | 1 | feat | ecs |
67,476 | 25.07.2019 21:29:27 | -7,200 | 6c5dd919486e65d6e3b7d354e5b7a5b446cc4c2b | refactor(replaceable): use templateController deco | [
{
"change_type": "MODIFY",
"diff": "-import {\n- IContainer,\n- Key,\n- nextId,\n- PLATFORM,\n- Registration,\n-} from '@aurelia/kernel';\n-import {\n- HooksDefinition,\n- IAttributeDefinition,\n-} from '../../definitions';\n-import {\n- INode,\n- IRenderLocation,\n-} from '../../dom';\n-import {\n- Binding... | TypeScript | MIT License | aurelia/aurelia | refactor(replaceable): use templateController deco | 1 | refactor | replaceable |
67,476 | 25.07.2019 21:30:01 | -7,200 | 8e42aa95d2c0552964d28ddfc43758a4adf045da | chore(replaceable): fix registration type | [
{
"change_type": "MODIFY",
"diff": "@@ -60,7 +60,7 @@ export const DefaultComponents = [\nexport const IfRegistration = If as IRegistry;\nexport const ElseRegistration = Else as IRegistry;\nexport const RepeatRegistration = Repeat as IRegistry;\n-export const ReplaceableRegistration = Replaceable as IRegist... | TypeScript | MIT License | aurelia/aurelia | chore(replaceable): fix registration type | 1 | chore | replaceable |
67,482 | 25.07.2019 21:44:24 | 25,200 | 50f86ac64c9e5871371be524af34c0c72bcfaa67 | fix(ChildObserver): remove redundant lifecycle arg | [
{
"change_type": "MODIFY",
"diff": "@@ -425,7 +425,6 @@ export class ChildrenObserver implements Partial<IChildrenObserver> {\nprivate select: typeof defaultChildSelect;\nconstructor(\n- lifecycle: ILifecycle,\ncontroller: IController,\nfilter = defaultChildFilter,\nselect = defaultChildSelect\n@@ -435,7 +4... | TypeScript | MIT License | aurelia/aurelia | fix(ChildObserver): remove redundant lifecycle arg | 1 | fix | ChildObserver |
67,494 | 26.07.2019 01:38:43 | -7,200 | af26abf4bf5f7992d718aa0c4acaae9edfea9d1f | feat(router): extract load url from router activate | [
{
"change_type": "MODIFY",
"diff": "import { inject } from '@aurelia/kernel';\n+import { IRouter, Router } from '@aurelia/router';\nimport { customElement } from '@aurelia/runtime';\n-import { Router } from '@aurelia/router';\nimport { About } from './components/about';\nimport { Authors } from './component... | TypeScript | MIT License | aurelia/aurelia | feat(router): extract load url from router activate | 1 | feat | router |
67,476 | 26.07.2019 04:48:03 | -7,200 | 4bc20d3f990497d84ec8a75606bac51ed324df69 | fix(runtime): cleanup unused flags to get the highest flag no to SMI again | [
{
"change_type": "MODIFY",
"diff": "@@ -547,7 +547,6 @@ export function stringifyLifecycleFlags(flags: LifecycleFlags): string {\nif (flags & LifecycleFlags.fromDOMEvent) { flagNames.push('fromDOMEvent'); }\nif (flags & LifecycleFlags.fromLifecycleTask) { flagNames.push('fromLifecycleTask'); }\nif (flags & ... | TypeScript | MIT License | aurelia/aurelia | fix(runtime): cleanup unused flags to get the highest flag no to SMI again | 1 | fix | runtime |
67,476 | 26.07.2019 04:57:20 | -7,200 | 0cfca0c5e852e1aad9b0843ed05371dfe6b7c2ba | chore: use relative file paths in benchmark | [
{
"change_type": "MODIFY",
"diff": "},\n\"license\": \"MIT\",\n\"dependencies\": {\n- \"@aurelia/jit-html\": \"dev\",\n- \"@aurelia/jit-html-browser\": \"dev\",\n- \"@aurelia/jit\": \"dev\",\n- \"@aurelia/kernel\": \"dev\",\n- \"@aurelia/runtime-html\": \"dev\",\n- \"@aurelia/runtime-html-browser\": \"dev\"... | TypeScript | MIT License | aurelia/aurelia | chore: use relative file paths in benchmark | 1 | chore | null |
67,476 | 26.07.2019 06:08:29 | -7,200 | 40af8b8ba4ae7d09b51c5ce447b0fb75810aef02 | ci: disable verdaccio" | [
{
"change_type": "MODIFY",
"diff": "@@ -203,11 +203,14 @@ jobs:\njs_framework_benchmark:\nexecutor: docker-circleci\nsteps:\n- - checkout_install_bootstrap_build_bundle_publish_verdaccio:\n- from: ${CIRCLE_BRANCH}\n- to: develop\n- channel: dev\n- suffix: \"-${CIRCLE_BUILD_NUM}\"\n+ #- checkout_install_boot... | TypeScript | MIT License | aurelia/aurelia | ci: disable verdaccio" | 1 | ci | null |
67,476 | 26.07.2019 06:39:26 | -7,200 | e597b77451723c2253a0d2829eaabcbab629121f | fix(flags): only store persistent observer flags | [
{
"change_type": "MODIFY",
"diff": "@@ -38,7 +38,7 @@ export class AttributeNSAccessor implements IAccessor<string | null> {\nthis.hasChanges = false;\nthis.priority = Priority.propagate;\n- this.persistentFlags = flags & LifecycleFlags.persistentBindingFlags;\n+ this.persistentFlags = flags & LifecycleFlag... | TypeScript | MIT License | aurelia/aurelia | fix(flags): only store persistent observer flags | 1 | fix | flags |
67,476 | 26.07.2019 06:42:36 | -7,200 | 0c9216de1d903aad33e95b9ae04a7c3868155ffb | chore: try some tweaks in the benchmark | [
{
"change_type": "MODIFY",
"diff": "@@ -14,11 +14,13 @@ export class Store {\ndata: any[];\nid: number;\nbackup: any;\n+ selectedIdx: number;\nconstructor(\nprivate lifecycle: ILifecycle,\n) {\nthis.data = [];\nthis.id = 1;\n+ this.selectedIdx = -1;\n}\nbuildData(count = 1000) {\nvar data = [];\n@@ -53,8 +5... | TypeScript | MIT License | aurelia/aurelia | chore: try some tweaks in the benchmark | 1 | chore | null |
722,013 | 26.07.2019 08:50:04 | 18,000 | ea53a14653311a7402cc0b23716d8b542e178797 | fix: remove the propTypes error in codeSplit | [
{
"change_type": "MODIFY",
"diff": "@@ -175,7 +175,6 @@ module.exports = function(config, env) {\n// For some components, the alias model is a little more complicated,\n// because we only override a part of the directory\n- const CUSTOM_EDITOR_FOLDER = 'VsgEditor'\nconst custComp = [\n'slots/UsageTabButton'... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: remove the propTypes error in codeSplit | 1 | fix | null |
722,013 | 26.07.2019 09:09:04 | 18,000 | 83c0bf6deb1b98b5d8cdcdb9ee28dbba096e7c27 | fix: make codeSplit comptible with jsxInExamples | [
{
"change_type": "MODIFY",
"diff": "@@ -138,7 +138,10 @@ module.exports = function examplesLoader(source) {\nif (example.type === 'code') {\nexample.evalInContext = { toAST: () => b.identifier('evalInContext') }\nif (config.codeSplit) {\n- const compiledExample = compile(example.content)\n+ const compiledEx... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: make codeSplit comptible with jsxInExamples | 1 | fix | null |
471,527 | 26.07.2019 09:25:10 | -7,200 | aa666393bc61b4b06b8e7f01ff4a25c8af842ca3 | fix(create): add index.js entrypoint | [
{
"change_type": "ADD",
"diff": "+export { <%= className %> } from './src/<%= className %>.js';\n",
"new_path": "packages/create/src/generators/app-lit-element/templates/static/index.js",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+export { <%= className %> } from './src/<%= cl... | JavaScript | MIT License | open-wc/open-wc | fix(create): add index.js entrypoint | 1 | fix | create |
438,921 | 26.07.2019 09:47:05 | -32,400 | 9bac296b650dac1be28c7d5b273a5cf9659831e9 | fix(radar): Correct display of indexed axis
Typecast axis text value to be dispalyed from the helper function.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -190,4 +190,23 @@ describe(\"SHAPE RADAR\", () => {\n});\n});\n});\n+\n+ describe(\"Axis\", () => {\n+ before(() => {\n+ args = {\n+ data: {\n+ columns: [\n+ [\"data1\", 330, 350, 220, 400, 150, 330, 230, 390, 95, 195, 220]\n+ ],\n+ type: \"radar\"\n+ }\n+ };\n+ });\n+... | TypeScript | MIT License | naver/billboard.js | fix(radar): Correct display of indexed axis
Typecast axis text value to be dispalyed from the helper function.
Fix #997 | 1 | fix | radar |
722,013 | 26.07.2019 09:56:12 | 18,000 | 6f6e9c823cbc67d4fa980ff6698464371c3c21d7 | ci: test jsx-examples in circleci | [
{
"change_type": "MODIFY",
"diff": "@@ -74,11 +74,13 @@ jobs:\n# Build all examples\n- run: yarn build jsx\n+ - run: yarn build jsx-examples\n- run: yarn build nuxtjs\n- run: yarn build vuetify\n# Check that examples really works: no JS errors on load\n- run: yarn test:browser jsx\n+ - run: yarn test:browse... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci: test jsx-examples in circleci | 1 | ci | null |
815,598 | 26.07.2019 10:20:14 | -28,800 | 1bb32cd8aabc6cf3b5e984ea07cbcd387fb3a121 | chore: use ckb-cli v0.17.0-rc2 | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ git:\nenv:\nglobal:\n- RUST_BACKTRACE=full\n- - CKB_CLI_VERSION=v0.17.0-rc1\n+ - CKB_CLI_VERSION=v0.17.0-rc2\naddons:\napt:\n",
"new_path": ".travis.yml",
"old_path": ".travis.yml"
},
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @... | Rust | MIT License | nervosnetwork/ckb | chore: use ckb-cli v0.17.0-rc2 | 1 | chore | null |
932,458 | 26.07.2019 10:20:36 | 14,400 | d209a3f74e99ab16919644b5152545819edc29b7 | feat(eslint-config): initialize library; use in web-scripts
create a wrapper for our base ESLint config, which was previously only exposed by web-scripts. this
means you can now install just the combined ESLint config for convenience. This is useful in
projects where we use react-scripts
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -52,8 +52,9 @@ yarn create @spotify/web-scripts-library my-library-name\n### Spotify shared configurations\n-The other five projects in this repo are shared configurations for common tools we use for building, linting, and formatting our code. They can be installed sep... | TypeScript | Apache License 2.0 | spotify/web-scripts | feat(eslint-config): initialize library; use in web-scripts
create a wrapper for our base ESLint config, which was previously only exposed by web-scripts. this
means you can now install just the combined ESLint config for convenience. This is useful in
projects where we use react-scripts
Fix #40 | 1 | feat | eslint-config |
722,013 | 26.07.2019 10:40:29 | 18,000 | 4ebea4a338b7884bce230a54726b9473344d6e20 | ci: make merge message better | [
{
"change_type": "MODIFY",
"diff": "@@ -86,6 +86,6 @@ jobs:\n- git checkout github/dev\n- git checkout -b dev\n- git status -v\n- - git merge master -m \"chore:master\"\n+ - git merge master -m \"chore: master\"\n- git branch --set-upstream-to github/dev\n- git push\n",
"new_path": ".travis.yml",
... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci: make merge message better | 1 | ci | null |
306,484 | 26.07.2019 10:40:46 | -7,200 | 25912788eb3503508f5c77a4fdfc31c2ecadfa45 | chore(popup): fix flaky test | [
{
"change_type": "MODIFY",
"diff": "@@ -22,12 +22,11 @@ describe('lion-popup', () => {\n</lion-popup>\n`);\nconst invoker = el.querySelector('[slot=\"invoker\"]');\n- const eventOnClick = new Event('click');\n- invoker.dispatchEvent(eventOnClick);\n+ invoker.click();\nawait el.updateComplete;\nexpect(el.que... | JavaScript | MIT License | ing-bank/lion | chore(popup): fix flaky test | 1 | chore | popup |
104,844 | 26.07.2019 10:55:57 | 14,400 | 0fdef9b0b92411730220bb4a396969c9c26d7535 | feat(props): align props for filedrop and progressindicator | [
{
"change_type": "MODIFY",
"diff": "@@ -103,11 +103,12 @@ const ProgressIndicator = ({\ncurrentIndex={currentStep}\nisVerticalMode={isVerticalMode}\n>\n- {items.map(({ id, label }) => (\n+ {items.map(({ id, label, secondaryLabel, description }) => (\n<StyledProgressStep\nkey={id}\nlabel={label}\n- descripti... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(props): align props for filedrop and progressindicator | 1 | feat | props |
104,839 | 26.07.2019 11:46:08 | 10,800 | 9591210131ab62a9e525f570e5a54a5f059772fe | fix(imagecard): update to get some fixes | [
{
"change_type": "MODIFY",
"diff": "\"react-dnd-html5-backend\": \"2.5.1\",\n\"react-dnd-test-backend\": \"^7.2.0\",\n\"react-grid-layout\": \"^0.16.6\",\n- \"react-image-hotspots\": \"^1.3.0\",\n+ \"react-image-hotspots\": \"^1.3.2\",\n\"react-resizable\": \"^1.8.0\",\n\"react-sizeme\": \"^2.6.3\",\n\"reac... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(imagecard): update to get some fixes | 1 | fix | imagecard |
815,590 | 26.07.2019 12:40:45 | -28,800 | 97c6e569335532974e8a58940c10f252f4c0cd00 | feat: change load_code syscall to load_cell_data | [
{
"change_type": "RENAME",
"diff": "use crate::{\nsyscalls::{\n- Source, SourceEntry, INDEX_OUT_OF_BOUND, ITEM_MISSING, LOAD_CODE_SYSCALL_NUMBER,\n- SLICE_OUT_OF_BOUND, SUCCESS,\n+ LoadDataType, Source, SourceEntry, INDEX_OUT_OF_BOUND, ITEM_MISSING,\n+ LOAD_CELL_DATA_SYSCALL_NUMBER, SLICE_OUT_OF_BOUND, SUCC... | Rust | MIT License | nervosnetwork/ckb | feat: change load_code syscall to load_cell_data | 1 | feat | null |
865,926 | 26.07.2019 13:33:21 | -7,200 | 8bd25cf0b4b5ff9a62b5f197a10e49e0cc83ca1e | feat(deploy): prefill endpoint url with default value | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ const defaultState = {\n};\nconst initialFormValues = {\n- endpointUrl: '',\n+ endpointUrl: 'http://localhost:8080/engine-rest',\ntenantId: '',\ndeploymentName: '',\nauthType: 'none',\n@@ -140,7 +140,7 @@ class DeployDiagramModal extends PureComponent {\... | JavaScript | MIT License | camunda/camunda-modeler | feat(deploy): prefill endpoint url with default value | 1 | feat | deploy |
865,926 | 26.07.2019 14:30:53 | -7,200 | 0f1f02032a88cb1380cd5014c3d87256bf3a0a5b | feat(deploy): prefill deployment name with default value
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -1767,6 +1767,7 @@ export class App extends PureComponent {\n<ModalConductor\ncurrentModal={ this.state.currentModal }\nendpoints={ this.state.endpoints }\n+ tab={ activeTab }\ngetGlobal={ this.getGlobal }\nonClose={ this.closeModal }\nonDeploy={ this.handleDeploy }\n"... | JavaScript | MIT License | camunda/camunda-modeler | feat(deploy): prefill deployment name with default value
Closes #1441 | 1 | feat | deploy |
217,922 | 26.07.2019 14:40:43 | -7,200 | 893f7ab08b1cb6e3c65d5b302d0d4a1d47471557 | feat(alarms): changed compact mode for a super compact mode using lists | [
{
"change_type": "MODIFY",
"diff": "<div class=\"alarms-container\" droppable dropScope=\"alarm\" (onDrop)=\"setAlarmGroup($event.dragData, undefined)\"\nfxLayout=\"row wrap\"\nfxLayoutGap=\"5px\">\n- <ng-container *ngFor=\"let row of display.noGroup; trackBy: trackByAlarm\">\n- <ng-container *ngTemplateOut... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(alarms): changed compact mode for a super compact mode using lists | 1 | feat | alarms |
438,921 | 26.07.2019 14:51:23 | -32,400 | 1720ec22ba66ecad869880b504bbcd9a54408ab5 | feat(radar): Intent to ship axis.text.position
Make defalut axis text to be positioned not overlapping chart area
Implement axis text position
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -3626,6 +3626,11 @@ d3.select(\".chart_area\")\ntext: {\nformat: function(x) { return x + \"%\"; }\n}\n+ },\n+ axis: {\n+ text: {\n+ position: {x: -15, y: -5}\n+ }\n}\n}\n}\n",
"new_path": "demo/demo.js",
"old_path": "demo/demo.js"
},
{
"change_type": "... | TypeScript | MIT License | naver/billboard.js | feat(radar): Intent to ship axis.text.position
- Make defalut axis text to be positioned not overlapping chart area
- Implement axis text position
Fix #998 | 1 | feat | radar |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.