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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
104,827 | 12.11.2019 22:33:50 | 21,600 | 318d32695b0de07b8fb0569076b3576e16c7f0da | test(headermenu): event handlers | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport { mount } from 'enzyme';\nimport { HeaderMenuItem } from 'carbon-components-react/lib/components/UIShell';\n+import { render, fireEvent } from '@testing-library/react';\nimport HeaderMenu, { matches, keys } from './HeaderMenu';\n@@ -88,4... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(headermenu): event handlers | 1 | test | headermenu |
401,147 | 12.11.2019 23:04:02 | -19,080 | e5e022d0be60d3b234f6406ac7cd405df4f3331d | docs(core): update docs for card & breadcrumb component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -5,9 +5,9 @@ import * as stories from './BreadCrumbs.stories';\n<Meta title=\"Core/BreadCrumbs\" component={BreadCrumbs} />\n-# Avatar\n+# BreadCrumbs\n-### Displays an image or text that represents a user or organization\n+### Breadcrumbs allow users to make selection... | TypeScript | MIT License | medly/medly-components | docs(core): update docs for card & breadcrumb component
affects: @medly-components/core | 1 | docs | core |
76,605 | 12.11.2019 23:33:16 | -3,600 | 0409ba89f7d02c362f4f05ef981e1e3c1987a7e2 | feat: Add Sentiment Manager | [
{
"change_type": "MODIFY",
"diff": "@@ -48,15 +48,17 @@ class Stopwords {\n}\nrun(srcInput) {\n- if (srcInput.settings && srcInput.settings.keepStopwords) {\n- return srcInput;\n- }\n+ if (srcInput.settings && srcInput.settings.keepStopwords === false) {\nconst input = srcInput;\nconst locale = input.locale... | JavaScript | MIT License | axa-group/nlp.js | feat: Add Sentiment Manager | 1 | feat | null |
67,476 | 13.11.2019 00:06:04 | -3,600 | 16762a01151623d5d2e57244c44609c9aa1fc4f2 | feat(operations): implement FromPropertyDescriptor | [
{
"change_type": "MODIFY",
"diff": "@@ -781,7 +781,6 @@ export function $OrdinaryHasInstance(C: $Object, O: $Any): $Boolean {\n}\n}\n-\n// http://www.ecma-international.org/ecma-262/#sec-topropertydescriptor\nexport function $ToPropertyDescriptor(realm: Realm, Obj: $Any, key: $PropertyKey): $PropertyDescrip... | TypeScript | MIT License | aurelia/aurelia | feat(operations): implement FromPropertyDescriptor | 1 | feat | operations |
217,922 | 13.11.2019 00:26:28 | -3,600 | 8cdb49c8797d7b93de54b23051fc6cbaa90cca53 | chore: added missing machina packets | [
{
"change_type": "MODIFY",
"diff": "@@ -54,7 +54,9 @@ module.exports.start = function(win, config, verbose, winpcap) {\n'updateClassInfo',\n'actorControl',\n'initZone',\n- 'weatherChange'\n+ 'weatherChange',\n+ 'aetherReductionDlg',\n+ 'desynthOrReductionResult'\n];\nMachina = new MachinaFFXIV(options);\n",... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: added missing machina packets | 1 | chore | null |
67,494 | 13.11.2019 02:00:36 | -3,600 | d53d1435a6599da6dc2c611cb502bf8e6df7c541 | style(router): clean up comments | [
{
"change_type": "MODIFY",
"diff": "@@ -185,13 +185,6 @@ export class InstructionResolver {\nviewportInstances ? instruction.viewport || instruction.viewportName! : instruction.viewportName!,\ninstruction.typedParameters !== null ? instruction.typedParameters : void 0,\n);\n- // const clone: ViewportInstruc... | TypeScript | MIT License | aurelia/aurelia | style(router): clean up comments | 1 | style | router |
730,428 | 13.11.2019 03:34:47 | 0 | e94783df4e0a7431381493c9d54992f6bf00fd1a | chore(release): 0.2.60 [skip ci] | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+### [0.2.60](https://github.com/webex/react-widgets/compare/v0.2.59...v0.2.60) (2019-11-13)\n+\... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.2.60 [skip ci] | 1 | chore | release |
67,476 | 13.11.2019 04:15:37 | -3,600 | c01cd30022444f71fff701838e2de2a855778246 | perf(aot): add reusable common strings for proxies and descriptors | [
{
"change_type": "MODIFY",
"diff": "@@ -154,6 +154,25 @@ export class Intrinsics {\npublic readonly '$toString': $String<'toString'>;\npublic readonly '$valueOf': $String<'valueOf'>;\n+ public readonly '$enumerable': $String<'enumerable'>;\n+ public readonly '$configurable': $String<'configurable'>;\n+ publ... | TypeScript | MIT License | aurelia/aurelia | perf(aot): add reusable common strings for proxies and descriptors | 1 | perf | aot |
67,476 | 13.11.2019 04:16:04 | -3,600 | 19776dc65ffee483e7846f23d0dbd22c67b21222 | feat(operations): add GetFunctionRealm | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,7 @@ import { $PropertyDescriptor } from './property-descriptor';\nimport { $EnvRec } from './environment';\nimport { $BoundFunctionExoticObject } from './exotics/bound-function';\nimport { $ArrayExoticObject } from './exotics/array';\n+import { $ProxyExoticObj... | TypeScript | MIT License | aurelia/aurelia | feat(operations): add GetFunctionRealm | 1 | feat | operations |
67,476 | 13.11.2019 04:16:28 | -3,600 | 6fbd99952118e187f3592253a199ae10e48df143 | chore(value): add Type property for proxy ops | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,8 @@ export type $PropertyKey = (\n$Symbol\n);\n+export type ESType = 'Undefined' | 'Null' | 'Boolean' | 'String' | 'Symbol' | 'Number' | 'Object';\n+\nexport type $NonNumberPrimitive = Exclude<$Primitive, $Number>;\nexport type $NonNilPrimitive = Exclude<$Pr... | TypeScript | MIT License | aurelia/aurelia | chore(value): add Type property for proxy ops | 1 | chore | value |
67,476 | 13.11.2019 04:18:46 | -3,600 | 84d5737a902678005fb9fb12bd796dccb3425231 | chore(operations): update types/signatures | [
{
"change_type": "MODIFY",
"diff": "@@ -294,7 +294,7 @@ export function $ValidateAndApplyPropertyDescriptor(\nnewDesc['[[Configurable]]'] = Desc['[[Configurable]]'];\n}\n- O.properties.set((P as $PropertyKey).value, newDesc);\n+ O['setProperty'](newDesc);\n}\n}\n// 2. d. Else Desc must be an accessor Proper... | TypeScript | MIT License | aurelia/aurelia | chore(operations): update types/signatures | 1 | chore | operations |
67,476 | 13.11.2019 04:21:20 | -3,600 | 9afae00c5d43b3f34996d1503d93229ab2ea2d2b | feat(namespace): implement [[OwnPropertyKeys]] | [
{
"change_type": "MODIFY",
"diff": "@@ -236,10 +236,17 @@ export class $NamespaceExoticObject extends $Object<'NamespaceExoticObject'> {\n}\n// http://www.ecma-international.org/ecma-262/#sec-module-namespace-exotic-objects-ownpropertykeys\n- public '[[OwnPropertyKeys]]'() {\n+ public '[[OwnPropertyKeys]]'(... | TypeScript | MIT License | aurelia/aurelia | feat(namespace): implement [[OwnPropertyKeys]] | 1 | feat | namespace |
866,393 | 13.11.2019 06:26:41 | -32,400 | a54aec7719b7690175c35acf07806849d21f9d83 | chore(lint): add file extensions to cover
This change ensures `.tsx` files, etc. are covered in
`yarn lint:scripts` task and `lint-staged`. | [
{
"change_type": "MODIFY",
"diff": "dist\ndocs/js\nes\n+node_modules\ntests/coverage\n",
"new_path": ".eslintignore",
"old_path": ".eslintignore"
},
{
"change_type": "MODIFY",
"diff": "\"lint:dist\": \"yarn lint:license:dist\",\n\"lint:license:src\": \"gulp lint:license:src\",\n\"lint:li... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(lint): add file extensions to cover (#169)
This change ensures `.tsx` files, etc. are covered in
`yarn lint:scripts` task and `lint-staged`. | 1 | chore | lint |
821,204 | 13.11.2019 06:53:09 | -46,800 | 9914b56bf16bfcdb5e1b4939bf8502652bacfabb | fix: only use yarn in circle config if selected as option | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ jobs:\n- v1-npm-{{checksum \".circleci/config.yml\"}}\n- run:\nname: Install dependencies\n- command: yarn\n+ command: <%- yarn ? 'yarn' : 'npm ci' %>\n<%_ if (['single', 'multi'].includes(type)) { _%>\n- run: ./bin/run --version\n<%_ } _%>\n@@ -44,7 +44... | TypeScript | MIT License | oclif/oclif | fix: only use yarn in circle config if selected as option (#298) | 1 | fix | null |
722,013 | 13.11.2019 08:23:01 | 21,600 | 230e1e338bc53c1b73f504163a10e56ff9a374e1 | fix(docgen): avoid setting exportName to deps | [
{
"change_type": "MODIFY",
"diff": "@@ -62,9 +62,7 @@ async function executeHandlers(\nreturn await Promise.all(\ncompDefs.map(async name => {\n- const compDef = componentDefinitions.get(name)\n- documentation.set('exportName', name)\n- if (compDef) {\n+ const compDef = componentDefinitions.get(name) as Nod... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(docgen): avoid setting exportName to deps | 1 | fix | docgen |
722,013 | 13.11.2019 08:50:40 | 21,600 | cc55f58c2169376bf56fda63a6708e431bcfdbdf | feat(docgen): accept more tags for event params | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ describe('eventHandler', () => {\n/**\n* Describe the event\n* @property {number} prop1\n- * @property {number} prop2\n+ * @param {number} prop2\n*/\nthis.$emit('success', 1, 2)\n}\n",
"new_path": "packages/vue-docgen-api/src/script-handlers/__tests_... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat(docgen): accept more tags for event params | 1 | feat | docgen |
306,406 | 13.11.2019 09:24:59 | -3,600 | 6e4c8e188ebb6a179f3a7ab341d8a5d9c2b9ac88 | chore: update docs for closing feature requests | [
{
"change_type": "MODIFY",
"diff": "@@ -135,7 +135,7 @@ Check out our [coding guidelines](./docs/README.md) for more detailed informatio\n## How to contribute\nLion Web Components are only as good as its contributions.\n-Read our [contribution guide](./CONTRIBUTING.md) and feel free to enhance/improve our p... | JavaScript | MIT License | ing-bank/lion | chore: update docs for closing feature requests | 1 | chore | null |
276,989 | 13.11.2019 09:41:39 | 10,800 | 78a9371ea0d08cb7df891440a31441e4042cc158 | chore(doc): change script from "deploy" to "publish" | [
{
"change_type": "MODIFY",
"diff": "\"build\": \"gatsby build --prefix-paths\",\n\"dev\": \"gatsby develop -o\",\n\"serve\": \"gatsby serve\",\n- \"deploy\": \"gh-pages -d public\"\n+ \"publish\": \"gh-pages -d public\"\n},\n\"gitHead\": \"14873124d2c36e250c9fe2a5e9601b0f2c5efda1\"\n}\n",
"new_path": "p... | JavaScript | MIT License | gympass/yoga | chore(doc): change script from "deploy" to "publish" | 1 | chore | doc |
104,857 | 13.11.2019 10:13:17 | 10,800 | e28f69363272a008aa6b2bfc6b0e1bab7a95b316 | fix(props): props names updates | [
{
"change_type": "MODIFY",
"diff": "@@ -24,11 +24,11 @@ export const content = (\n<TileGalleryItem\ntitle=\"Manage\"\ndescription=\"Detailed description of this particular Solution could go here\"\n- descriptionMoreInfo=\"https://www.ibm.com/br-pt/cloud/internet-of-things?mhsrc=ibmsearch_a&mhq=iot\"\n+ more... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(props): props names updates | 1 | fix | props |
815,573 | 13.11.2019 10:15:05 | -28,800 | 3fe8eee88ede3c467d0a727d0cd01f5223f2731c | chore: Update mainnet config | [
{
"change_type": "MODIFY",
"diff": "@@ -36,6 +36,7 @@ log_to_stdout = true # {{\ndsn = \"\" # {{\n# testnet => dsn = \"https://48c6a88d92e246478e2d53b5917a887c@sentry.io/1422795\"\n# staging => dsn = \"https://48c6a88d92e246478e2d53b5917a887c@sentry.io/1422795\"\n+# mainnet => dsn = \"\"\n# }}\n# if you are... | Rust | MIT License | nervosnetwork/ckb | chore: Update mainnet config | 1 | chore | null |
276,989 | 13.11.2019 10:39:36 | 10,800 | 07dba29150d76e18b529f25ec13fe64d766353e0 | chore(package.json): add postpublish script to send Slack notification | [
{
"change_type": "MODIFY",
"diff": "\"build:esm\": \"NODE_ENV=esm babel ./src --out-dir dist/esm\",\n\"build:native\": \"NODE_ENV=native babel ./src --out-dir dist/cjs\",\n\"prebuild\": \"rm -rf ./dist\",\n- \"prepublishOnly\": \"node ../../prepublish.js\"\n+ \"prepublishOnly\": \"node ../../prepublish.js\"... | JavaScript | MIT License | gympass/yoga | chore(package.json): add postpublish script to send Slack notification | 1 | chore | package.json |
276,989 | 13.11.2019 10:40:37 | 10,800 | d05ebe981c074176b33b26468b2612fa8ac5caa2 | chore(slack): send release notification to Slack | [
{
"change_type": "ADD",
"diff": "+/* eslint-disable no-console */\n+const https = require('https');\n+\n+const pkg = require('../package.json');\n+\n+const slackWebHook = process.env.SLACK_WEBHOOK_URL;\n+\n+const releaseNotification = {\n+ username: 'Yoga',\n+ text:\n+ 'A new version has been released! <htt... | JavaScript | MIT License | gympass/yoga | chore(slack): send release notification to Slack | 1 | chore | slack |
276,989 | 13.11.2019 10:41:10 | 10,800 | 21d21edc1d7e2b37df6c40454b97843f587716e2 | chore(package.json): remove redundant scripts | [
{
"change_type": "MODIFY",
"diff": "\"build:yoga\": \"lerna run build --scope=@gympass/yoga\",\n\"build:common\": \"lerna run build --scope=@gympass/yoga-common --stream\",\n\"build:tokens\": \"lerna run build --scope=@gympass/yoga-tokens --stream\",\n- \"build\": \"lerna run build --stream --parallel\",\n-... | JavaScript | MIT License | gympass/yoga | chore(package.json): remove redundant scripts | 1 | chore | package.json |
722,013 | 13.11.2019 11:09:53 | 21,600 | 1969b727f5d9da5f6ef37e509d8fbfd109b1eeeb | docs: add example of slot bindings docs | [
{
"change_type": "MODIFY",
"diff": "<List :items=\"listItems\">\n<div slot-scope=\"row\" class=\"list-item1\">\n{{row.item.text}}\n- <!-- @slot Modal footer here -->\n- <slot name=\"test\" />\n+ <!--\n+ @slot Menu Item footer\n+ @binding {object} icon icon of the menu item\n+ @binding {string} text text of ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: add example of slot bindings docs | 1 | docs | null |
722,013 | 13.11.2019 11:11:47 | 21,600 | df587dd19ac0145749020426ee134781d5af5a06 | fix: warning when unnamed event param | [
{
"change_type": "MODIFY",
"diff": "@@ -111,6 +111,7 @@ function renderProperties(prop) {\n} else {\nproperties = [\n{\n+ name: '<anonymous>',\ntype: {\nname: renderType(prop.type)\n}\n",
"new_path": "packages/vue-styleguidist/src/client/rsg-components/Events/EventsRenderer.js",
"old_path": "package... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: warning when unnamed event param | 1 | fix | null |
277,000 | 13.11.2019 11:32:46 | 10,800 | b3798ed3a51c995b3834a0bf87911628c25f12f7 | refactor(card): adjusting card component and removing unnecessary stuffs | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ const CardPage = () => {\npadding: 10,\n}}\n>\n- <StyledText>Card simple</StyledText>\n+ <StyledText>Simple Card</StyledText>\n<Card>\n<Text\nstyle={{\n",
"new_path": "packages/labnative/pages/Card.jsx",
"old_path": "packages/labnative/pages/Card... | JavaScript | MIT License | gympass/yoga | refactor(card): adjusting card component and removing unnecessary stuffs | 1 | refactor | card |
791,723 | 13.11.2019 11:37:42 | 28,800 | 83b079069bcb7436de602f20d73f4059d573f50a | core(emulation): bump emulated chrome UA to m80 | [
{
"change_type": "MODIFY",
"diff": "@@ -39,9 +39,9 @@ const DESKTOP_EMULATION_METRICS = {\n};\n// eslint-disable-next-line max-len\n-const NEXUS5X_USERAGENT = 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Mobile Safari/537.36 Chrome-Light... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(emulation): bump emulated chrome UA to m80 (#9967) | 1 | core | emulation |
438,921 | 13.11.2019 12:04:05 | -32,400 | 7ffd8b3e33cfa7a26ecec53972664264126760e4 | skip: update semantic-release to beta ver | [
{
"change_type": "MODIFY",
"diff": "\"@commitlint/config-conventional\": \"^8.2.0\",\n\"@semantic-release/changelog\": \"^3.0.5\",\n\"@semantic-release/commit-analyzer\": \"^6.3.3\",\n- \"@semantic-release/exec\": \"^3.3.8\",\n- \"@semantic-release/git\": \"^7.0.18\",\n+ \"@semantic-release/exec\": \"^3.4.0... | TypeScript | MIT License | naver/billboard.js | skip: update semantic-release to beta ver | 1 | skip | null |
722,013 | 13.11.2019 12:23:59 | 21,600 | b501f82f9461699ca050f92087af57260e79fc18 | feat(docgen): refactor bindings | [
{
"change_type": "MODIFY",
"diff": "@@ -83,7 +83,7 @@ export interface MethodDescriptor extends Descriptor {\nexport interface SlotDescriptor extends Descriptor {\nname: string\ndescription?: string\n- bindings?: Record<string, any>\n+ bindings?: ParamTag[]\nscoped?: boolean\n}\n",
"new_path": "packages... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat(docgen): refactor bindings | 1 | feat | docgen |
71,101 | 13.11.2019 12:29:37 | -3,600 | 0a6f921c283199542725c3d42fc709809200f365 | chore: move semantic.yaml to .github/
It needs to be there in order to be considered!
Ref: | [
{
"change_type": "ADD",
"diff": "+# Configuration for Semantic Pull Requests\n+titleOnly: true\n+\n+types:\n+ - feat\n+ - fix\n+ - docs\n+ - style\n+ - refactor\n+ - perf\n+ - test\n+ - build\n+ - ci\n+ - chore\n+ - revert\n+ - release\n+\n",
"new_path": ".github/semantic.yaml",
"old_path": null
}... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: move semantic.yaml to .github/
It needs to be there in order to be considered!
Ref: https://github.com/probot/semantic-pull-requests#configuration | 1 | chore | null |
276,989 | 13.11.2019 12:48:35 | 10,800 | e83a2f83b9c2e2aee89dca19047a29ee6811e94b | chore(slack): add release (version) and yoga url to text field | [
{
"change_type": "MODIFY",
"diff": "@@ -8,11 +8,11 @@ const slackWebHook = process.env.SLACK_WEBHOOK_URL;\nconst releaseNotification = {\nusername: 'Yoga',\ntext:\n- 'A new version has been released! <https://github.com/Gympass/yoga/releases|Check it out!> :tada:',\n- icon_emoji: ':yoga_ds:',\n+ 'A new <htt... | JavaScript | MIT License | gympass/yoga | chore(slack): add release (version) and yoga url to text field | 1 | chore | slack |
276,989 | 13.11.2019 12:49:02 | 10,800 | 97ef629e347272c0e19983f524735b53fe9ff705 | ci(slack): add SLACK_WEBHOOK_URL | [
{
"change_type": "MODIFY",
"diff": "@@ -32,8 +32,10 @@ jobs:\nrun: |\nGH_TOKEN=${GH_TOKEN}\nNPM_TOKEN=${NPM_TOKEN}\n+ SLACK_WEBHOOK_URL=${SLACK_WEBHOOK_URL}\necho \"//registry.npmjs.org/:_authToken=${NPM_TOKEN}\" > ./.npmrc\nyarn lerna publish --yes\nenv:\nGH_TOKEN: ${{ secrets.GH_TOKEN }}\nNPM_TOKEN: ${{ s... | JavaScript | MIT License | gympass/yoga | ci(slack): add SLACK_WEBHOOK_URL | 1 | ci | slack |
277,000 | 13.11.2019 12:59:18 | 10,800 | 6634858fed4bdcde6e7710fa88342c10294c1ba0 | refactor(card): removing Card plan from this first component release | [
{
"change_type": "MODIFY",
"diff": "-import { Card, Footer, Header } from './web';\n-\n-Card.Footer = Footer;\n-Card.Header = Header;\n+import Card from './web';\nexport default Card;\n",
"new_path": "packages/yoga/src/Card/index.js",
"old_path": "packages/yoga/src/Card/index.js"
},
{
"chang... | JavaScript | MIT License | gympass/yoga | refactor(card): removing Card plan from this first component release | 1 | refactor | card |
711,597 | 13.11.2019 13:03:49 | -3,600 | b295e52e6bddcfee067220ecbbc38b6d057513ec | feat(admin-ui): Enable deletion of Channels
Relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -1815,6 +1815,7 @@ export type Mutation = {\nsetAsLoggedOut: UserStatus,\nsetUiLanguage?: Maybe<LanguageCode>,\nsetActiveChannel: UserStatus,\n+ updateUserChannels: UserStatus,\n};\n@@ -2200,6 +2201,11 @@ export type MutationSetActiveChannelArgs = {\nchannelId: Scalars... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Enable deletion of Channels
Relates to #12 | 1 | feat | admin-ui |
722,013 | 13.11.2019 13:11:44 | 21,600 | 4fb655141ecd3018d837f3e63a6b8de3b5263f53 | feat: use bindings comments in styleguidist | [
{
"change_type": "MODIFY",
"diff": "@@ -299,15 +299,12 @@ export default {\nif (def) {\nawait slotHandler(documentation, def)\n}\n- expect(mockSlotDescriptor.bindings).toMatchInlineSnapshot(`\n- Array [\n- Object {\n- \"description\": undefined,\n- \"name\": \"menuItem\",\n- \"title\": \"binding\",\n- },\n-... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat: use bindings comments in styleguidist | 1 | feat | null |
699,198 | 13.11.2019 13:13:42 | 28,800 | 36f101fc3dbfe155b94c5a5644e9cdc9cf3f05b9 | chore(repo): add simple issue template for features / bugs | [
{
"change_type": "ADD",
"diff": "+Thanks for helping make Paste better! Note: For urgent requests, reach out at **#help-design-system**\n+\n+## I'm submitting a ...\n+\n+- [ ] bug report\n+- [ ] feature request\n+\n+## Is this related to an existing Paste Component? Please link it here:\n+\n+## Describe the... | TypeScript | MIT License | twilio-labs/paste | chore(repo): add simple issue template for features / bugs (#182) | 1 | chore | repo |
277,000 | 13.11.2019 13:14:32 | 10,800 | 0b244a8be612453e1ba141f85b1bb43bbca5ed9a | refactor(card): changing card background color token | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ const CardStyled = styled.View(\n${card.padding.left}px;\nborder-radius: ${card.radii}px;\n- background-color: ${card.background};\n+ background-color: ${card.backgroundColor};\nbox-shadow: ${card.elevation};\nelevation: 4;\n`,\n",
"new_path": "packa... | JavaScript | MIT License | gympass/yoga | refactor(card): changing card background color token | 1 | refactor | card |
711,597 | 13.11.2019 13:34:49 | -3,600 | 27eea68f4e1e487e0431ffd604e384b247be6e96 | feat(admin-ui): Enable removal of Product from Channel
Relates to | [
{
"change_type": "MODIFY",
"diff": "<div class=\"clr-row\">\n<div class=\"clr-col\">\n<section class=\"form-block\" formGroupName=\"product\">\n- <vdr-form-item [label]=\"'common.channels' | translate\" *vdrIfMultichannel>\n+ <ng-container *vdrIfMultichannel>\n+ <vdr-form-item\n+ [label]=\"'common.channels'... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Enable removal of Product from Channel
Relates to #12 | 1 | feat | admin-ui |
104,871 | 13.11.2019 13:40:42 | 21,600 | 4d906a5bf59e11962fa42f81e6fe29971726a1ed | fix(button): loading maintains same height in button | [
{
"change_type": "MODIFY",
"diff": "@@ -3,12 +3,18 @@ import PropTypes from 'prop-types';\nimport { Button as CarbonButton, Loading } from 'carbon-components-react';\nimport { ButtonTypes } from 'carbon-components-react/lib/prop-types/types';\nimport styled from 'styled-components';\n+import { settings } fr... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(button): loading maintains same height in button | 1 | fix | button |
217,922 | 13.11.2019 13:55:56 | -3,600 | 35774d54c8b25f746156a1a2e4f11f9c07a863be | chore: preparing actions for fishing data tracking | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ import { EorzeaFacade } from '../../modules/eorzea/+state/eorzea.facade';\nimport { ofPacketType } from '../rxjs/of-packet-type';\nimport { territories } from '../data/sources/territories';\nimport { debounceBufferTime } from '../rxjs/debounce-buffer-tim... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: preparing actions for fishing data tracking | 1 | chore | null |
217,922 | 13.11.2019 14:05:15 | -3,600 | fd518cadede4dd66deb550f286e689a5b741fcfe | chore: better implementation for status effects and playerSetup on useBaitCatalogId | [
{
"change_type": "MODIFY",
"diff": "@@ -222,11 +222,19 @@ export class MachinaService {\nthis.eorzeaFacade.setBait(packet.baitID);\n});\n+ this.ipc.packets$.pipe(\n+ ofPacketSubType('playerSetup')\n+ ).subscribe(packet => {\n+ this.eorzeaFacade.setBait(packet.useBaitCatalogId);\n+ });\n+\nthis.ipc.packets$.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: better implementation for status effects and playerSetup on useBaitCatalogId | 1 | chore | null |
217,922 | 13.11.2019 14:05:56 | -3,600 | f80ebe9efa8884211aaf544f9e4aaeaf6ec3bd53 | chore: add statusEffectList to the list of packets we are using | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,7 @@ module.exports.start = function(win, config, verbose, winpcap) {\n}\nconst acceptedPackets = [\n+ 'statusEffectList',\n'itemInfo',\n'updateInventorySlot',\n'currencyCrystalInfo',\n",
"new_path": "desktop/machina.js",
"old_path": "desktop/machina.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: add statusEffectList to the list of packets we are using | 1 | chore | null |
471,536 | 13.11.2019 14:13:51 | -7,200 | 1b5107e60f7539cf5fa43f735063953eb4935fd8 | test(create): test generator output with eslint | [
{
"change_type": "MODIFY",
"diff": "\"babel-plugin-transform-dynamic-import\": \"^2.1.0\",\n\"chai\": \"^4.2.0\",\n\"chai-fs\": \"^2.0.0\",\n+ \"eslint\": \"^6.1.0\",\n\"mocha\": \"^6.0.0\",\n\"onchange\": \"^5.2.0\",\n\"rimraf\": \"^2.6.3\"\n",
"new_path": "packages/create/package.json",
"old_path"... | JavaScript | MIT License | open-wc/open-wc | test(create): test generator output with eslint | 1 | test | create |
902,122 | 13.11.2019 14:19:41 | 0 | ac7438630ed5d233e62a7d93274d27fcfdbbbf10 | chore(release): v5.17.3 | [
{
"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.17.3](https://github.com/kikobeats/browserless/compare/v5.17.2...v5.17.3) (2019-11-13)\n+\n+\n+### Bug Fixes\n+... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.17.3 | 1 | chore | release |
902,122 | 13.11.2019 15:10:57 | -3,600 | 9433126d047acc29e3e850dcbed649caff42218f | fix: empty object check | [
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,7 @@ module.exports = gotoOpts => {\nawait preparePage(page, url, { overlay, ...opts })\nconst screenshot = await page.screenshot({ ...opts, type })\n- if (!overlay) return screenshot\n+ if (Object.keys(overlay).length === 0) return screenshot\nconst { browse... | JavaScript | MIT License | microlinkhq/browserless | fix: empty object check | 1 | fix | null |
711,597 | 13.11.2019 15:14:03 | -3,600 | 5a2ddc5a359425192bbbef5b8e738f642b2abfeb | fix(core): Add resolver for Role.channels | [
{
"change_type": "MODIFY",
"diff": "@@ -45,6 +45,7 @@ import {\nProductVariantEntityResolver,\n} from './resolvers/entity/product-variant-entity.resolver';\nimport { RefundEntityResolver } from './resolvers/entity/refund-entity.resolver';\n+import { RoleEntityResolver } from './resolvers/entity/role-entity.... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Add resolver for Role.channels | 1 | fix | core |
711,597 | 13.11.2019 15:16:21 | -3,600 | 98d971feba7d5ac60f913dcdd6cc557025968f2c | feat(admin-ui): Truncate display of role permissions if too long | [
{
"change_type": "MODIFY",
"diff": "<ng-container *ngIf=\"!isDefaultRole(role)\">\n<vdr-chip *ngFor=\"let channel of role.channels\">\n<vdr-channel-badge [channelCode]=\"channel.code\"></vdr-channel-badge>\n- {{ channel.code }}\n+ {{ channel.code | channelCodeToLabel | translate }}\n</vdr-chip>\n</ng-contai... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Truncate display of role permissions if too long | 1 | feat | admin-ui |
67,507 | 13.11.2019 15:17:32 | -3,600 | 21a099d2fc6d1152ddf0b5675a50717d3b45ebeb | chore: update chalk to 3.0.0 | [
{
"change_type": "MODIFY",
"diff": "\"chalk\": \"^2.0.0\",\n\"esutils\": \"^2.0.2\",\n\"js-tokens\": \"^4.0.0\"\n+ },\n+ \"dependencies\": {\n+ \"chalk\": {\n+ \"version\": \"2.4.2\",\n+ \"resolved\": \"https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz\",\n+ \"integrity\": \"sha512-Mti+f9lpJNcwF4tWV8/OrTTt... | TypeScript | MIT License | aurelia/aurelia | chore: update chalk to 3.0.0 | 1 | chore | null |
711,597 | 13.11.2019 15:20:23 | -3,600 | 586f2d7a31ba4f064fec9254736f577829de771b | feat(admin-ui): Display permissions by Channel in Admin detail view | [
{
"change_type": "MODIFY",
"diff": "import gql from 'graphql-tag';\n-export const ADMINISTRATOR_FRAGMENT = gql`\n- fragment Administrator on Administrator {\n+export const ROLE_FRAGMENT = gql`\n+ fragment Role on Role {\nid\ncreatedAt\nupdatedAt\n- firstName\n- lastName\n- emailAddress\n- user {\n- id\n- id... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Display permissions by Channel in Admin detail view | 1 | feat | admin-ui |
722,013 | 13.11.2019 15:44:24 | 21,600 | 9f9db588c21e4fbe6ca5f66407bc4a8f3281773b | style: simplify vuedoc-loader | [
{
"change_type": "MODIFY",
"diff": "@@ -57,8 +57,7 @@ export async function vuedocLoader(\nlet vsgDocs: ComponentProps = {\n...docs,\nevents: makeObject(docs.events),\n- slots: makeObject(docs.slots),\n- props: docs.props\n+ slots: makeObject(docs.slots)\n}\nconst componentVueDoc = getComponentVueDoc(source... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | style: simplify vuedoc-loader | 1 | style | null |
722,013 | 13.11.2019 15:56:09 | 21,600 | c3ce86065959f79a53764e1bc5a4313ce7586048 | style: avoid returning bindings when not necessary | [
{
"change_type": "MODIFY",
"diff": "@@ -43,7 +43,7 @@ export default async function slotHandler(documentation: Documentation, path: No\ndoc.description = comment.description\n}\nconst bindings = pathCall.node.arguments[0]\n- if (bt.isObjectExpression(bindings)) {\n+ if (bt.isObjectExpression(bindings) && bi... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | style: avoid returning bindings when not necessary | 1 | style | null |
401,147 | 13.11.2019 16:00:28 | -19,080 | 34ab084869aaa24a5cad81bd175e38815b713f4c | docs(core): update docs of table component
affects: | [
{
"change_type": "ADD",
"diff": "+import { Table } from '../Table';\n+import { defaultTheme } from '@medly-components/theme';\n+import { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\n+import * as stories from './Table.stories';\n+\n+<Meta title=\"Core/Table\" component={Table} />\n+\n+... | TypeScript | MIT License | medly/medly-components | docs(core): update docs of table component
affects: @medly-components/core | 1 | docs | core |
815,573 | 13.11.2019 16:04:31 | -28,800 | d43b6958ad62b559d60d03cce9b1a33c6f698f69 | fix: Fix get locator performance bug
When get header from main chain we can get it from snapshot | [
{
"change_type": "MODIFY",
"diff": "@@ -188,7 +188,7 @@ pub trait ChainStore<'a>: Send + Sync {\n}\nfn is_main_chain(&'a self, hash: &packed::Byte32) -> bool {\n- self.get_block_number(&hash).is_some()\n+ self.get(COLUMN_INDEX, hash.as_slice()).is_some()\n}\nfn get_tip_header(&'a self) -> Option<HeaderView>... | Rust | MIT License | nervosnetwork/ckb | fix: Fix get locator performance bug
When get header from main chain we can get it from snapshot | 1 | fix | null |
815,595 | 13.11.2019 16:19:52 | -28,800 | 1d654b9bd9b7e0d4d6b8e58b18783281d8b79ac7 | chore(test): Relay multiple transactions | [
{
"change_type": "MODIFY",
"diff": "@@ -60,10 +60,13 @@ impl Spec for TransactionRelayMultiple {\ncrate::setup!(num_nodes: 5);\nfn run(&self, net: &mut Net) {\n- let block = net.exit_ibd_mode();\nlet node0 = &net.nodes[0];\n- node0.generate_blocks((DEFAULT_TX_PROPOSAL_WINDOW.1 + 2) as usize);\n+ (0..node0.c... | Rust | MIT License | nervosnetwork/ckb | chore(test): Relay multiple transactions | 1 | chore | test |
815,598 | 13.11.2019 16:29:22 | -28,800 | 68300022bd862b43e530ccf733af0dc9a3d11b15 | chore: only bundle toml files in resource specs | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,8 @@ fn main() {\nfor entry in WalkDir::new(\"specs\").follow_links(true).into_iter() {\nmatch entry {\nOk(ref e)\n- if !e.file_type().is_dir() && !e.file_name().to_string_lossy().starts_with(\".\") =>\n+ if !e.file_name().to_string_lossy().starts_with(\".\")... | Rust | MIT License | nervosnetwork/ckb | chore: only bundle toml files in resource specs | 1 | chore | null |
722,013 | 13.11.2019 16:50:00 | 21,600 | f3e3a5364d049a230807cbd43b87400014107ef2 | docs: document new progressBar option | [
{
"change_type": "MODIFY",
"diff": "@@ -199,7 +199,7 @@ function initDatepicker() {\n}\n```\n-## `jsxInExamples` [BETA]\n+## `jsxInExamples`\nType: `Boolean`, default: `false`\n@@ -408,6 +408,14 @@ module.exports = {\n}\n```\n+## `progressBar`\n+\n+Type: `Boolean`, default: true\n+\n+Should styleguidist sho... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: document new progressBar option | 1 | docs | null |
401,147 | 13.11.2019 16:51:47 | -19,080 | 296ec8c6ac8d3c18a18e6280bbd4b4678b12b8eb | docs(layout): update docs for sidenav component
affects: | [
{
"change_type": "MODIFY",
"diff": "import { WithStyle } from '@medly-components/utils';\n-import React from 'react';\n+import React, { SFC } from 'react';\nimport { NavItemProps } from '../types';\nimport { NavItemStyled } from './NavItem.styled';\n-const NavItem: React.SFC<NavItemProps> & WithStyle = prop... | TypeScript | MIT License | medly/medly-components | docs(layout): update docs for sidenav component
affects: @medly-components/layout | 1 | docs | layout |
104,818 | 13.11.2019 16:55:30 | 21,600 | ade44b646572779d3e723a813fcacc3ab78c3e85 | fix(imagehotspots): most of the stopDrag handler isn't required | [
{
"change_type": "MODIFY",
"diff": "@@ -49,8 +49,6 @@ export const startDrag = (event, element, cursor, setCursor) => {\ncursorY,\ndragging: true,\n});\n- } else if (element === 'guide') {\n- // TODO\n}\nevent.preventDefault();\n};\n@@ -81,47 +79,8 @@ export const whileDrag = (event, cursor, setCursor, imag... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(imagehotspots): most of the stopDrag handler isn't required | 1 | fix | imagehotspots |
711,597 | 13.11.2019 17:02:59 | -3,600 | 2a674a3fcbe5c3252459d4d77d29051405bc8651 | feat(admin-ui): Enable deletion of Roles | [
{
"change_type": "MODIFY",
"diff": "@@ -1785,6 +1785,8 @@ export type Mutation = {\ncreateRole: Role,\n/** Update an existing Role */\nupdateRole: Role,\n+ /** Delete an existing Role */\n+ deleteRole: DeletionResponse,\n/** Create a new ShippingMethod */\ncreateShippingMethod: ShippingMethod,\n/** Update a... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Enable deletion of Roles | 1 | feat | admin-ui |
711,597 | 13.11.2019 17:04:58 | -3,600 | aec08be0b9c3e0a0f66c72a0afede604ef81ae05 | fix(admin-ui): Update permissions-based display when permissions change | [
{
"change_type": "MODIFY",
"diff": "</vdr-ab-left>\n<vdr-ab-right>\n<vdr-action-bar-items locationId=\"customer-list\"></vdr-action-bar-items>\n- <a class=\"btn btn-primary\" [routerLink]=\"['./create']\">\n+ <a class=\"btn btn-primary\" [routerLink]=\"['./create']\" *vdrIfPermissions=\"'CreateCustomer'\">\... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Update permissions-based display when permissions change | 1 | fix | admin-ui |
711,597 | 13.11.2019 17:06:28 | -3,600 | 34a6a3e9a80be5d09da376b7d782b86349f35b53 | fix(admin-ui): Correctly specify channels when creating a Role | [
{
"change_type": "MODIFY",
"diff": "@@ -77,7 +77,7 @@ export class RoleDetailComponent extends BaseDetailComponent<Role> implements On\ncode: formValue.code,\ndescription: formValue.description,\npermissions: this.getSelectedPermissions(),\n- channelIds: [formValue.channelId],\n+ channelIds: formValue.chann... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Correctly specify channels when creating a Role | 1 | fix | admin-ui |
67,476 | 13.11.2019 17:07:14 | -3,600 | 2517e5580f307c5057eaec785ddb69256f4e27be | feat(aot): implement StringExoticObject | [
{
"change_type": "MODIFY",
"diff": "@@ -1109,6 +1109,14 @@ export class $Number<T extends number = number> {\nreturn Object.is(this.value, other.value);\n}\n+ // http://www.ecma-international.org/ecma-262/#sec-isinteger\n+ public get IsInteger(): boolean {\n+ if (isNaN(this.value) || Object.is(this.value, I... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement StringExoticObject | 1 | feat | aot |
67,476 | 13.11.2019 17:18:14 | -3,600 | 1f8e3fb0a1b062a5149c6ad3d5d8705eace67891 | feat(aot): implement ImmutablePrototypeExoticObject | [
{
"change_type": "ADD",
"diff": "+import { $Object, $Boolean, $Null } from '../value';\n+import { Realm } from '../realm';\n+\n+// http://www.ecma-international.org/ecma-262/#sec-string-exotic-objects\n+export class $ImmutablePrototypeExoticObject extends $Object<'ImmutablePrototypeExoticObject'> {\n+ publi... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement ImmutablePrototypeExoticObject | 1 | feat | aot |
401,147 | 13.11.2019 17:24:07 | -19,080 | 9991b4d76b8729d85182d0d6e930931a7caf4c49 | docs(all): update readme and introduction file | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ import { Preview, Meta } from '@storybook/addon-docs/blocks';\n# Medly Components\n-[](https://www.travis-ci.com/medlypharmacy/medly-com... | TypeScript | MIT License | medly/medly-components | docs(all): update readme and introduction file | 1 | docs | all |
865,926 | 13.11.2019 17:24:30 | -3,600 | a8d71293ce6672be91b65a49d34da8e48e0ffc58 | chore(project): run tests on node LTS | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ cache:\njobs:\ninclude:\n- stage: test\n- node_js: node\n+ node_js: lts/*\nlanguage: node_js\nscript:\n- COVERAGE=1 npm run all -- --x64 --no-compress\n@@ -28,14 +28,14 @@ jobs:\n- stage: \"distro [macos]\"\nos: osx\nosx_image: xcode11.2\n- node_js: node\n... | JavaScript | MIT License | camunda/camunda-modeler | chore(project): run tests on node LTS | 1 | chore | project |
865,926 | 13.11.2019 17:25:01 | -3,600 | c0ef099690b23d1471e648d9fbc2392a53f06687 | chore(project): add electron-notarize | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha1-FOb9pcaOnk7L7/nM8DfL18BcWv4=\",\n\"dev\": true\n},\n+ \"electron-notarize\": {\n+ \"version\": \"0.2.0\",\n+ \"resolved\": \"https://registry.npmjs.org/electron-notarize/-/electron-notarize-0.2.0.tgz\",\n+ \"integrity\": \"sha512-u3KdEMOEcGMF9yCML8ej... | JavaScript | MIT License | camunda/camunda-modeler | chore(project): add electron-notarize | 1 | chore | project |
401,147 | 13.11.2019 17:25:32 | -19,080 | c6d895ebe7a53808f69ea3eccba255ec1699dd07 | docs(all): change storybook url | [
{
"change_type": "MODIFY",
"diff": "[](https://www.npmjs.com/package/styled-components)\n[](https://www.npmjs.com/package/type... | TypeScript | MIT License | medly/medly-components | docs(all): change storybook url | 1 | docs | all |
815,593 | 13.11.2019 17:58:21 | -28,800 | faf6a70904088cdcc04eca11af391a5517277fef | chore: update rpc doc | [
{
"change_type": "MODIFY",
"diff": "@@ -1057,7 +1057,7 @@ Returns the live cells collection by the hash of lock script.\n#### Parameters\nlock_hash - Cell lock script hash\n- page - Page number\n+ page - Page number, starts from 0\nper - Page size, max value is 50\nreverse_order - Returns the live cells col... | Rust | MIT License | nervosnetwork/ckb | chore: update rpc doc | 1 | chore | null |
217,922 | 13.11.2019 18:07:22 | -3,600 | dd2a46c0eba486bd1003c8964ad467ca58445900 | fix(inventory): saving inventory in database will now use less resources and be more reactive | [
{
"change_type": "MODIFY",
"diff": "@@ -4,9 +4,9 @@ import { PendingChangesService } from './pending-changes/pending-changes.service\nimport { AngularFirestore } from '@angular/fire/firestore';\nimport { FirestoreStorage } from './storage/firestore/firestore-storage';\nimport { UserInventory } from '../../m... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(inventory): saving inventory in database will now use less resources and be more reactive | 1 | fix | inventory |
401,147 | 13.11.2019 18:35:40 | -19,080 | 89ea085082829cba2098342c9793a43e2bc2e24a | feat(all): remove s3 upload command from all packages
affects:
@medly-components/theme, | [
{
"change_type": "MODIFY",
"diff": "\"lint\": \"run-p -c lint:*\",\n\"lint:css\": \"stylelint 'packages/**/src/**/*.tsx'\",\n\"lint:ts\": \"tslint -p tsconfig.json\",\n- \"prerelease\": \"yarn build\",\n- \"release\": \"lerna version\",\n- \"pres3upload\": \"run-s build create-pack\",\n- \"s3upload\": \"ler... | TypeScript | MIT License | medly/medly-components | feat(all): remove s3 upload command from all packages
affects: @medly-components/core, @medly-components/icons, @medly-components/layout,
@medly-components/loaders, @medly-components/theme, @medly-components/utils | 1 | feat | all |
276,946 | 13.11.2019 18:38:13 | 10,800 | 01e36759a813c684646ef1b05f84537fbd36c2ce | feat(yoga/stepper): stepper component for web environment | [
{
"change_type": "ADD",
"diff": "+---\n+title: 'Stepper'\n+metaTitle: 'Stepper'\n+metaDescription: 'Stepper component'\n+---\n+\n+# Stepper\n+\n+### Usage\n+\n+```javascript reactLive=true\n+<Stepper activeStep={2}>\n+ <Stepper.Step>Confirm Booking</Stepper.Step>\n+ <Stepper.Step>Class Booked</Stepper.Step>... | JavaScript | MIT License | gympass/yoga | feat(yoga/stepper): stepper component for web environment | 1 | feat | yoga/stepper |
217,922 | 13.11.2019 18:41:35 | -3,600 | 2e9a20f8f8ed9f34e982dd5f8292852cb4a33b52 | chore: better implementation for last commit | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,7 @@ export class FirestoreListStorage extends FirestoreRelationalStorage<List> imple\nthis.zone.runOutsideAngular(() => {\nthis.fns.httpsCallable('updateList')(\n{\n- diff: diff,\n+ diff: JSON.stringify(diff),\nuid: uid\n}\n);\n",
"new_path": "apps/clien... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: better implementation for last commit | 1 | chore | null |
401,147 | 13.11.2019 18:54:27 | -19,080 | 0795f5c139b529c3f6b65442ff71a8826ecf2c56 | fix(all): remove changelog for pre release setup
affects:
@medly-components/theme, | [
{
"change_type": "DELETE",
"diff": "-# Change Log\n-\n-All notable changes to this project will be documented in this file.\n-See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n-\n-# [1.2.0](https://github.com/medlypharmacy/medly-components/compare/@medly-components/core@1.1... | TypeScript | MIT License | medly/medly-components | fix(all): remove changelog for pre release setup
affects: @medly-components/core, @medly-components/icons, @medly-components/layout,
@medly-components/loaders, @medly-components/theme, @medly-components/utils | 1 | fix | all |
699,191 | 13.11.2019 19:04:57 | 28,800 | 50aef7634a58a38770c00e204408c396bcaefe53 | chore: remove unused issue template | [
{
"change_type": "DELETE",
"diff": "-Thanks for helping make Paste better! Note: For urgent requests, reach out at **#help-design-system**\n-\n-## I'm submitting a ...\n-\n-- [ ] bug report\n-- [ ] feature request\n-\n-## Is this related to an existing Paste Component? Please link it here:\n-\n-## Describe ... | TypeScript | MIT License | twilio-labs/paste | chore: remove unused issue template (#184) | 1 | chore | null |
866,398 | 13.11.2019 19:11:04 | 10,800 | fe6a28293a6b21749d6b2c6e17c2e6a14e4a051e | fix(masthead): share more css rules to masthead l1 | [
{
"change_type": "MODIFY",
"diff": "@@ -27,19 +27,25 @@ const MastheadL1 = ({ isShort }) => {\n[`${prefix}--masthead__l1--short`]: isShort,\n});\n- const eyebrowHidden = cx({\n- [`${prefix}--masthead__l1-name-eyebrow--hidden`]: isShort,\n+ const nameShortL1 = cx({\n+ [`${prefix}--masthead__l1-name--shortl1`... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(masthead): share more css rules to masthead l1 | 1 | fix | masthead |
438,921 | 13.11.2019 19:13:54 | -32,400 | e1daae67539bbb6bf468d1357f61275cddd5d006 | fix(zoom): Fix to pass domain arg on onzoom
Add omitted argument for onzoom option callback.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,8 @@ describe(\"API zoom\", function() {\nlet chart;\ndescribe(\"zoom line chart #1\", () => {\n+ const spy = sinon.spy();\n+\nbefore(() => {\nchart = util.generate({\ndata: {\n@@ -21,7 +23,8 @@ describe(\"API zoom\", function() {\n]\n},\nzoom: {\n- enabled: ... | TypeScript | MIT License | naver/billboard.js | fix(zoom): Fix to pass domain arg on onzoom
Add omitted argument for onzoom option callback.
Fix #1109 | 1 | fix | zoom |
401,147 | 13.11.2019 19:25:09 | -19,080 | a01f543ab1576656d5f3c434f3bcf16504e192df | docs(all): remove unwanted storybook plugin | [
{
"change_type": "MODIFY",
"diff": "import '@storybook/addon-docs/register';\nimport '@storybook/addon-knobs/register';\nimport 'storybook-addon-jsx/register';\n-import 'storybook-addon-react-docgen/register';\nimport '@storybook/addon-actions/register';\nimport '@storybook/addon-options/register';\n",
... | TypeScript | MIT License | medly/medly-components | docs(all): remove unwanted storybook plugin | 1 | docs | all |
401,147 | 13.11.2019 19:44:16 | -19,080 | 47de1c5cefa3f81b728698fd040e820f8ec6c233 | docs(all): update readme files
affects:
@medly-components/theme, | [
{
"change_type": "MODIFY",
"diff": "# React Core Components\n-Core package consits of components almost all basic react components like Avatar, Button, Input, List, Modal etc. Check docs [here](https://medly.github.io/medly-components).\n+This library contains components like Avatar, Button, Input, List, Mo... | TypeScript | MIT License | medly/medly-components | docs(all): update readme files
affects: @medly-components/core, @medly-components/icons, @medly-components/layout,
@medly-components/loaders, @medly-components/theme, @medly-components/utils | 1 | docs | all |
67,476 | 13.11.2019 20:03:08 | -3,600 | 32d651867edfbe7f5bc22c97c12600e363e155f2 | refactor(aot): inline HasProperty | [
{
"change_type": "MODIFY",
"diff": "@@ -147,7 +147,7 @@ import { NPMPackage } from '../system/npm-package-loader';\nimport { IModule, ResolveSet, ResolvedBindingRecord, Realm } from './realm';\nimport { PatternMatcher } from '../system/pattern-matcher';\nimport { $ModuleEnvRec, $EnvRec, $DeclarativeEnvRec }... | TypeScript | MIT License | aurelia/aurelia | refactor(aot): inline HasProperty | 1 | refactor | aot |
217,922 | 13.11.2019 20:16:20 | -3,600 | b854160a8706bd6a36fb0d52fc8ca1c4f54b393d | chore: preliminary changes for fishing data capture | [
{
"change_type": "MODIFY",
"diff": "@@ -158,7 +158,8 @@ export class IpcService {\nprivate handlePacket(packet: any): void {\nthis.packets$.next(packet);\n- if ((<any>window).debugPackets) {\n+ const debugPackets = (<any>window).debugPackets;\n+ if (debugPackets === true || (typeof debugPackets === 'functio... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: preliminary changes for fishing data capture | 1 | chore | null |
67,479 | 13.11.2019 21:24:41 | -39,600 | 7e427abd9da8b3442749ea900642a7ffa5d71cd8 | chore(clean): remove unecessary assignment, add value guard, comments | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,6 @@ interface IMayHavePropertyChangedCallback {\ntype HasPropertyChangedCallback = Required<IMayHavePropertyChangedCallback>;\n-/* eslint-disable @typescript-eslint/unbound-method */\n@subscriberCollection()\nexport class BindableObserver {\npublic currentVa... | TypeScript | MIT License | aurelia/aurelia | chore(clean): remove unecessary assignment, add value guard, comments | 1 | chore | clean |
722,013 | 13.11.2019 21:50:57 | 21,600 | 205f7a1f5dfb92760c217b09d2495f8a9cda80e1 | fix(plugin): es6 requires fix in plugin | [
{
"change_type": "MODIFY",
"diff": "const vsg = require('vue-styleguidist')\nconst merge = require('webpack-merge')\n-const configSchema = require('vue-styleguidist/lib/scripts/schemas/config')\n+const configSchemaImport = require('vue-styleguidist/lib/scripts/schemas/config')\n+const configSchema = configS... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(plugin): es6 requires fix in plugin | 1 | fix | plugin |
67,507 | 13.11.2019 21:59:27 | -3,600 | 13ef661ffe99b1d2ac9badc8cf371c15e3240da2 | chore: update fibers to 4.0.2 | [
{
"change_type": "MODIFY",
"diff": "\"dev\": true\n},\n\"@types/node\": {\n- \"version\": \"12.7.4\",\n- \"resolved\": \"https://registry.npmjs.org/@types/node/-/node-12.7.4.tgz\",\n- \"integrity\": \"sha512-W0+n1Y+gK/8G2P/piTkBBN38Qc5Q1ZSO6B5H3QmPCUewaiXOo2GCAWZ4ElZCcNhjJuBSUSLGFUJnmlCn5+nxOQ==\",\n+ \"ver... | TypeScript | MIT License | aurelia/aurelia | chore: update fibers to 4.0.2 | 1 | chore | null |
722,013 | 13.11.2019 22:20:14 | 21,600 | 9a19cc452bffeb325479dcf041d7a1c18807d2d7 | feat(plugin): better default config for | [
{
"change_type": "MODIFY",
"diff": "module.exports = {\n// set your styleguidist configuration here\ntitle: 'Default Style Guide',\n- components: 'src/components/**/[A-Z]*.vue',\n- defaultExample: true\n+ // components: 'src/components/**/[A-Z]*.vue',\n+ // defaultExample: true,\n// sections: [\n// {\n// na... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat(plugin): better default config for | 1 | feat | plugin |
722,013 | 13.11.2019 22:49:24 | 21,600 | f16b42403797ac78ad168c054134cbd2f7cccc97 | feat: make arrow functions default cleaner | [
{
"change_type": "MODIFY",
"diff": "*/\nexport default {\nname: 'CounterButton',\n+ props: {\n+ menuItems: {\n+ type: Array,\n+ default: () => []\n+ }\n+ },\ndata() {\nreturn {\nvalue: 0\n",
"new_path": "examples/basic/src/components/CounterButton/CounterButton.vue",
"old_path": "examples/basic/src/... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat: make arrow functions default cleaner | 1 | feat | null |
104,848 | 13.11.2019 22:50:04 | 21,600 | 0cfb21db3b2a530108c5a677ed5453d23d2fdc5c | fix(dashboard): add custom cards story | [
{
"change_type": "MODIFY",
"diff": "@@ -108,6 +108,7 @@ const defaultProps = {\ncardDimensions: CARD_DIMENSIONS,\ndashboardBreakpoints: DASHBOARD_BREAKPOINTS,\ndashboardColumns: DASHBOARD_COLUMNS,\n+ hideHeader: false,\ni18n: {\nnoDataLabel: 'No data is available for this time range.',\nnoDataShortLabel: 'N... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(dashboard): add custom cards story | 1 | fix | dashboard |
67,476 | 14.11.2019 00:11:28 | -3,600 | 2c715f5a7f5c956375f431c02024a0a8c41ef803 | refactor(custom-element): retrieve controller from metadata | [
{
"change_type": "MODIFY",
"diff": "@@ -321,7 +321,7 @@ export const CustomElement: CustomElementKind = {\nreturn typeof value === 'function' && Metadata.hasOwn(CustomElement.name, value);\n},\nbehaviorFor<T extends INode = INode>(node: T): IController<T> | undefined {\n- return (node as CustomElementHost<T... | TypeScript | MIT License | aurelia/aurelia | refactor(custom-element): retrieve controller from metadata | 1 | refactor | custom-element |
67,476 | 14.11.2019 00:11:52 | -3,600 | 31145e1896f8808c730a407dd80319afce345f8b | feat(custom-attribute): add behaviorFor api | [
{
"change_type": "MODIFY",
"diff": "@@ -21,9 +21,10 @@ import {\nBindingStrategy,\n} from '../flags';\nimport {\n- IViewModel,\n+ IViewModel, IController,\n} from '../lifecycle';\nimport { Bindable, BindableDefinition, PartialBindableDefinition } from '../templating/bindable';\n+import { INode } from '../do... | TypeScript | MIT License | aurelia/aurelia | feat(custom-attribute): add behaviorFor api | 1 | feat | custom-attribute |
304,882 | 14.11.2019 00:30:56 | 28,800 | ea2fd6b77b9fa7c0fec8408c66295151afcc80a3 | fix(semantic): operands for <= and >= are Comparable AND Equatable | [
{
"change_type": "MODIFY",
"diff": "@@ -616,55 +616,79 @@ impl BinaryExpr {\nlet cons = match self.operator {\n// The following operators require both sides to be equal.\n- ast::Operator::AdditionOperator\n- | ast::Operator::SubtractionOperator\n- | ast::Operator::MultiplicationOperator\n- | ast::Operator::... | Go | MIT License | influxdata/flux | fix(semantic): operands for <= and >= are Comparable AND Equatable | 1 | fix | semantic |
304,882 | 14.11.2019 00:31:46 | 28,800 | 8dd71e4711099ff7b2da43b36cfe8a69282fb9a0 | test(semantic): constrained generics | [
{
"change_type": "MODIFY",
"diff": "@@ -250,22 +250,8 @@ fn literals() {\n],\n}\n}\n-\n-// TODO(jsternberg): Use a function expression to test\n-// variables that are type variables.\n-\n#[test]\nfn string_interpolation() {\n- // test_infer! {\n- // env: map![\n- // \"name\" => \"forall [] t0\",\n- // ],\n-... | Go | MIT License | influxdata/flux | test(semantic): constrained generics | 1 | test | semantic |
67,476 | 14.11.2019 00:44:43 | -3,600 | f46dacc0c8367ddc25356fdce3d8d771544c00b8 | refactor(runtime): use metadata api to associate resources with nodes | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,8 @@ import {\nPLATFORM,\nRegistration,\nReporter,\n- toArray\n+ toArray,\n+ Metadata\n} from '@aurelia/kernel';\nimport {\nCustomElementHost,\n@@ -13,12 +14,11 @@ import {\nIElementProjector,\nINodeSequence,\nIProjectorLocator,\n- CustomElementDefinition\n+ Cu... | TypeScript | MIT License | aurelia/aurelia | refactor(runtime): use metadata api to associate resources with nodes | 1 | refactor | runtime |
67,476 | 14.11.2019 00:45:02 | -3,600 | 6fc87aeb8285dfca60a0cd781c4ec88a698438e7 | refactor(router): use new resource apis | [
{
"change_type": "MODIFY",
"diff": "-import { IDOM } from '@aurelia/runtime';\n+import { IDOM, CustomAttribute } from '@aurelia/runtime';\nimport { HTMLDOM } from '@aurelia/runtime-html';\nimport { Key } from '@aurelia/kernel';\n+import { GotoCustomAttribute } from './resources/goto';\n/**\n* Provides infor... | TypeScript | MIT License | aurelia/aurelia | refactor(router): use new resource apis | 1 | refactor | router |
67,476 | 14.11.2019 00:45:17 | -3,600 | 2d8d6f03b47c93544a6031410546862a464882b1 | refactor(au-dom): use new resource apis | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,8 @@ import {\nIRegistry,\nIResolver,\nKey,\n- Registration\n+ Registration,\n+ Metadata\n} from '@aurelia/kernel';\nimport {\naddBinding,\n@@ -53,7 +54,8 @@ import {\nCustomElementDefinition,\nToViewBindingInstruction,\nITemplateCompiler,\n- IScheduler\n+ ISch... | TypeScript | MIT License | aurelia/aurelia | refactor(au-dom): use new resource apis | 1 | refactor | au-dom |
67,476 | 14.11.2019 00:45:37 | -3,600 | 24332c6a2e2d6854765a9cdf7101a2eb319af431 | chore(test): fix tests with new resource apis | [
{
"change_type": "MODIFY",
"diff": "@@ -140,8 +140,14 @@ describe('ChildrenObserver', function() {\nau.app({ host, component });\nau.start();\n- const hostViewModel = (host as any).$controller.viewModel;\n- const viewModel = (host.children[0] as any).$controller.viewModel;\n+ const hostViewModel = CustomEle... | TypeScript | MIT License | aurelia/aurelia | chore(test): fix tests with new resource apis | 1 | chore | test |
67,476 | 14.11.2019 00:49:25 | -3,600 | 0823dfe45c1b900c578111a7a5b18182ab5ef131 | refactor(all): rename behaviorFor to for | [
{
"change_type": "MODIFY",
"diff": "@@ -140,11 +140,11 @@ describe('ChildrenObserver', function() {\nau.app({ host, component });\nau.start();\n- const hostViewModel = CustomElement.behaviorFor(host).viewModel as {\n+ const hostViewModel = CustomElement.for(host).viewModel as {\noneCount: number;\ntwoCount:... | TypeScript | MIT License | aurelia/aurelia | refactor(all): rename behaviorFor to for | 1 | refactor | all |
67,476 | 14.11.2019 02:49:53 | -3,600 | 77a04e0dad14abef330ec924e02ef81f998bbc14 | feat(dom): add getEffectiveParentNode api for containerless support | [
{
"change_type": "MODIFY",
"diff": "@@ -172,6 +172,26 @@ export class HTMLDOM implements IDOM {\nreturn this.document.createTextNode(text);\n}\n+ public getEffectiveParentNode(node: Node): Node | null {\n+ // First try to get the nearest au-start render location, which would be the containerless parent,\n+ ... | TypeScript | MIT License | aurelia/aurelia | feat(dom): add getEffectiveParentNode api for containerless support | 1 | feat | dom |
67,476 | 14.11.2019 02:50:40 | -3,600 | 47b61a68382b188096b3c706d3034ae5d10f9233 | feat(controller): add 'is' api for checking if the resource name matches | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ import {\nPLATFORM,\nWritable,\nConstructable,\n+ isObject,\n} from '@aurelia/kernel';\nimport {\nPropertyBinding,\n@@ -32,10 +33,10 @@ import {\nIController,\nILifecycle,\nIRenderContext,\n- IViewCache,\nIViewModel,\nViewModelKind,\nMountStrategy,\n+ IVie... | TypeScript | MIT License | aurelia/aurelia | feat(controller): add 'is' api for checking if the resource name matches | 1 | feat | controller |
67,476 | 14.11.2019 02:51:29 | -3,600 | 46da0dca326a7c42e5c05cbbcd66cd4d61ea1ae0 | feat(custom-element): add 'name' and 'searchParents' parameters to CustomElement.for api | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,8 @@ import {\nIDOM,\nINode,\nINodeSequence,\n- IRenderLocation\n+ IRenderLocation,\n+ DOM\n} from '../dom';\nimport {\nIController,\n@@ -55,7 +56,9 @@ export type PartialCustomElementDefinition = PartialResourceDefinition<{\nexport type CustomElementType<T e... | TypeScript | MIT License | aurelia/aurelia | feat(custom-element): add 'name' and 'searchParents' parameters to CustomElement.for api | 1 | feat | custom-element |
67,476 | 14.11.2019 03:13:08 | -3,600 | 325601b0473399d38434900dfa75a32e114f7e3f | feat(dom): let the getEffectiveParentNode api also traverse out of shadow roots | [
{
"change_type": "MODIFY",
"diff": "@@ -18,8 +18,10 @@ import {\nITemplate,\nITemplateFactory,\nNodeSequence,\n- CustomElementDefinition\n+ CustomElementDefinition,\n+ CustomElement\n} from '@aurelia/runtime';\n+import { ShadowDOMProjector } from './projectors';\nexport const enum NodeType {\nElement = 1,\n... | TypeScript | MIT License | aurelia/aurelia | feat(dom): let the getEffectiveParentNode api also traverse out of shadow roots | 1 | feat | dom |
67,476 | 14.11.2019 03:17:32 | -3,600 | 2625040ede56c37548e6f4bc060d6292277ec3ab | refactor(ref): check element name again | [
{
"change_type": "MODIFY",
"diff": "@@ -418,6 +418,7 @@ describe('templating-compiler.ref.spec.ts', function() {\n// just to complete the assertion\n...[\n'view',\n+ 'controller',\n'view-model',\n'rando'\n].map(refTarget => {\n",
"new_path": "packages/__tests__/5-jit-html/template-compiler.ref.spec.ts",... | TypeScript | MIT License | aurelia/aurelia | refactor(ref): check element name again | 1 | refactor | ref |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.