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
306,430
01.08.2019 20:45:06
-7,200
a4f9465e580549421775717572aa7467e49ae78a
fix(form): remove disconnected elements from Form Registrar Manager
[ { "change_type": "MODIFY", "diff": "@@ -34,6 +34,13 @@ export const FormRegistrarMixin = dedupeMixin(\nthis.addEventListener('form-element-register', this._onRequestToAddFormElement);\n}\n+ disconnectedCallback() {\n+ if (super.disconnectedCallback) {\n+ super.disconnectedCallback();\n+ }\n+ formRegistrarMa...
JavaScript
MIT License
ing-bank/lion
fix(form): remove disconnected elements from Form Registrar Manager
1
fix
form
306,430
01.08.2019 20:45:55
-7,200
3d16dc7b0cc6fbddc189be690f268beb5db2e1a2
fix(form): add elements to Form Registrar Manager when connected
[ { "change_type": "MODIFY", "diff": "@@ -28,12 +28,18 @@ export const FormRegistrarMixin = dedupeMixin(\nthis.registrationReady = new Promise(resolve => {\nthis.__resolveRegistrationReady = resolve;\n});\n- formRegistrarManager.add(this);\nthis._onRequestToAddFormElement = this._onRequestToAddFormElement.bin...
JavaScript
MIT License
ing-bank/lion
fix(form): add elements to Form Registrar Manager when connected
1
fix
form
866,393
01.08.2019 21:12:57
-32,400
8250bf602aa2f270cd92201a484962319f8716e1
chore(storybook): fix button event
[ { "change_type": "MODIFY", "diff": "@@ -17,14 +17,16 @@ const createProps = () => ({\ndisabled: boolean('Disabled (disabled)', false),\nsmall: boolean('Small (small)', false),\nhref: text('Link href (href)', ''),\n- onClick: action('onClick'),\n+ onClick: action('click'),\n});\nstoriesOf('Button', module)\n...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(storybook): fix button event (#62)
1
chore
storybook
713,841
01.08.2019 21:19:51
-7,200
c1f48f85a3786399f96bfc08a674298393300d6d
chore(file-locking): fix publishConfig
[ { "change_type": "MODIFY", "diff": "\"author\": \"Juan Picado <juanpicado19@gmail.com>\",\n\"license\": \"MIT\",\n\"publishConfig\": {\n- \"access\": true\n+ \"access\": \"public\"\n},\n\"main\": \"lib/index.js\",\n\"types\": \"lib/index.d.ts\",\n", "new_path": "core/file-locking/package.json", "old...
TypeScript
MIT License
verdaccio/monorepo
chore(file-locking): fix publishConfig
1
chore
file-locking
67,516
01.08.2019 21:20:59
-7,200
03ab122e2d2223490e6c643b9949ab43d3520d7c
feat(i18n): alias integration This commit concludes the alias registration of translate attributes. Added both integration and e2e tests.
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,4 @@ import template from './app.html';\n@customElement({ name: 'app', template })\nexport class App {\nmessage = 'Hello World!';\n- obj = {\n- key: 'status'\n- };\n}\n", "new_path": "packages/__tests__/e2e/src/app.ts", "old_path": "packages/__tests__/e...
TypeScript
MIT License
aurelia/aurelia
feat(i18n): alias integration This commit concludes the alias registration of translate attributes. Added both integration and e2e tests.
1
feat
i18n
217,922
01.08.2019 23:30:36
-7,200
f600f9ac4710a7771c5a0987df7f5888b300985e
fix(auth): fixed an issue with blank character association popup
[ { "change_type": "MODIFY", "diff": "<div *ngIf=\"servers$ | async as availableServers; else loading\">\n- <nz-alert *ngIf=\"localstorageUser.stats !== {} && mandatory\" nzType=\"warning\" nzShowIcon\n+ <nz-alert *ngIf=\"localstorageUser?.stats && localstorageUser?.stats !== {} && mandatory\" nzType=\"warnin...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(auth): fixed an issue with blank character association popup
1
fix
auth
217,922
02.08.2019 00:09:55
-7,200
b6ae53fb3f72faa5308b2c65bc7a2485e599bb26
chore: small fix for auth checks
[ { "change_type": "MODIFY", "diff": "@@ -160,7 +160,10 @@ export class AuthEffects {\n}),\nwithLatestFrom(this.authFacade.loggedIn$),\nfilter(([action, loggedIn]) => {\n- const cachedUser: TeamcraftUser = JSON.parse(localStorage.getItem('auth:user') || '{}');\n+ let cachedUser: any = JSON.parse(localStorage....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fix for auth checks
1
chore
null
217,922
02.08.2019 00:14:19
-7,200
072c66b67ae0f04effe32dd221120f133539b93f
feat: new patreon supporter: Scrapper Spart
[ { "change_type": "MODIFY", "diff": "'Uzari Azari',\n'Forgiven Ignorance | Cerberus',\n'Saga, de L\\'Ordre des ombres',\n- 'Victoria Valyntara'\n+ 'Victoria Valyntara',\n+ 'Scrapper Spart'\n];\nconst randomPatron = patrons[Math.floor(Math.random() * patrons.length)];\ndocument.getElementById('random-patron')...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: new patreon supporter: Scrapper Spart
1
feat
null
217,922
02.08.2019 00:24:04
-7,200
0edb09fc8b06ac7eb7c36c40da826be893240b14
feat(teams): added webhook option for item completion notification
[ { "change_type": "MODIFY", "diff": "@@ -100,12 +100,17 @@ export class DiscordWebhookService {\n}\nnotifyItemChecked(team: Team, itemIcon: number, list: List, memberId: string, amount: number, itemId: number, totalNeeded: number, finalItem: boolean): void {\n+ const row = list.getItemById(itemId, !finalItem...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(teams): added webhook option for item completion notification
1
feat
teams
713,841
02.08.2019 00:50:21
-7,200
b079167997cd727636bae01fe913d6d59a4e4593
ci: add a lint stage in CircleCI
[ { "change_type": "MODIFY", "diff": "@@ -67,6 +67,14 @@ jobs:\nroot: *repo_path\npaths:\n- ./*\n+ lint:\n+ <<: *defaults\n+ <<: *default_executor\n+ steps:\n+ - *restore_repo\n+ - run:\n+ name: Lint code\n+ command: yarn lint\ntest_node12:\n<<: *defaults\n@@ -125,6 +133,10 @@ workflows:\njobs:\n- prepare:\n<...
TypeScript
MIT License
verdaccio/monorepo
ci: add a lint stage in CircleCI
1
ci
null
217,922
02.08.2019 01:08:01
-7,200
eb488a487fe329f8dbbb5998291c02a09fa53ed5
fix(layout): fixed white scrips not being filtered properly
[ { "change_type": "MODIFY", "diff": "@@ -120,7 +120,9 @@ export class LayoutRowFilter {\n10309,\n10311,\n17833,\n- 17834\n+ 17834,\n+ 25199,\n+ 25200\n];\nfor (const tokenId of scriptIds) {\n", "new_path": "apps/client/src/app/core/layout/layout-row-filter.ts", "old_path": "apps/client/src/app/core/l...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(layout): fixed white scrips not being filtered properly
1
fix
layout
67,494
02.08.2019 01:26:19
-7,200
6d4975817b447625e7eb2ea981866fc18f5bff3b
feat(router): add condition to NavRoute
[ { "change_type": "MODIFY", "diff": "@@ -8,10 +8,12 @@ export class NavRoute {\npublic instructions: ViewportInstruction[];\npublic title: string;\npublic link?: string;\n+ public linkVisible?: boolean | ((route: NavRoute) => boolean);\npublic linkActive?: string | ((route: NavRoute) => boolean);\npublic chi...
TypeScript
MIT License
aurelia/aurelia
feat(router): add condition to NavRoute
1
feat
router
679,913
02.08.2019 04:03:04
-3,600
f94b430e02aa0ee19eb822dfad1945fd333617b6
feat(imgui): import as new package
[ { "change_type": "ADD", "diff": "+.cache\n+.meta\n+.nyc_output\n+*.gz\n+*.html\n+*.svg\n+*.tgz\n+*.h\n+*.o\n+*.wasm\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n", "new_path": "packages/imgui/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Ap...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): import as new package @thi.ng/imgui
1
feat
imgui
866,393
02.08.2019 08:28:17
-32,400
fd8f840efeaea9a2a18ead2144b20fd97db98264
feat(checkbox): introduce bx-checkbox Fixes
[ { "change_type": "ADD", "diff": "+# Check box\n+\n+Check box in `carbon-custom-elements` represents a combination of a check box and its label.\n+\n+## Basic usage\n+\n+Regular checkbox:\n+\n+```html\n+<bx-checkbox checked label-text=\"Checkbox\" />\n+```\n+\n+Indeterminate state:\n+\n+```html\n+<bx-checkbo...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(checkbox): introduce bx-checkbox (#64) Fixes #43.
1
feat
checkbox
711,597
02.08.2019 09:18:36
-7,200
554357f958a7982f496b51be3e36d78264625cd7
refactor(core): Optimize db calls when adjusting order lines
[ { "change_type": "MODIFY", "diff": "@@ -232,17 +232,20 @@ export class OrderService {\norder.lines.push(orderLine);\nawait this.connection.getRepository(Order).save(order);\n}\n- return this.adjustOrderLine(ctx, orderId, orderLine.id, orderLine.quantity + quantity);\n+ return this.adjustOrderLine(ctx, order...
TypeScript
MIT License
vendure-ecommerce/vendure
refactor(core): Optimize db calls when adjusting order lines
1
refactor
core
713,841
02.08.2019 09:30:35
-7,200
4049f2089ff476664f3cf89daf01dae081f40ff1
chore(babel-preset): fix ESLint config Remove unnecessary ESLint rules Use new Prettier settings
[ { "change_type": "MODIFY", "diff": "{\n- \"plugins\": [\n- \"babel\",\n- \"verdaccio\"\n- ],\n\"extends\": [\n- \"eslint:recommended\",\n- \"google\",\n\"@verdaccio\",\n\"plugin:prettier/recommended\",\n\"plugin:verdaccio/recommended\"\n],\n+ \"plugins\": [\n+ \"babel\"\n+ ],\n\"settings\": {\n\"react\": {\...
TypeScript
MIT License
verdaccio/monorepo
chore(babel-preset): fix ESLint config - Remove unnecessary ESLint rules - Use new Prettier settings
1
chore
babel-preset
713,841
02.08.2019 09:32:13
-7,200
9d42976c9d0fbe93c372754090e280b05f06e32b
chore(commons-api): fix ESLint config Remove unnecessary config Use new Prettier settings Fix Lint Staged
[ { "change_type": "MODIFY", "diff": "{\n\"extends\": [\"@verdaccio\"],\n- \"plugins\": [\"jest\"],\n\"rules\": {\n- \"@typescript-eslint/no-use-before-define\": 0\n- },\n- \"env\": {\n- \"jest/globals\": true\n+ \"@typescript-eslint/no-use-before-define\": \"off\"\n}\n}\n", "new_path": "core/commons-api/...
TypeScript
MIT License
verdaccio/monorepo
chore(commons-api): fix ESLint config - Remove unnecessary config - Use new Prettier settings - Fix Lint Staged
1
chore
commons-api
866,394
02.08.2019 09:33:56
14,400
58ea9e9e07ab2a09e293217524b90f7264e39713
feat(styles): cleaned up gulpfile into multiple task/build files
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/.yarn/offline-mirror/gulp-autoprefixer-6.1.0.tgz differ\n", "new_path": ".yarn/offline-mirror/gulp-autoprefixer-6.1.0.tgz", "old_path": ".yarn/offline-mirror/gulp-autoprefixer-6.1.0.tgz" }, { "change_type": "ADD", "diff": "Bin...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(styles): cleaned up gulpfile into multiple task/build files
1
feat
styles
713,841
02.08.2019 09:33:57
-7,200
e5c9c5ed696502839a339d00df4218cf4722cd95
chore(file-locking): fix ESLint config Use new Prettier settings Remove unnecessary script
[ { "change_type": "DELETE", "diff": "-{\n- \"endOfLine\": \"auto\",\n- \"semi\": true,\n- \"singleQuote\": true,\n- \"useTabs\": false,\n- \"printWidth\": 800,\n- \"tabWidth\": 2,\n- \"bracketSpacing\": true,\n- \"overrides\": [\n- {\n- \"files\": \"*.test.js\",\n- \"options\": {\n- \"semi\": true\n- }\n- }\...
TypeScript
MIT License
verdaccio/monorepo
chore(file-locking): fix ESLint config - Use new Prettier settings - Remove unnecessary script
1
chore
file-locking
713,841
02.08.2019 09:35:59
-7,200
3f6f30ab1cf047ed5ebcf80dab51cde338a7d01e
chore(readme): fix ESLint config Use new Prettier settings Remove unnecessary rules Remove unnecessary scripts Fix Lint Staged
[ { "change_type": "MODIFY", "diff": "\"extends\": [\"@verdaccio\"],\n\"rules\": {\n\"@typescript-eslint/no-var-requires\": [\"warn\"],\n- \"@typescript-eslint/explicit-function-return-type\": [0],\n- \"max-len\": [0]\n+ \"@typescript-eslint/explicit-function-return-type\": [\"off\"]\n}\n}\n", "new_path":...
TypeScript
MIT License
verdaccio/monorepo
chore(readme): fix ESLint config - Use new Prettier settings - Remove unnecessary rules - Remove unnecessary scripts - Fix Lint Staged
1
chore
readme
217,922
02.08.2019 09:37:21
-7,200
e81a65c9856ad34a7b1d7de1a2ef8d70a7e751fd
fix(profile): fixed masterbook order for CUL
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ export class MasterbooksPopupComponent implements OnInit {\n//ALC\n14: [8141, 7784, 9342, 12250, 14132, 17875, 22315, 24272, 7792],\n//CUL\n- 15: [7785, 9343, 12251, 14133, 17876, 24273, 22316],\n+ 15: [7785, 9343, 12251, 14133, 17876, 22316, 24273],\n//...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(profile): fixed masterbook order for CUL
1
fix
profile
713,841
02.08.2019 09:37:48
-7,200
c848e43e6ab7f81e64999bf580bf6308cbf5a710
chore(streams): fix ESLint config Use new Prettier settings Remove unnecessary script Fix Lint Staged
[ { "change_type": "MODIFY", "diff": "{\n\"extends\": [\"@verdaccio\"],\n\"rules\": {\n- \"prettier/prettier\": [\"error\", { \"endOfLine\": \"auto\", \"singleQuote\": true }],\n\"@typescript-eslint/interface-name-prefix\": \"off\",\n\"@typescript-eslint/no-use-before-define\": \"off\"\n}\n", "new_path": ...
TypeScript
MIT License
verdaccio/monorepo
chore(streams): fix ESLint config - Use new Prettier settings - Remove unnecessary script - Fix Lint Staged
1
chore
streams
713,841
02.08.2019 09:38:54
-7,200
4b6b209bbf72c3b97430b7e413219daeabdb1a76
chore(verdaccio-audit): fix ESLint config Use new Prettier settings Remove unnecessary scripts Fix Lint Staged
[ { "change_type": "DELETE", "diff": "-{\n- \"endOfLine\": \"auto\",\n- \"semi\": true,\n- \"singleQuote\": true,\n- \"useTabs\": false,\n- \"printWidth\": 800,\n- \"tabWidth\": 2,\n- \"bracketSpacing\": true,\n- \"overrides\": [\n- {\n- \"files\": \"*.test.js\",\n- \"options\": {\n- \"semi\": true\n- }\n- }\...
TypeScript
MIT License
verdaccio/monorepo
chore(verdaccio-audit): fix ESLint config - Use new Prettier settings - Remove unnecessary scripts - Fix Lint Staged
1
chore
verdaccio-audit
866,394
02.08.2019 09:39:33
14,400
4f490faed474c62bd7125abc0b4d797ee37fb2d9
feat(styles): fixed public package files
[ { "change_type": "MODIFY", "diff": "\"description\": \"IBM.com Library Styles\",\n\"version\": \"0.1.1\",\n\"license\": \"Apache-2.0\",\n- \"main\": \"lib/index.js\",\n- \"module\": \"es/index.js\",\n+ \"main\": \"dist/ibm-dotcom-styles.min.css\",\n+ \"module\": \"src/scss\",\n\"repository\": \"https://gith...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(styles): fixed public package files
1
feat
styles
713,841
02.08.2019 09:41:15
-7,200
bc132ef0c1b16f43029b0f54d41db56b448d4f51
chore(verdaccio-auth-memory): fix ESLint config Use new Prettier settings Remove unnecessary scripts Fix Lint Staged
[ { "change_type": "DELETE", "diff": "-{\n- \"endOfLine\": \"auto\",\n- \"useTabs\": false,\n- \"printWidth\": 120,\n- \"tabWidth\": 2,\n- \"singleQuote\": true,\n- \"requirePragma\": true,\n- \"bracketSpacing\": false,\n- \"jsxBracketSameLine\": false,\n- \"trailingComma\": \"es5\",\n- \"semi\": true,\n- \"p...
TypeScript
MIT License
verdaccio/monorepo
chore(verdaccio-auth-memory): fix ESLint config - Use new Prettier settings - Remove unnecessary scripts - Fix Lint Staged
1
chore
verdaccio-auth-memory
713,841
02.08.2019 09:42:44
-7,200
7089bf0f91958e2aa505631b8f078ffea8d2d04b
chore(verdaccio-memory): fix ESLint config Use new Prettier settings Remove unnecessary scripts Fix Lint Staged
[ { "change_type": "MODIFY", "diff": "{\n- \"extends\": [\n- \"@verdaccio\"\n- ]\n+ \"extends\": [\"@verdaccio\"]\n}\n", "new_path": "plugins/memory/.eslintrc.json", "old_path": "plugins/memory/.eslintrc.json" }, { "change_type": "DELETE", "diff": "-{\n- \"endOfLine\": \"auto\",\n- \"semi\...
TypeScript
MIT License
verdaccio/monorepo
chore(verdaccio-memory): fix ESLint config - Use new Prettier settings - Remove unnecessary scripts - Fix Lint Staged
1
chore
verdaccio-memory
713,841
02.08.2019 09:45:05
-7,200
e39be6b324b83a9f17b52a5077d39d20862c1069
chore(verdaccio-htpasswd): fix ESLint config Use new Prettier settings Add extension (json) to .eslintrc file Remove unnecessary scripts
[ { "change_type": "DELETE", "diff": "-{\n- \"extends\": [\n- \"@verdaccio\"\n- ],\n- \"rules\": {\n- \"@typescript-eslint/no-var-requires\": 0\n- }\n-}\n", "new_path": null, "old_path": "plugins/htpasswd/.eslintrc" }, { "change_type": "ADD", "diff": "+{\n+ \"extends\": [\"@verdaccio\"],\n...
TypeScript
MIT License
verdaccio/monorepo
chore(verdaccio-htpasswd): fix ESLint config - Use new Prettier settings - Add extension (json) to .eslintrc file - Remove unnecessary scripts
1
chore
verdaccio-htpasswd
713,841
02.08.2019 09:45:42
-7,200
38cfb67151cbf19cd0fb978cfbe68dbf4a0d85d3
chore(types): add ESLint, Prettier and Lint Staged
[ { "change_type": "ADD", "diff": "+{\n+ \"extends\": [\"@verdaccio\"],\n+ \"rules\": {\n+ \"@typescript-eslint/adjacent-overload-signatures\": \"off\",\n+ \"@typescript-eslint/explicit-member-accessibility\": \"off\",\n+ \"@typescript-eslint/interface-name-prefix\": \"off\",\n+ \"@typescript-eslint/no-explic...
TypeScript
MIT License
verdaccio/monorepo
chore(types): add ESLint, Prettier and Lint Staged
1
chore
types
866,394
02.08.2019 09:52:53
14,400
5be4f6fc13fab82176cef388924bf81525b6ab6a
feat(styles): moved scss folder to the root
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,6 @@ global.config = {\ndistPath: 'dist/**/*',\ndistCss: 'ibm-dotcom-styles.css',\ndistCssMin: 'ibm-dotcom-styles.min.css',\n- scssEntry: 'src/scss/ibm-dotcom-styles.scss',\n- scssFiles: 'src/**/**/*.scss',\n+ scssEntry: 'scss/ibm-dotcom-styles.scss',\n+ scssFi...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(styles): moved scss folder to the root
1
feat
styles
217,922
02.08.2019 10:22:33
-7,200
23afdfcdbacedf176942de13446a85c9e6c724e1
fix(simulator): fixed a bug with min stats popup hanging browser forever
[ { "change_type": "MODIFY", "diff": "<div *ngIf=\"stats\">\n+ <div *ngIf=\"stats.found; else notFound\">\n<div>{{'SIMULATOR.CONFIGURATION.Craftsmanship' | translate}}: {{stats.craftsmanship}}</div>\n<div>{{'SIMULATOR.CONFIGURATION.Control' | translate}}: {{stats.control}}</div>\n<div>{{'SIMULATOR.Cp_amount' ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed a bug with min stats popup hanging browser forever
1
fix
simulator
865,921
02.08.2019 11:04:34
-7,200
9b2ad810e8ba66365e517976afb078c139fcfa12
chore(client): bundle as standard web target We do not need the extra electron bindings.
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ const { LicenseWebpackPlugin } = require('license-webpack-plugin');\nmodule.exports = {\nmode: DEV ? 'development' : (LICENSE_CHECK ? 'none' : 'production'),\n- target: 'electron-renderer',\n+ target: 'web',\nentry: {\nbundle: ['./src/index.js']\n},\n", ...
JavaScript
MIT License
camunda/camunda-modeler
chore(client): bundle as standard web target We do not need the extra electron bindings.
1
chore
client
266,135
02.08.2019 11:35:41
25,200
d3ddaf268a2a4e9ca7676d71dcabec6b7dcf4229
feat(gcf-utils): utility to add/upload probot secrets.
[ { "change_type": "MODIFY", "diff": "\"repository\": \"https://github.com/googleapis/repo-automation-bots.git\",\n\"homepage\": \"https://github.com/googleapis/repo-automation-bots\",\n\"bugs\": \"https://github.com/googleapis/repo-automation-bots/issues\",\n+ \"bin\": {\n+ \"genkey\": \"./build/src/bin/genk...
TypeScript
Apache License 2.0
googleapis/repo-automation-bots
feat(gcf-utils): utility to add/upload probot secrets. (#18)
1
feat
gcf-utils
865,921
02.08.2019 11:39:48
-7,200
04ca3c6864b3ec8c3c54bdb04972524cedb7c514
chore(CHANGELOG): update to v3.2.2
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,11 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-\n___Note:__ Yet to be released changes appear here._\n+## 3.2.2\n+\n+* `FIX`: make align-to-origin grid-aware\n+* `FIX`: allow deploy dialog to be closed without warnings ([#...
JavaScript
MIT License
camunda/camunda-modeler
chore(CHANGELOG): update to v3.2.2
1
chore
CHANGELOG
306,385
02.08.2019 13:11:51
-7,200
b90d89ccf0272c8101b7e1c5df668225b7cf63f9
chore(fieldset): replaced CssClassMixin by DisabledMixin
[ { "change_type": "MODIFY", "diff": "import { SlotMixin, html } from '@lion/core';\nimport { LionLitElement } from '@lion/core/src/LionLitElement.js';\n-import { CssClassMixin } from '@lion/core/src/CssClassMixin.js';\n+import { DisabledMixin } from '@lion/core/src/DisabledMixin.js';\nimport { ObserverMixin ...
JavaScript
MIT License
ing-bank/lion
chore(fieldset): replaced CssClassMixin by DisabledMixin
1
chore
fieldset
306,385
02.08.2019 13:13:50
-7,200
5432f5913ffa620f7ee77a24e93de17733feb6ce
chore(field): replaced CssClassMixin by DisabledMixin
[ { "change_type": "MODIFY", "diff": "import { DelegateMixin, SlotMixin, LitElement } from '@lion/core';\nimport { ElementMixin } from '@lion/core/src/ElementMixin.js';\n-import { CssClassMixin } from '@lion/core/src/CssClassMixin.js';\n+import { DisabledMixin } from '@lion/core/src/DisabledMixin.js';\nimport...
JavaScript
MIT License
ing-bank/lion
chore(field): replaced CssClassMixin by DisabledMixin
1
chore
field
306,385
02.08.2019 13:29:06
-7,200
eb1e29557601c538aaa1e5836e2984cb8b65400e
chore: removed super.properties everywhere
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,6 @@ export const ChoiceInputMixin = superclass =>\nclass ChoiceInputMixin extends FormatMixin(superclass) {\nstatic get properties() {\nreturn {\n- ...super.properties,\n/**\n* Boolean indicating whether or not this element is checked by the end user.\n*/\n", ...
JavaScript
MIT License
ing-bank/lion
chore: removed super.properties everywhere
1
chore
null
401,147
02.08.2019 13:29:06
-19,080
68066fcccae7cf3b7cd79df91883a418cf3c4b1d
fix: fixed type issue for select component affects:
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ type InputProps = Omit<HTMLProps<HTMLInputElement>, 'onChange'>;\nexport interface SelectProps extends InputProps, WithThemeProp {\noptions: Array<{ value: any; label: string }>;\n- defaultSelected?: string;\n+ defaultSelected?: any;\nlabelPosition?: Lab...
TypeScript
MIT License
medly/medly-components
fix: fixed type issue for select component affects: @medly-components/core
1
fix
null
104,857
02.08.2019 14:05:51
10,800
c06e281a9e07d9c0101fecf9a17b01b2e65d3f07
fix(sort): support sort table if column is type =
[ { "change_type": "MODIFY", "diff": "@@ -174,7 +174,7 @@ const AsyncTable = ({ fetchData }) => {\n},\ntable: {\nonChangeSort: column => {\n- dispatch(baseTableActions.tableColumnSort(column));\n+ dispatch(baseTableActions.tableColumnSort(column, columns));\n},\nonRowSelected: (rowId, isSelected) => {\ndispat...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(sort): support sort table if column is type =
1
fix
sort
104,857
02.08.2019 14:07:46
10,800
aa59adb2ff25437897f114938b6eaccb5bac312f
fix(filter): filter x icon was overlapping content
[ { "change_type": "MODIFY", "diff": "import React from 'react';\n-import { OverflowMenu, OverflowMenuItem, Icon } from 'carbon-components-react';\n+import { OverflowMenu, OverflowMenuItem, Icon, Button } from 'carbon-components-react';\nimport styled from 'styled-components';\nimport moment from 'moment';\n+...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(filter): filter x icon was overlapping content
1
fix
filter
104,844
02.08.2019 14:11:10
14,400
b8c88e67cbdffbc82836a567c7130424ce3ea108
fix(structuredlist): Change to composed, add carbon version
[ { "change_type": "ADD", "diff": "+import React, { Fragment } from 'react';\n+import {\n+ StructuredListWrapper,\n+ StructuredListHead,\n+ StructuredListBody,\n+ StructuredListRow,\n+ StructuredListCell,\n+} from 'carbon-components-react';\n+import PropTypes from 'prop-types';\n+import styled from 'styled-co...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(structuredlist): Change to composed, add carbon version
1
fix
structuredlist
679,913
02.08.2019 14:25:23
-3,600
78097340537fd3a20177d308b5897bf86932a3ca
feat(imgui): add key consts, update key handling (shift/alt mods)
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,17 @@ export const enum KeyModifier {\nALT = 8\n}\n+export const enum Key {\n+ TAB = \"Tab\",\n+ ESC = \"Escape\",\n+ ENTER = \"Enter\",\n+ SPACE = \" \",\n+ UP = \"ArrowUp\",\n+ DOWN = \"ArrowDown\",\n+ LEFT = \"ArrowLeft\",\n+ RIGHT = \"ArrowRight\"\n+}\n+\...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): add key consts, update key handling (shift/alt mods)
1
feat
imgui
679,913
02.08.2019 14:34:43
-3,600
acf0808f381acc3d14ce3b366481eb8e77426c45
feat(examples): add imgui example
[ { "change_type": "ADD", "diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/imgui/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# imgui\n+\n+[Live demo](http://demo.thi.ng/umbrella/imgui/)\n+\n+WIP prototyping example for\n+[@thi.ng/img...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add imgui example
1
feat
examples
679,913
02.08.2019 14:47:01
-3,600
f8decf8b4adb132a05d329f64bbe75b922705e85
docs: re-add list of WIP packages to main readme
[ { "change_type": "MODIFY", "diff": "@@ -73,6 +73,14 @@ contribute, please first read [this document](./CONTRIBUTING.md).\n## Projects\n+### New / unreleased packages in development\n+\n+(These packages are only available on their respective feature branches)\n+\n+- [@thi.ng/imgui](https://github.com/thi-ng/...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: re-add list of WIP packages to main readme
1
docs
null
504,004
02.08.2019 15:05:47
14,400
a8aa582b0af77b0e596f47e45124d2cae32a2e6a
fix(Topology): Fix paddings for topology control bar buttons
[ { "change_type": "MODIFY", "diff": "exports[`TopologyControlBar should accept button options correctly 1`] = `\n.pf-c-button.pf-m-tertiary.pf-topology-control-bar__button {\ndisplay: block;\n- padding-left: 0.5rem;\n- padding-right: 0.5rem;\nmargin-right: 0.25rem;\nmargin-top: 0.25rem;\nbackground-color: #f...
TypeScript
MIT License
patternfly/patternfly-react
fix(Topology): Fix paddings for topology control bar buttons (#2635)
1
fix
Topology
942,583
02.08.2019 16:00:18
21,600
195c4d57dd49a14b7cd84411cb5a016045ace943
fix(SidePanel): remove resize event handler on unmount
[ { "change_type": "MODIFY", "diff": "@@ -138,7 +138,7 @@ export default class SidePanel extends React.Component<SidePanelProps, SidePanel\nwindow.addEventListener('resize', throttle(this.handleResize, 150));\n}\npublic componentWillUnmount() {\n- window.addEventListener('resize', throttle(this.handleResize, ...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(SidePanel): remove resize event handler on unmount (#74)
1
fix
SidePanel
306,423
02.08.2019 16:24:47
-7,200
b3a1f912bc677fffa74026d0d2607f3762da1ac6
fix(button): sync type property instead of delegating
[ { "change_type": "MODIFY", "diff": "-import { css, html, DelegateMixin, SlotMixin, DisabledWithTabIndexMixin } from '@lion/core';\n-import { LionLitElement } from '@lion/core/src/LionLitElement.js';\n+import { css, html, SlotMixin, DisabledWithTabIndexMixin, LitElement } from '@lion/core';\n-export class Li...
JavaScript
MIT License
ing-bank/lion
fix(button): sync type property instead of delegating
1
fix
button
217,922
02.08.2019 16:36:56
-7,200
228fab0b9ca935e38178f13efe68b28526624b46
chore: better fix for deleted character, prolly D:
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,8 @@ import { Actions, Effect, ofType } from '@ngrx/effects';\nimport { AuthState } from './auth.reducer';\nimport {\ncatchError,\n- debounceTime, delay,\n+ debounceTime,\n+ delay,\ndistinctUntilChanged,\nfilter,\nmap,\n@@ -148,6 +149,14 @@ export class AuthEff...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: better fix for deleted character, prolly D:
1
chore
null
471,458
02.08.2019 16:39:50
-7,200
d19b7b95471d3bcc6785c62ec868850cb5c7de70
fix(create): allow subclassers to pass custom generator names
[ { "change_type": "MODIFY", "diff": "@@ -279,8 +279,8 @@ export async function writeFilesToDisk() {\nreturn answers.writeToDisk;\n}\n-export function optionsToCommand(options) {\n- let command = 'npm init @open-wc ';\n+export function optionsToCommand(options, generatorName = '@open-wc') {\n+ let command = `...
JavaScript
MIT License
open-wc/open-wc
fix(create): allow subclassers to pass custom generator names (#680)
1
fix
create
217,922
02.08.2019 16:54:00
-7,200
c002d04c273834222ae1a157278a87240a6b4a68
fix(macro-translator): fixed an issue with some macros not being translated properly
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ export class MacroTranslatorComponent {\n];\nprivate findActionsRegex: RegExp =\n- new RegExp(/\\/(ac|action|aaction|gaction|generalaction)[\\s]+(([\\w|[\\u3000-\\u303F]|[\\u3040-\\u309F]|[\\u30A0-\\u30FF]|[\\uFF00-\\uFFEF]|[\\u4E00-\\u9FAF]|[\\u2605-\\u...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(macro-translator): fixed an issue with some macros not being translated properly
1
fix
macro-translator
217,922
02.08.2019 16:54:53
-7,200
40fe08a29d3985ec3f0ccdb69721e27ad7ca5277
chore: move recipes page to search
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,11 @@ const routes: Routes = [\nredirectTo: 'search',\npathMatch: 'full'\n},\n+ {\n+ path: 'recipes',\n+ redirectTo: 'search',\n+ pathMatch: 'full'\n+ },\n{\npath: 'lists',\nloadChildren: './pages/lists/lists-page.module#ListsPageModule'\n", "new_path": "...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: move recipes page to search
1
chore
null
217,922
02.08.2019 17:01:14
-7,200
62616a2608d49fb9305eaa2f42a8d3026a4e602f
fix(db): removed simulator button for airship parts
[ { "change_type": "MODIFY", "diff": "</div>\n</ng-template>\n<div class=\"recipes\" fxLayout=\"column\" fxLayoutGap=\"10px\">\n- <nz-card *ngFor=\"let recipe of data.craftedBy\" fxLayoutGap=\"5px\" [nzActions]=\"[addToList, openSimulator]\">\n+ <nz-card *ngFor=\"let recipe of data.craftedBy\" fxLayoutGap=\"5...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): removed simulator button for airship parts
1
fix
db
217,922
02.08.2019 17:16:23
-7,200
193a272a874a904f1e52b684f8941bfc4cd7996c
fix(search): FC crafts now show under Recipes results
[ { "change_type": "MODIFY", "diff": "@@ -171,7 +171,7 @@ export class DataService {\nstring: query,\nlanguage: lang,\nfilters: xivapiFilters,\n- columns: ['ID', 'Name_*', 'Icon', 'Recipes']\n+ columns: ['ID', 'Name_*', 'Icon', 'Recipes', 'GameContentLinks']\n};\nif (sort[0]) {\n@@ -217,7 +217,7 @@ export cla...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(search): FC crafts now show under Recipes results
1
fix
search
217,922
02.08.2019 17:20:51
-7,200
89bbee87505d808d5c909f5ebb7dfae6ac54585d
fix(list): quick item addition popup now shows all items, not only recipes
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ export class ItemPickerComponent implements OnInit {\npublic results$: Observable<SearchResult[]>;\n- public onlyCraftable = true;\n+ public onlyCraftable = false;\npublic hideAmount = false;\n", "new_path": "apps/client/src/app/modules/item-picker/i...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): quick item addition popup now shows all items, not only recipes
1
fix
list
217,922
02.08.2019 17:37:53
-7,200
85afcf7c1f97c66ed3e28b5aa144ff70cfe60d0a
fix(tooltip): fixed a bug with missing bonus on some foods
[ { "change_type": "MODIFY", "diff": "@@ -86,7 +86,7 @@ export class XivapiItemTooltipComponent implements OnInit {\nif (this.item.ItemFood !== undefined) {\nconst food = this.item.ItemFood;\n- for (let i = 0; i < 2; i++) {\n+ for (let i = 0; i <= 2; i++) {\nconst statsEntry: any = {};\nconst value = food[`Va...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(tooltip): fixed a bug with missing bonus on some foods
1
fix
tooltip
749,523
02.08.2019 17:38:46
-7,200
63a0d9a0c5a4dbbf1a525ae708618b100f65e1fd
fix(buttons): white-space/word-wrap styling in the Anchor component
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ export const StyledAnchor = styled.a.attrs(props => ({\nprops.external &&\n`\n&& {\n- white-space: pre;\n+ white-space: pre-wrap;\nword-wrap: break-word;\n}\n`}\n", "new_path": "packages/buttons/src/views/Anchor.js", "old_path": "packages/buttons...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(buttons): white-space/word-wrap styling in the Anchor component (#398)
1
fix
buttons
306,423
02.08.2019 18:05:25
-7,200
7ac9d889211cd8c008905ab62b0c8a41fa44946e
fix(textarea): sync rows property instead of delegating
[ { "change_type": "MODIFY", "diff": "import autosize from 'autosize/src/autosize.js';\nimport { LionInput } from '@lion/input';\nimport { css } from '@lion/core';\n-import { ObserverMixin } from '@lion/core/src/ObserverMixin.js';\n/**\n* LionTextarea: extension of lion-field with native input element in plac...
JavaScript
MIT License
ing-bank/lion
fix(textarea): sync rows property instead of delegating
1
fix
textarea
679,913
02.08.2019 18:17:01
-3,600
53b068fb67e9531bcd34ef7a7649a72a1ecfbe06
feat(imgui): add textField widget, update theme & key handling
[ { "change_type": "MODIFY", "diff": "+import { Predicate } from \"@thi.ng/api\";\n+\nexport interface GUITheme {\nglobalBg?: string;\nfont?: string;\n+ charWidth: number;\n+ baseLine: number;\n+ pad: number;\nfocus: string;\n+ cursor: string;\nbg: string;\nfg: string;\ntext: string;\n@@ -32,20 +38,48 @@ expo...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): add textField widget, update theme & key handling
1
feat
imgui
304,907
02.08.2019 19:31:29
-7,200
0733584f8a6509e0941b308442dd38c301e0ea8a
docs(outputs): design for external services in Flux
[ { "change_type": "ADD", "diff": "+# Flux Outputs\n+\n+This documentation contains the design of how Flux will produce outputs to external services.\n+This doc has the aim of defining the tiny bits of Go functions that must be implemented to allow a pure Flux implementation for external service communication...
Go
MIT License
influxdata/flux
docs(outputs): design for external services in Flux
1
docs
outputs
679,913
02.08.2019 21:45:28
-3,600
399fa2143a2f332c0307034c4567f327241630e3
feat(imgui): add slider value format, minor other updates
[ { "change_type": "MODIFY", "diff": "+import { Fn } from \"@thi.ng/api\";\nimport { pointInside, rect } from \"@thi.ng/geom\";\nimport {\nclamp,\n@@ -25,7 +26,8 @@ export const slider = (\nprec: number,\nval: number[],\ni: number,\n- label = \"\",\n+ label?: string,\n+ fmt?: Fn<number, string>,\ninfo?: strin...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): add slider value format, minor other updates
1
feat
imgui
503,918
02.08.2019 23:32:15
-10,800
0f7cd6e8d0a81c28973136638ed01ebdbdb815dd
feat(switch): add aria-labelledby to input
[ { "change_type": "MODIFY", "diff": "@@ -28,10 +28,10 @@ class SimpleSwitch extends React.Component {\nreturn (\n<Switch\nid=\"simple-switch\"\n- label={isChecked ? 'Message when on' : 'Message when off'}\n+ label=\"Message when on\"\n+ labelOff=\"Message when off\"\nisChecked={isChecked}\nonChange={this.han...
TypeScript
MIT License
patternfly/patternfly-react
feat(switch): add aria-labelledby to input (#2468) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
feat
switch
67,516
02.08.2019 23:55:09
-7,200
5f2fdfd27ed7d2fa5d4039b382fccd6a1a01ce3f
feat(i18n): support for `t=${key}`, `t=[attr]key`
[ { "change_type": "MODIFY", "diff": "<span id=\"i18n-simple\" t=\"simple.text\"></span><br>\n<span id=\"i18n-vm-bound\" t.bind=\"obj.key\"></span><br>\n<span id=\"i18n-alias\" i18n=\"simple.text\"></span><br>\n- <!-- <span id=\"i18n-simple-2\" t=\"${obj.key}\">interpolated attr.</span><br> -->\n+ <span id=\"...
TypeScript
MIT License
aurelia/aurelia
feat(i18n): support for `t=${key}`, `t=[attr]key`
1
feat
i18n
679,913
02.08.2019 23:59:13
-3,600
c94d4d95f902751d22d937ecfe5259652ac0d7d5
feat(imgui): add textfield scrolling, cursor movement, word jump
[ { "change_type": "MODIFY", "diff": "@@ -12,8 +12,8 @@ export const textField = (\ny: number,\nw: number,\nh: number,\n- label: string[],\n- pred: Predicate<string> = () => true,\n+ label: [string, number?, number?],\n+ filter: Predicate<string> = () => true,\ninfo?: string\n) => {\nconst theme = gui.theme;\...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): add textfield scrolling, cursor movement, word jump
1
feat
imgui
447,440
03.08.2019 00:24:22
18,000
ea045142ccd4a46ad275209187314e92c18fb303
docs: improve VisualPickerOption example
[ { "change_type": "MODIFY", "diff": "fontWeight: 300,\n};\n- <div className=\"rainbow-align-content_center rainbow-m-around_xx-large rainbow-flex_column\">\n- <h1 style={titleStyles} className=\"rainbow-m-bottom_medium\">\n- What are you doing?\n- </h1>\n- <VisualPicker label=\"Select Option\">\n- <VisualPic...
JavaScript
MIT License
nexxtway/react-rainbow
docs: improve VisualPickerOption example (#863)
1
docs
null
902,122
03.08.2019 00:39:27
0
947e4c279dfd3745839e42bdd4984f2990ecd07f
chore(release): v5.9.0
[ { "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.9.0](https://github.com/kikobeats/browserless/compare/v5.8.10...v5.9.0) (2019-08-03)\n+\n+\n+### Features\n+\n+*...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.9.0
1
chore
release
679,913
03.08.2019 01:26:09
-3,600
4f9760d374ad55f5b672c3c15fb8f4d9a3f8c6bc
feat(imgui): update textField, set cursor via mouse, update alt move/del
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,7 @@ export const enum KeyModifier {\nexport const enum Key {\nALT = \"Alt\",\nBACKSPACE = \"Backspace\",\n- CAPSLOCK = \"Capslock\",\n+ CAPSLOCK = \"CapsLock\",\nCONTROL = \"Control\",\nDELETE = \"Delete\",\nDOWN = \"ArrowDown\",\n", "new_path": "package...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): update textField, set cursor via mouse, update alt move/del
1
feat
imgui
679,913
03.08.2019 01:29:18
-3,600
1a63694e6df9777f41f7950055a8814398a21e6c
feat(imgui): update tab handling, allow all items unfocused
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,8 @@ import { IToHiccup } from \"@thi.ng/api\";\nimport { setC2, Vec } from \"@thi.ng/vectors\";\nimport { GUITheme, IMGUIOpts, KeyModifier } from \"./api\";\n+const NONE = \"__NONE__\";\n+\nexport class IMGUI implements IToHiccup {\nwidth: number;\nheight: num...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): update tab handling, allow all items unfocused
1
feat
imgui
902,122
03.08.2019 02:29:18
-7,200
2bf98898d45cdd7618560b1d84708d5e90a0d59a
feat: add bg url overlay * feat: add bg url overlay closes * refactor: remove duplicate transparent default * docs: extends * fix: linter
[ { "change_type": "MODIFY", "diff": "@@ -293,7 +293,7 @@ After the screenshot has been taken, this option allows you to place the screens\nYou can configure the overlay specifying:\n- **browser**: It sets the browser image overlay to use, being `safari-light` and ` safari-dark` supported values.\n-- **backgr...
JavaScript
MIT License
microlinkhq/browserless
feat: add bg url overlay (#63) * feat: add bg url overlay closes #61 * refactor: remove duplicate transparent default * docs: extends * fix: linter
1
feat
null
679,913
03.08.2019 02:48:08
-3,600
dcd19bc265c656c9755102770c2d6e19e1fd6e61
feat(imgui): add touch support, minor widget refactoring
[ { "change_type": "MODIFY", "diff": "@@ -15,8 +15,8 @@ export const button = (\ninfo?: string\n) => {\nconst theme = gui.theme;\n- const r = rect([x, y], [w, h]);\n- const hover = pointInside(r, gui.mouse);\n+ const box = rect([x, y], [w, h]);\n+ const hover = pointInside(box, gui.mouse);\nif (hover) {\ngui....
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): add touch support, minor widget refactoring
1
feat
imgui
679,913
03.08.2019 03:18:24
-3,600
19360b94aa6a5c715c766f5b3c33a0b26724cf0b
feat(examples): update imgui example
[ { "change_type": "MODIFY", "diff": "href=\"https://unpkg.com/tachyons@4/css/tachyons.min.css\"\nrel=\"stylesheet\"\n/>\n- <style></style>\n+ <link\n+ href=\"https://fonts.googleapis.com/css?family=IBM+Plex+Mono&display=swap\"\n+ rel=\"stylesheet\"\n+ />\n+ <style>\n+ li {\n+ line-height: 2;\n+ }\n+ kbd {\n+...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): update imgui example
1
feat
examples
815,592
03.08.2019 08:07:43
-28,800
c20e1f216a9ef4227a3ac6fcea7c9445bc924f85
fix: remove useless `epoch_reward` from EpochView in RPC
[ { "change_type": "MODIFY", "diff": "@@ -384,11 +384,10 @@ http://localhost:8114\n\"id\": 2,\n\"jsonrpc\": \"2.0\",\n\"result\": {\n- \"difficulty\": \"0x3e8\",\n- \"epoch_reward\": \"125000000000000\",\n- \"length\": \"1250\",\n- \"number\": \"0\",\n- \"start_number\": \"0\"\n+ \"difficulty\": \"0x7a1200\",...
Rust
MIT License
nervosnetwork/ckb
fix: remove useless `epoch_reward` from EpochView in RPC
1
fix
null
713,858
03.08.2019 08:57:51
-3,600
a468f69457e59d80c88fff1ac8ef13246fb77fd9
refactor: update package.json to be consistent with other plugins
[ { "change_type": "MODIFY", "diff": "-npm-debug.log\n-.DS_Store\n-\nlib/\nnode_modules/\n-coverage/\n-\n-# Istanbul\n-.nyc*\n-tests-report\n-\n-# IDE\n-.vscode/*\n-.idea/\n-*.log\n-*.tar\n-*.gz\n-*.tmp-*\n-package-lock.json\n", "new_path": "plugins/aws-s3-storage/.gitignore", "old_path": "plugins/aws...
TypeScript
MIT License
verdaccio/monorepo
refactor: update package.json to be consistent with other plugins
1
refactor
null
713,841
03.08.2019 12:26:22
-7,200
32dfa37c33ff2abd8e07585ee7b9e512b8b57b3c
chore: document better what to do when importing packages
[ { "change_type": "MODIFY", "diff": "@@ -237,9 +237,20 @@ If this process fails because there were merge conflicts, you must add `--flatte\nLater, follow the next steps in the package recently imported:\n-1. Remove unnecessary stuff, like CI settings, GitHub stuff, CONTRIBUTING, unnecessary things from .giti...
TypeScript
MIT License
verdaccio/monorepo
chore: document better what to do when importing packages
1
chore
null
713,854
03.08.2019 12:42:44
-7,200
32b9d7e5f7714c197f91469c8b45d2ca12358045
fix: restore closure Regresion, issue was introduced
[ { "change_type": "MODIFY", "diff": "@@ -82,14 +82,14 @@ export default class LocalFS implements ILocalFSPackageManager {\nlet locked = false;\nconst self = this;\n// callback that cleans up lock first\n- const unLockCallback = (lockError: Error) => {\n+ const unLockCallback = function(lockError: Error) {\nc...
TypeScript
MIT License
verdaccio/monorepo
fix: restore closure Regresion, issue was introduced https://github.com/verdaccio/local-storage/commit/3c915c7c18d7c6585eccdb6a434cd498208cf60b
1
fix
null
679,913
03.08.2019 13:55:26
-3,600
6446e6eefa3aa29af303d3e64b3f6ff3c6a06d37
feat(imgui): add XY-pad widget
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ export const button = (\ny: number,\nw: number,\nh: number,\n- label: string,\n+ label?: string,\ninfo?: string\n) => {\nconst theme = gui.theme;\n@@ -29,8 +29,9 @@ export const button = (\nfill: hover ? gui.fgColor(true) : gui.bgColor(false),\nstroke: g...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): add XY-pad widget
1
feat
imgui
531,793
03.08.2019 15:19:28
-3,600
a3be6e9a7fdaf12f4eeb8dc20578f5cf00bb32eb
fix(ui): cleanup scss variable imports All scss imports needs to use App.scss, otherwise some overrides won't be present, like font swap Lato -> Open Sans
[ { "change_type": "MODIFY", "diff": "// bundled font assets, so we don't need to talk to Google Fonts API\n-@import \"./Fonts.scss\";\n+@import \"src/Fonts.scss\";\n// custom \"dark\" color, little less dark than flatly\n$blue: #455a64;\n", "new_path": "ui/src/App.scss", "old_path": "ui/src/App.scss"...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): cleanup scss variable imports All scss imports needs to use App.scss, otherwise some overrides won't be present, like font swap Lato -> Open Sans
1
fix
ui
151,430
03.08.2019 16:13:56
25,200
b9fd1b335f742e8af5a35e1c3c7471bbcde96d11
docs: Add vue.js example
[ { "change_type": "ADD", "diff": "+.DS_Store\n+node_modules\n+/dist\n+\n+# local env files\n+.env.local\n+.env.*.local\n+\n+# Log files\n+npm-debug.log*\n+yarn-debug.log*\n+yarn-error.log*\n+\n+# Editor directories and files\n+.idea\n+.vscode\n+*.suo\n+*.ntvs*\n+*.njsproj\n+*.sln\n+*.sw?\n", "new_path": ...
JavaScript
MIT License
davidwells/analytics
docs: Add vue.js example
1
docs
null
151,430
03.08.2019 16:16:32
25,200
40e06b7ae7a8ea04eacc83a496801bbd6eed2197
docs: add vue example links to site
[ { "change_type": "MODIFY", "diff": "- [React example](./react)\n- [HTML example](./vanilla-html)\n- [Preact example](./preact)\n+- [Vue example](./vue)\n", "new_path": "examples/README.md", "old_path": "examples/README.md" } ]
JavaScript
MIT License
davidwells/analytics
docs: add vue example links to site
1
docs
null
151,430
03.08.2019 16:19:24
25,200
09a13e1331bc4a98be5b97ae86ecb1615d64fe34
docs: remove older docs. All docs now in /site
[ { "change_type": "DELETE", "diff": "----\n-title: Contributing to analytics\n----\n-\n-# How to contribute\n-\n-If you'd like to contribute to the `analytics` project please checkout the repo!\n-\n-Pull requests are welcome!\n-\n-[analytics repo](https://github.com/DavidWells/analytics/blob/master/CONTRIBUT...
JavaScript
MIT License
davidwells/analytics
docs: remove older docs. All docs now in /site
1
docs
null
722,013
03.08.2019 17:16:46
18,000
3eac9de23c7f43d3098ae3b4fecddb459afa08d1
style: remove unused getProps
[ { "change_type": "DELETE", "diff": "-const path = require('path')\n-const fs = require('fs')\n-const highlightCodeInMarkdown = require('react-styleguidist/lib/loaders/utils/highlightCodeInMarkdown')\n-const removeDoclets = require('react-styleguidist/lib/loaders/utils/removeDoclets')\n-const requireIt = req...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
style: remove unused getProps
1
style
null
722,013
03.08.2019 17:17:31
18,000
2cef0d42b5060905e576c30dce375d100d9ef260
fix: <docs src=> should not look at script tag
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ module.exports = function getComponentVueDoc(source, file) {\nif (parts.customBlocks) {\nconst docBlocks = parts.customBlocks.filter(block => block.type === 'docs')[0]\nif (docBlocks && docBlocks.src) {\n- const jsFilePath = path.join(path.dirname(file),...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: <docs src=> should not look at script tag
1
fix
null
722,013
03.08.2019 17:34:59
18,000
c0a1eb8aaa2f8394e219a1e8bfccfb41e095a9ad
docs: better example for remote
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,8 @@ To keep your code tidy and the navigation easy, keep then in the same directory\n````markdown\n```[import](./examples/example.js)\n-this text is going to be ignored\n+If you do this, vscode will not recognize the import as a link.<template>\n+Prefer exam...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: better example for remote
1
docs
null
67,494
03.08.2019 18:18:29
-7,200
b47da642c157c2233c0f02fdb22f6a57f05907c6
feat(router): make link handler ignore anchors without href
[ { "change_type": "MODIFY", "diff": "@@ -62,7 +62,15 @@ export class LinkHandler {\nreturn info;\n}\n+ if (!target.hasAttribute('href')) {\n+ return info;\n+ }\n+\nconst href = target.getAttribute('href');\n+ if (!href || !href.length) {\n+ return info;\n+ }\n+\ninfo.anchor = target;\ninfo.href = href;\n", ...
TypeScript
MIT License
aurelia/aurelia
feat(router): make link handler ignore anchors without href
1
feat
router
67,494
03.08.2019 18:23:38
-7,200
9aed94822bbc3229ca68ea8eef4997da57d46f73
feat(router): add nav update & executable nav route
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ export class NavRoute {\npublic instructions: ViewportInstruction[];\npublic title: string;\npublic link?: string;\n+ public execute?: ((route: NavRoute) => void);\npublic linkVisible?: boolean | ((route: NavRoute) => boolean);\npublic linkActive?: string ...
TypeScript
MIT License
aurelia/aurelia
feat(router): add nav update & executable nav route
1
feat
router
679,913
03.08.2019 19:58:51
-3,600
b9d725ae3ef97e41b213da403e595ef42f354ba2
feat(imgui): add dropdown widget, update hover behaviors
[ { "change_type": "MODIFY", "diff": "@@ -24,9 +24,9 @@ export const button = (\n}\ninfo && tooltip(gui, info);\n}\n- gui.requestFocus(id);\n+ const focused = gui.requestFocus(id);\nbox.attribs = {\n- fill: hover ? gui.fgColor(true) : gui.bgColor(false),\n+ fill: hover ? gui.fgColor(true) : gui.bgColor(hover ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): add dropdown widget, update hover behaviors
1
feat
imgui
722,013
03.08.2019 20:52:02
18,000
c6e4adf9ec9e40c54e959879413f3b19d34dc5f8
fix: avoid hmr loop in plugin usage
[ { "change_type": "MODIFY", "diff": "\"to-ast\": \"^1.0.0\",\n\"vue-docgen-api\": \"^3.17.0\",\n\"vue-inbrowser-compiler\": \"^3.19.0\",\n- \"webpack\": \"^4.28.4\",\n+ \"webpack\": \">=4 < 4.29\",\n\"webpack-dev-server\": \"^3.7.1\",\n\"webpack-merge\": \"^4.0.0\"\n},\n", "new_path": "packages/vue-style...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: avoid hmr loop in plugin usage
1
fix
null
447,460
03.08.2019 20:56:50
14,400
663f534a7a8cf174a1016a5151888132c356c5da
test: add tests to VisualPicker component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import { mount } from 'enzyme';\n+import VisualPicker from '../index';\n+import VisualPickerOption from '../../VisualPickerOption';\n+\n+describe('<VisualPicker/>', () => {\n+ it('should call onChanged with string value', () => {\n+ const onChan...
JavaScript
MIT License
nexxtway/react-rainbow
test: add tests to VisualPicker component (#864)
1
test
null
722,013
03.08.2019 21:00:53
18,000
8d493a91da6cb244b315c0e4aeb8b7821d27a77d
style: better priority mgt in webpack config
[ { "change_type": "MODIFY", "diff": "@@ -144,22 +144,19 @@ module.exports = function(config, env) {\noptimization\n})\n} else {\n- webpackConfig = merge(webpackConfig, {\n- plugins: [new webpack.HotModuleReplacementPlugin()],\n+ webpackConfig = merge(\n+ {\noutput: {\n- publicPath:\n- webpackConfig.output &&...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
style: better priority mgt in webpack config
1
style
null
67,494
03.08.2019 21:49:20
-7,200
9c6943004e69ccaeee0eb7b350819b6f5ae7609a
feat(router): add compare parameters to nav route
[ { "change_type": "MODIFY", "diff": "@@ -11,15 +11,13 @@ export class NavRoute {\npublic execute?: ((route: NavRoute) => void);\npublic linkVisible?: boolean | ((route: NavRoute) => boolean);\npublic linkActive?: string | ((route: NavRoute) => boolean);\n+ public compareParameters: boolean = false;\npublic c...
TypeScript
MIT License
aurelia/aurelia
feat(router): add compare parameters to nav route
1
feat
router
217,922
03.08.2019 22:24:41
-7,200
0042614e2696e9e9f6ad0e4e4d7ba6e931ed0446
fix(tips): fixed a bug with reflect tip showing when it shouldn't
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ export class UseReflectEarlier extends RotationTip {\nmatches(simulationResult: SimulationResult): boolean {\nconst reflectIndex = simulationResult.steps.findIndex(step => step.action.is(SpecialtyReflect));\nconst qualityIndex = simulationResult.steps.fi...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(tips): fixed a bug with reflect tip showing when it shouldn't
1
fix
tips
217,922
03.08.2019 22:43:41
-7,200
446ff9df2b3f17fae94f194f3c39cf22403909d0
fix(tips): fixed a bug with piece by piece tip not showing properly
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ export class UsePbpFirst extends RotationTip {\nmatches(simulationResult: SimulationResult): boolean {\nconst pbpIndex = simulationResult.steps.findIndex(step => step.action.is(PieceByPiece));\nconst synthIndex = simulationResult.steps.findIndex(step => ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(tips): fixed a bug with piece by piece tip not showing properly
1
fix
tips
76,605
03.08.2019 22:51:29
-7,200
ff2eb1e6a4e633779ca0a9c3a8aebf5cc6104a5d
feat: less epochs to train with accuracy gain
[ { "change_type": "MODIFY", "diff": "@@ -39,12 +39,12 @@ class BrainClassifier extends Classifier {\nactivation: 'leaky-relu',\nhiddenLayers: [],\niterations: 20000,\n- learningRate: 0.8,\n+ learningRate: 0.7,\nerrorThresh: 0.00005,\nmomentum: 0.5,\ndeltaErrorThresh: 0.000001,\nmaxDecimals: 9,\n- leakyReluAl...
JavaScript
MIT License
axa-group/nlp.js
feat: less epochs to train with accuracy gain
1
feat
null
67,479
03.08.2019 23:02:56
-36,000
d64e88ae08cb9c45b71868b48a4545895ad05b6f
test(blur): only run tests in browser
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,10 @@ import { assert, createSpy, eachCartesianJoin, HTMLTestContext, TestContext } fr\ndescribe('blur.integration.spec.ts', () => {\n+ if (!PLATFORM.isBrowserLike) {\n+ return;\n+ }\n+\ninterface IApp {\nhasFocus: boolean;\n}\n", "new_path": "packages/__te...
TypeScript
MIT License
aurelia/aurelia
test(blur): only run tests in browser
1
test
blur
67,516
03.08.2019 23:31:45
-7,200
f0aadd6786454cc30ed1a3357fe8207400d6d786
feat(i18n): support for [html],[prepend],[append]
[ { "change_type": "MODIFY", "diff": "@@ -64,12 +64,12 @@ describe.only('TranslationBinding', function () {\nsut.$bind(LifecycleFlags.none, {} as IScope, '');\nassert.equal(getAccessorSpy.calls.length, 2);\n- assert.deepEqual(getAccessorSpy.calls[0], [LifecycleFlags.none, target, 'textContent']);\n- assert.de...
TypeScript
MIT License
aurelia/aurelia
feat(i18n): support for [html],[prepend],[append]
1
feat
i18n
67,494
04.08.2019 00:41:24
-7,200
5be96e62024ba43a6e28786c84208de767e5fb30
feat(router): separate execute from route for nav route
[ { "change_type": "MODIFY", "diff": "@@ -26,22 +26,16 @@ export class NavRoute {\nmeta: route.meta,\nactive: '',\n});\n- if (route.route instanceof Function) {\n- this.execute = route.route;\n- this.linkActive = route.consideredActive\n- ? route.consideredActive instanceof Function\n- ? route.consideredActiv...
TypeScript
MIT License
aurelia/aurelia
feat(router): separate execute from route for nav route
1
feat
router
67,516
04.08.2019 09:55:10
-7,200
2db042c6beb542703ec45236b8ac18912b36a7d7
feat(i18n): improved support of append, prepend Also skipped the test for binding until the issue with append, and prepend stabilizes.
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import { BindingType, ensureExpression, IBindingTargetAccessor, IExpressionParse\nimport { DOM } from '@aurelia/runtime-html';\nimport { assert, createSpy } from '@aurelia/testing';\n-describe.only('TranslationBinding', function () {\n+describe.skip('Trans...
TypeScript
MIT License
aurelia/aurelia
feat(i18n): improved support of append, prepend Also skipped the test for binding until the issue with append, and prepend stabilizes.
1
feat
i18n
217,922
04.08.2019 11:51:09
-7,200
01cdd32efeb3e7903f0dfd094583de67265e3d1e
fix(tips): fixed a bug with ingenuity before byregot not being computed properly
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,12 @@ export class UseIngenuityBeforeByregot extends RotationTip {\nconst simulation = simulationResult.simulation.clone();\nconst clvl = Tables.LEVEL_TABLE[simulation.crafterStats.level] || simulation.crafterStats.level;\nconst byregotsIndex = simulation.act...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(tips): fixed a bug with ingenuity before byregot not being computed properly
1
fix
tips
471,527
04.08.2019 13:24:06
-7,200
45b6881bb6a4e2617e436a86c4bacc1bbe18a035
chore: remove deprecated package chai-dom-equals
[ { "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-## [0.12.36](https://github.com/open-wc/open-wc/compare/@open-wc/chai-dom-equals@0.12.35...@op...
JavaScript
MIT License
open-wc/open-wc
chore: remove deprecated package chai-dom-equals
1
chore
null
471,527
04.08.2019 13:34:37
-7,200
8b079d4d424156980ad22c39a03cb452a1344a23
fix(owc-dev-server): deprecate package in favor of es-dev-server
[ { "change_type": "MODIFY", "diff": "[//]: # (AUTO INSERT HEADER PREPUBLISH)\n+> This packages is deprecated! We recommend using [es-dev-server](https://www.npmjs.com/package/es-dev-server) instead.\n+\nA simple web server for simple web developers. Does the minimal amount of work required for web developmen...
JavaScript
MIT License
open-wc/open-wc
fix(owc-dev-server): deprecate package in favor of es-dev-server
1
fix
owc-dev-server
471,527
04.08.2019 13:45:10
-7,200
1f272bd4d767a13d989371c193b0c6e677033483
fix(polyfills-loader): deprecate package This package is deprecated! We recommend using [es-dev-server](https://www.npmjs.com/package/es-dev-server) while developing. For your production build, we recommend [@open-wc/building-rollup](https://www.npmjs.com/package/@open-wc/building-rollup) and [@open-wc/building-webpack...
[ { "change_type": "MODIFY", "diff": "[//]: # (AUTO INSERT HEADER PREPUBLISH)\n+> This package is deprecated! We recommend using [es-dev-server](https://www.npmjs.com/package/es-dev-server) while developing. For your production build, we recommend [@open-wc/building-rollup](https://www.npmjs.com/package/@open...
JavaScript
MIT License
open-wc/open-wc
fix(polyfills-loader): deprecate package This package is deprecated! We recommend using [es-dev-server](https://www.npmjs.com/package/es-dev-server) while developing. For your production build, we recommend [@open-wc/building-rollup](https://www.npmjs.com/package/@open-wc/building-rollup) and [@open-wc/building-webpac...
1
fix
polyfills-loader
722,013
04.08.2019 13:50:56
18,000
63ee996e70a36307b62ac76e691e9b1bb1a9de36
fix: avoid dependency to webpack
[ { "change_type": "MODIFY", "diff": "\"to-ast\": \"^1.0.0\",\n\"vue-docgen-api\": \"^3.17.0\",\n\"vue-inbrowser-compiler\": \"^3.19.0\",\n- \"webpack\": \">=4 < 4.29\",\n\"webpack-dev-server\": \"^3.7.1\",\n\"webpack-merge\": \"^4.0.0\"\n},\n\"vue-template-compiler\": \">=2.0.0\"\n},\n\"devDependencies\": {\...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: avoid dependency to webpack
1
fix
null