author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20 values | license stringclasses 3 values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
530,388 | 03.05.2017 16:05:40 | -19,080 | f24a2bc30bed6035bad22670e68796ebc9285542 | fix(toast) on click issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/toast/toast.html",
"new_path": "src/lib/toast/toast.html",
"diff": "<div *ngFor=\"let toast of toasts\"\nclass=\"md2-toast\"\n[class.in]=\"toast.isVisible\"\n- (click)=\"remove(toast.id)\">{{ toast.message }}</div>\n+ (click)=\"removeToast(toast.id)\">... | TypeScript | MIT License | promact/md2 | fix(toast) on click issue #195 |
530,388 | 03.05.2017 16:25:34 | -19,080 | d34699637ba96be21a260b0c43695e58e0c2dedc | chore: update select with navigate options through arrow without opening panel | [
{
"change_type": "MODIFY",
"old_path": "src/lib/module.ts",
"new_path": "src/lib/module.ts",
"diff": "@@ -66,7 +66,7 @@ const MD2_MODULES = [\nMd2DialogModule.forRoot(),\nMd2MenuModule.forRoot(),\nMdRippleModule,\n- Md2SelectModule.forRoot(),\n+ Md2SelectModule,\nMd2TabsModule.forRoot(),\nMd2TagsMod... | TypeScript | MIT License | promact/md2 | chore: update select with navigate options through arrow without opening panel |
530,388 | 03.05.2017 17:18:07 | -19,080 | 8417ce33f6b43181082461106aee4616a282b5a2 | chore(datatable) update injection of select module | [
{
"change_type": "MODIFY",
"old_path": "src/lib/data-table/data-table.ts",
"new_path": "src/lib/data-table/data-table.ts",
"diff": "@@ -307,7 +307,7 @@ export const MD2_DATA_TABLE_DIRECTIVES: any[] = [\n];\n@NgModule({\n- imports: [CommonModule, FormsModule, Md2SelectModule.forRoot()],\n+ imports: [... | TypeScript | MIT License | promact/md2 | chore(datatable) update injection of select module |
530,388 | 11.05.2017 08:17:06 | -19,080 | 703fe7deedbd810f8fe5f56eff35892af4ffc850 | chore(datepicker) added datepicker reference in module | [
{
"change_type": "MODIFY",
"old_path": "src/lib/index.ts",
"new_path": "src/lib/index.ts",
"diff": "@@ -8,6 +8,7 @@ export * from './collapse/index';\nexport * from './colorpicker/index';\nexport * from './data-table/index';\nexport * from './datepicker/index';\n+export * from './datepicker2/index';... | TypeScript | MIT License | promact/md2 | chore(datepicker) added datepicker reference in module |
530,388 | 11.05.2017 12:23:14 | -19,080 | 90356bdf4a3b644cd3cb44b4550a325731b31ab8 | chore: updated core | [
{
"change_type": "MODIFY",
"old_path": "src/lib/core/core.ts",
"new_path": "src/lib/core/core.ts",
"diff": "import {NgModule} from '@angular/core';\nimport {MdLineModule} from './line/line';\nimport {RtlModule} from './rtl/dir';\n-import {ObserveContentModule} from './observe-content/observe-content... | TypeScript | MIT License | promact/md2 | chore: updated core |
530,388 | 11.05.2017 14:11:01 | -19,080 | 9cc40f52c295bcaa05ea836432d52b320b556557 | chore: update tooltip component | [
{
"change_type": "MODIFY",
"old_path": "src/lib/module.ts",
"new_path": "src/lib/module.ts",
"diff": "@@ -71,7 +71,7 @@ const MD2_MODULES = [\nMd2TabsModule.forRoot(),\nMd2TagsModule.forRoot(),\nMd2ToastModule.forRoot(),\n- Md2TooltipModule.forRoot(),\n+ Md2TooltipModule,\nPortalModule,\nRtlModule,\... | TypeScript | MIT License | promact/md2 | chore: update tooltip component |
530,388 | 11.05.2017 16:40:20 | -19,080 | e91818946ddac297554df5dd4cdd473fc93e5594 | chore: removed root from modules | [
{
"change_type": "MODIFY",
"old_path": "src/lib/accordion/accordion.ts",
"new_path": "src/lib/accordion/accordion.ts",
"diff": "import {\n- NgModule,\n- ModuleWithProviders\n+ Component,\n+ EventEmitter,\n+ Input,\n+ Output,\n+ ViewEncapsulation\n} from '@angular/core';\n-import { CommonModule } fro... | TypeScript | MIT License | promact/md2 | chore: removed root from modules |
530,388 | 11.05.2017 16:45:51 | -19,080 | 22ddf286fd3577aeac793ec965b8dbac475984ea | chore: removed md2RootModule | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/demo-app-module.ts",
"new_path": "src/demo-app/demo-app-module.ts",
"diff": "@@ -31,7 +31,7 @@ import {TooltipDemo} from './tooltip/tooltip-demo';\nHttpModule,\nReactiveFormsModule,\nRouterModule.forRoot(DEMO_APP_ROUTES, { useHash: true }),\n- Md2... | TypeScript | MIT License | promact/md2 | chore: removed md2RootModule |
530,388 | 12.05.2017 08:31:13 | -19,080 | 9338d8e45fe6df35bbd327238e576202479a3b5f | fix(tags) design issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/tags/tags.scss",
"new_path": "src/lib/tags/tags.scss",
"diff": "md2-tags {\n- -webkit-user-select: none;\n- -moz-user-select: none;\n- -ms-user-select: none;\nuser-select: none;\n- -moz-backface-visibility: hidden;\n- -webkit-backface-visibility: hidde... | TypeScript | MIT License | promact/md2 | fix(tags) design issue |
530,388 | 12.05.2017 08:41:03 | -19,080 | 33ff5aba441003fd954f732f4463ca8ac99e63d7 | fix(tags) design issues | [
{
"change_type": "MODIFY",
"old_path": "src/lib/tags/tags.scss",
"new_path": "src/lib/tags/tags.scss",
"diff": "@@ -11,7 +11,7 @@ md2-tags .md2-tags-container {\nposition: relative;\ndisplay: block;\nmax-width: 100%;\n- padding: 2px 3px 8px;\n+ padding: 2px 2px 4px;\nborder-bottom: 1px solid rgba(bl... | TypeScript | MIT License | promact/md2 | fix(tags) design issues |
530,388 | 15.05.2017 11:59:59 | -19,080 | c7009c5ae818c8232ea4de995f4a6ea7209f8b8c | chore(tags) update design style | [
{
"change_type": "MODIFY",
"old_path": "src/lib/tags/index.ts",
"new_path": "src/lib/tags/index.ts",
"diff": "+import { NgModule } from '@angular/core';\n+import { CommonModule } from '@angular/common';\n+import { FormsModule } from '@angular/forms';\n+import { Md2AutocompleteModule } from '../autoc... | TypeScript | MIT License | promact/md2 | chore(tags) update design style |
530,388 | 15.05.2017 12:00:29 | -19,080 | 208365e557eacad5049d8c4277e81ae208462563 | chore(demo) fix design issue | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/assets/css/style.scss",
"new_path": "src/demo-app/assets/css/style.scss",
"diff": "@@ -396,7 +396,7 @@ html, body {\n}\n}\n-.card {\n+.table-card {\n.content {\noverflow-x: auto;\n}\n"
},
{
"change_type": "MODIFY",
"old_path": "src/dem... | TypeScript | MIT License | promact/md2 | chore(demo) fix design issue |
530,388 | 15.05.2017 12:11:59 | -19,080 | 7349cd836eb576e44ef2b0102d5794d7943ad8b9 | chore(tabs) fix alignment and spacing issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/tabs/tabs.html",
"new_path": "src/lib/tabs/tabs.html",
"diff": "<em class=\"next-icon\">Next</em>\n</div>\n<div class=\"md2-tabs-canvas\" [class.md2-paginated]=\"_shouldPaginate\" role=\"tablist\" tabindex=\"0\" (keydown.arrowRight)=\"focusNextTab()\" ... | TypeScript | MIT License | promact/md2 | chore(tabs) fix alignment and spacing issue |
530,400 | 26.04.2017 15:44:25 | -3,600 | dd69e760e5a6c6bae781ad5c91db63820b20abd7 | fix: usage of dynamic i18n arrays | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/date-locale.ts",
"new_path": "src/lib/datepicker/date-locale.ts",
"diff": "@@ -43,21 +43,6 @@ export class DateLocale {\nfirstDayOfWeek = 0;\n- months = [\n- { full: 'January', short: 'Jan' },\n- { full: 'February', short: 'Feb' },\n- { full... | TypeScript | MIT License | promact/md2 | fix: usage of dynamic i18n arrays |
530,388 | 16.05.2017 15:14:35 | -19,080 | 82a7bf2e314b794235d12c44264b73566feefb46 | fix(datepicker) date format issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.html",
"new_path": "src/lib/datepicker/datepicker.html",
"diff": "<div class=\"md2-datepicker-header-year\"\n*ngIf=\"type!=='time'\"\n[class.active]=\"_isYearsVisible\"\n- (click)=\"_showYear()\">{{ date | date: 'y' }}</div>\n+ (c... | TypeScript | MIT License | promact/md2 | fix(datepicker) date format issue #205 |
530,390 | 05.05.2017 23:46:26 | -7,200 | 1f52e873e2745fda84e3b0c0603158b863ff7a9c | feat (datepicker): add 12-hour date format to the Date Format options | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/README.md",
"new_path": "src/lib/datepicker/README.md",
"diff": "@@ -49,6 +49,8 @@ A datepicker would have the following markup.\n| hour | `H` | - | - | - | H(13) | HH(13) |\n| minute | `m` | - | - | - | m(5) | mm(05) |\n| second | `s` | - |... | TypeScript | MIT License | promact/md2 | feat (datepicker): add 12-hour date format to the Date Format options |
530,390 | 07.05.2017 18:05:16 | -7,200 | cddc9cef56fde35b77e401eba659d524f092e038 | feat (datepicker): AM/PM support for the choosing panel | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.html",
"new_path": "src/lib/datepicker/datepicker.html",
"diff": "(click)=\"_toggleHours('hour')\">{{ hours }}</span>:<span class=\"md2-datepicker-header-minute\"\n[class.active]=\"_clockView === 'minute'\"\n(click)=\"_toggleHours... | TypeScript | MIT License | promact/md2 | feat (datepicker): AM/PM support for the choosing panel |
530,390 | 17.05.2017 10:29:13 | -7,200 | ab6f4b7124978878a4ae15b30a639e94ef0b1e92 | feat (demo app): datepicker: date format input | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/datepicker/datepicker-demo.html",
"new_path": "src/demo-app/datepicker/datepicker-demo.html",
"diff": "[max]=\"maxDate\"\n[mode]=\"mode\"\n[container]=\"container\"\n+ [format]=\"dateFormat\"\n#dateControl=\"ngModel\"></md2-datepicker>\n<p> Value:... | TypeScript | MIT License | promact/md2 | feat (demo app): datepicker: date format input |
530,388 | 18.05.2017 16:38:59 | -19,080 | ee3ed1566ab087a9380b034bdb0637a90e445db8 | chore(datepicker) fix input format issue | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/datepicker/datepicker-demo.html",
"new_path": "src/demo-app/datepicker/datepicker-demo.html",
"diff": "[container]=\"container\"\n[format]=\"dateFormat\"\n#dateControl=\"ngModel\"></md2-datepicker>\n+ <span *ngIf=\"dateControl.hasError('mdDatepick... | TypeScript | MIT License | promact/md2 | chore(datepicker) fix input format issue |
530,388 | 19.05.2017 10:33:38 | -19,080 | 0d63c7dbd0882c57f7104ddbbeb98567318d70c2 | docs(dialog) update documentation of dialog component | [
{
"change_type": "MODIFY",
"old_path": "src/lib/dialog/README.md",
"new_path": "src/lib/dialog/README.md",
"diff": "@@ -27,7 +27,6 @@ Dialog allow the user to display content in popup.\n| --- | --- |\n| `<md2-dialog-title>` | Title of Dialog. |\n| `<md2-dialog-content>` | Content of Dialog. |\n-| `<... | TypeScript | MIT License | promact/md2 | docs(dialog) update documentation of dialog component |
530,388 | 19.05.2017 16:53:09 | -19,080 | c4ef84d90b3ef4fff31550adb2ea14d6b571f917 | fix: datepicker toggle issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker2/calendar-body.scss",
"new_path": "src/lib/datepicker2/calendar-body.scss",
"diff": "@@ -42,6 +42,11 @@ $background: white;\npadding: $md2-calendar-body-cell-padding 0;\ntext-align: center;\noutline: none;\n+ cursor: pointer;\n+\n+ .md2-cale... | TypeScript | MIT License | promact/md2 | fix: datepicker toggle issue |
530,398 | 24.05.2017 11:12:34 | -7,200 | c692eb358473c237f95caf8bbea9a901994f05e9 | Make arrow next to date picker clickable | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.html",
"new_path": "src/lib/datepicker/datepicker.html",
"diff": "(focus)=\"_handleFocus($event)\"\n(blur)=\"_handleBlur($event)\"\n(keydown)=\"_handleKeydown($event)\" />\n- <span class=\"md2-datepicker-arrow\"></span>\n+ <span c... | TypeScript | MIT License | promact/md2 | Make arrow next to date picker clickable |
530,388 | 25.05.2017 09:05:26 | -19,080 | fe3d952ce2dcd1e7a5ae45582f0e1849f665c936 | docs(menu) update documentation | [
{
"change_type": "MODIFY",
"old_path": "src/lib/menu/README.md",
"new_path": "src/lib/menu/README.md",
"diff": "@@ -13,8 +13,8 @@ Menu is a list of options that displays when triggered.\n### Attributes\n-| attributes | Value | Description |\n-| --- | --- |\n+| Attributes | Value | Description |\n+| ... | TypeScript | MIT License | promact/md2 | docs(menu) update documentation |
530,388 | 25.05.2017 15:23:28 | -19,080 | 80c161ab358e0a23ffdf57b5decb66fb6138a336 | chore(tooltip) update tooltip component | [
{
"change_type": "DELETE",
"old_path": "src/lib/tooltip/tooltip-errors.ts",
"new_path": null,
"diff": "-import {MdError} from '../core';\n-\n-/**\n- * Exception thrown when a tooltip has an invalid position.\n- * @docs-private\n- */\n-export class Md2TooltipInvalidPositionError extends MdError {\n- ... | TypeScript | MIT License | promact/md2 | chore(tooltip) update tooltip component |
530,388 | 26.05.2017 11:08:42 | -19,080 | e83a3aa73ed93888d2affcf253ab92b7c79b6e58 | docs: update documentations | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/README.md",
"new_path": "src/lib/datepicker/README.md",
"diff": "@@ -22,8 +22,8 @@ Datepicker allow the user to select date and time.\n| `enableDates` | `Array<Date>` | Enable dates. |\n| `disableDates` | `Array<Date>` | Disable Dates. |\n| ... | TypeScript | MIT License | promact/md2 | docs: update documentations |
530,388 | 26.05.2017 11:30:09 | -19,080 | cc56203f99c2c443c685400aadfd9f50685e70d0 | chore: update datepicker | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker2/calendar.html",
"new_path": "src/lib/datepicker2/calendar.html",
"diff": "</div>\n</div>\n<div class=\"md2-calendar-content\" (keydown)=\"_handleCalendarBodyKeydown($event)\"\n- cdkMonitorSubtreeFocus>\n- <md2-month-view *ngIf=\"_monthView\... | TypeScript | MIT License | promact/md2 | chore: update datepicker |
530,388 | 26.05.2017 12:50:33 | -19,080 | c7e69d62daa339f64a257ffeffe5237c59a699bd | chore: update option in core | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/lib/core/option/_optgroup-theme.scss",
"diff": "+@import '../theming/palette';\n+@import '../theming/theming';\n+\n+@mixin mat-optgroup-theme($theme) {\n+ $foreground: map-get($theme, foreground);\n+\n+ .mat-optgroup-label {\n+ color: mat-co... | TypeScript | MIT License | promact/md2 | chore: update option in core |
530,388 | 26.05.2017 14:01:01 | -19,080 | 50e1ed3a19e2dbfed5e63b5b2f246b4b4e873502 | update lint issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/core/observe-content/observe-content.ts",
"new_path": "src/lib/core/observe-content/observe-content.ts",
"diff": "@@ -18,7 +18,7 @@ import 'rxjs/add/operator/debounceTime';\n*/\n@Injectable()\nexport class MdMutationObserverFactory {\n- create(callback... | TypeScript | MIT License | promact/md2 | update lint issue |
530,388 | 26.05.2017 14:01:19 | -19,080 | fab045ca0e1d7922fdee621965de255b4472a27a | fix: datepicker issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker2/calendar.ts",
"new_path": "src/lib/datepicker2/calendar.ts",
"diff": "@@ -34,7 +34,7 @@ import {MD_DATE_FORMATS, MdDateFormats} from '../core/datetime/date-formats';\n*/\n@Component({\nmoduleId: module.id,\n- selector: 'md-calendar',\n+ sel... | TypeScript | MIT License | promact/md2 | fix: datepicker issue |
530,388 | 27.05.2017 11:15:34 | -19,080 | 6fa8b8eaebd34566fc321a9b244c1c895428f135 | fix(datepicker) service issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker2/datepicker-input.ts",
"new_path": "src/lib/datepicker2/datepicker-input.ts",
"diff": "@@ -123,14 +123,14 @@ export class MdDatepickerInput<D> implements AfterContentInit, ControlValueAcces\n/** The form control validator for the min date. *... | TypeScript | MIT License | promact/md2 | fix(datepicker) service issue |
530,388 | 29.05.2017 11:18:04 | -19,080 | cad09d4eb132f32351f39812034667c01486c013 | chore: update native date module of datepicker | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker2/index.ts",
"new_path": "src/lib/datepicker2/index.ts",
"diff": "@@ -4,7 +4,6 @@ import { CommonModule } from '@angular/common';\nimport { Md2CalendarBody } from './calendar-body';\nimport { Md2YearView } from './year-view';\nimport { Overla... | TypeScript | MIT License | promact/md2 | chore: update native date module of datepicker |
530,388 | 29.05.2017 11:28:14 | -19,080 | a09b4d6bde75c733f98191749f5675cf3b8b471c | fix: rollup warnings while compilation | [
{
"change_type": "MODIFY",
"old_path": "tools/gulp/tasks/components.ts",
"new_path": "tools/gulp/tasks/components.ts",
"diff": "@@ -113,24 +113,29 @@ const ROLLUP_GLOBALS = {\n'@angular/platform-browser-dynamic': 'ng.platformBrowserDynamic',\n// Rxjs dependencies\n- 'rxjs/Subject': 'Rx',\n- 'rxjs/ad... | TypeScript | MIT License | promact/md2 | fix: rollup warnings while compilation |
530,388 | 29.05.2017 11:38:18 | -19,080 | cc10dc3d81e44e47d69d6cab0bd48b2322c859a4 | chore: update lint configurations and fixed lint issues | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/datepicker/datepicker-demo.ts",
"new_path": "src/demo-app/datepicker/datepicker-demo.ts",
"diff": "@@ -89,7 +89,12 @@ export class DatepickerDemo {\n{ name: 'France:', value: 'HH:mm' },\n{ name: 'ISO 8601', value: 'HH:mm' }\n];\n- dateFormats: { [... | TypeScript | MIT License | promact/md2 | chore: update lint configurations and fixed lint issues |
530,388 | 29.05.2017 14:12:23 | -19,080 | 6e0cd566388d52d457f3f1f391ea8c6dc5def07b | feat(select) option group and | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/select/select-demo.html",
"new_path": "src/demo-app/select/select-demo.html",
"diff": "<button type=\"button\" button=\"primary\" (click)=\"pokemonControl.reset()\">RESET</button>\n</form>\n</div>\n+ <div class=\"card\">\n+ <div class=\"header\">\... | TypeScript | MIT License | promact/md2 | feat(select) option group #129 and #213 |
530,388 | 30.05.2017 08:05:43 | -19,080 | f392449043eaf60d5fd2d988917783acb1fc0429 | fix(select) design with multiple select | [
{
"change_type": "MODIFY",
"old_path": "src/lib/select/option.scss",
"new_path": "src/lib/select/option.scss",
"diff": "@@ -7,6 +7,7 @@ $primary: #106cc8 !default;\n.md2-option {\n@include mat-menu-item-base();\nposition: relative;\n+ font-family: inherit;\ncursor: pointer;\noutline: none;\n"
},
... | TypeScript | MIT License | promact/md2 | fix(select) design with multiple select #221 |
530,388 | 30.05.2017 14:40:13 | -19,080 | 9c4394ded9bbccc14a95bebb66b1865351283404 | fix(datepicker) format date issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.ts",
"new_path": "src/lib/datepicker/datepicker.ts",
"diff": "@@ -575,6 +575,9 @@ export class Md2Datepicker implements AfterContentInit, OnDestroy, ControlValueA\n}\nlet el: any = event.target;\nlet date: Date = this._util.parse(... | TypeScript | MIT License | promact/md2 | fix(datepicker) format date issue |
530,388 | 30.05.2017 15:14:51 | -19,080 | 9cfd97d7aa35de10c5b75edec8bf7b29fb6b0c40 | chore: update datepicker demo | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/datepicker/datepicker-demo.html",
"new_path": "src/demo-app/datepicker/datepicker-demo.html",
"diff": "<h3 class=\"title\">Basic Date Picker</h3>\n</div>\n<form class=\"content\">\n+ <md2-datepicker name=\"mindate\"\n+ placeholder=\"Minimum Date\"... | TypeScript | MIT License | promact/md2 | chore: update datepicker demo |
530,388 | 30.05.2017 16:04:22 | -19,080 | d61bca059324b5742efd906bf3fa7a53f6b87a2d | feat(datepicker) picker position improvement | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.ts",
"new_path": "src/lib/datepicker/datepicker.ts",
"diff": "@@ -43,6 +43,9 @@ import {\nOverlay,\nOverlayState,\nOverlayRef,\n+ PositionStrategy,\n+ RepositionScrollStrategy,\n+ ScrollDispatcher,\nTemplatePortal,\nHorizontalConn... | TypeScript | MIT License | promact/md2 | feat(datepicker) picker position improvement |
530,388 | 30.05.2017 16:07:22 | -19,080 | 400d4e4df842b6384011d6fd819e3bb6b441b882 | chore: update lint configurations | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "tools/stylelint/selector-nested-pattern-scoped/index.js",
"diff": "+const stylelint = require('stylelint');\n+const path = require('path');\n+const isStandardSyntaxRule = require('stylelint/lib/utils/isStandardSyntaxRule');\n+const isStandardSyn... | TypeScript | MIT License | promact/md2 | chore: update lint configurations |
530,388 | 31.05.2017 14:05:51 | -19,080 | acabd1cb5c4ba3aa7a5aeffafea8ab88fd2a3fbc | feat(colorpicker) picker position improvement | [
{
"change_type": "MODIFY",
"old_path": "src/lib/colorpicker/colorpicker.ts",
"new_path": "src/lib/colorpicker/colorpicker.ts",
"diff": "@@ -26,6 +26,9 @@ import {\nOverlayModule,\nOverlayState,\nOverlayRef,\n+ PositionStrategy,\n+ RepositionScrollStrategy,\n+ ScrollDispatcher,\nTemplatePortal,\nPort... | TypeScript | MIT License | promact/md2 | feat(colorpicker) picker position improvement |
530,388 | 31.05.2017 14:07:27 | -19,080 | 386bb460f741c89be1eeb6ce07cd6366d88a25ae | fix(datepicker) prevent unnecessary fire change event onblur of textbox | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.ts",
"new_path": "src/lib/datepicker/datepicker.ts",
"diff": "@@ -360,9 +360,6 @@ export class Md2Datepicker implements AfterContentInit, OnDestroy, ControlValueA\nthis._openOnFocus = false;\nsetTimeout(() => { this._openOnFocus =... | TypeScript | MIT License | promact/md2 | fix(datepicker) prevent unnecessary fire change event onblur of textbox |
530,388 | 31.05.2017 16:19:29 | -19,080 | 6053961c8946130088e4d7533f25e8559816c6cd | chore(chips) fix autocomplete object binding issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/chips/chips.ts",
"new_path": "src/lib/chips/chips.ts",
"diff": "@@ -94,7 +94,7 @@ export class Md2Chips implements ControlValueAccessor, AfterContentInit {\n@Input('autocomplete-item-text') autocompleteItemText: string = 'text';\n@Input('autocomplete-i... | TypeScript | MIT License | promact/md2 | chore(chips) fix autocomplete object binding issue |
530,388 | 01.06.2017 10:52:51 | -19,080 | cea63a10765557cb50f27709737cf3ee3374b64b | fix(tabs) runtime forEach issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/tabs/tabs.ts",
"new_path": "src/lib/tabs/tabs.ts",
"diff": "@@ -265,9 +265,10 @@ export class Md2Tabs implements AfterContentInit {\n*/\nupdatePagination() {\nlet canvasWidth = this.element.root.clientWidth;\n- this.element.tabs.forEach((tab: any) => {... | TypeScript | MIT License | promact/md2 | fix(tabs) runtime forEach issue |
530,388 | 01.06.2017 17:21:21 | -19,080 | 149dab896e22df0b21fb51dce2e14f508cf96c18 | chore(datepicker) implemented calendar component | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/lib/datepicker/calendar.scss",
"diff": "+$primary: #106cc8 !default;\n+$md2-calendar-padding: 8px !default;\n+$md2-calendar-period-font-size: 14px;\n+$md2-calendar-weekday-table-font-size: 11px !default;\n+$md2-calendar-body-font-size: 13px ... | TypeScript | MIT License | promact/md2 | chore(datepicker) implemented calendar component |
530,388 | 02.06.2017 12:17:41 | -19,080 | 13276bfac235a44e78267b34a4d1c295750a3dfa | chore: implemented month, year and calendar body components in datepicker | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/lib/datepicker/calendar-body.html",
"diff": "+<!--\n+ If there's not enough space in the first row, create a separate label row. We mark this row as\n+ aria-hidden because we don't want it to be read out as one of the weeks in the month.\n+-... | TypeScript | MIT License | promact/md2 | chore: implemented month, year and calendar body components in datepicker |
530,388 | 06.06.2017 11:42:41 | -19,080 | 1b9db6f0224b3dc81516e3d7ba96dfe3a5220b1d | fix(datepicker) invalid time after selecting it | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.ts",
"new_path": "src/lib/datepicker/datepicker.ts",
"diff": "@@ -766,6 +766,7 @@ export class Md2Datepicker implements AfterContentInit, OnDestroy, ControlValueA\nif (this._clockView === 'hour') {\nthis._clockView = 'minute';\n} ... | TypeScript | MIT License | promact/md2 | fix(datepicker) invalid time after selecting it #227 |
530,399 | 09.06.2017 15:34:47 | -10,800 | 08bbf34d7ee12fe819d8b7dfd3b21443a93de692 | Chips component always send changes event | [
{
"change_type": "MODIFY",
"old_path": "src/lib/chips/chips.ts",
"new_path": "src/lib/chips/chips.ts",
"diff": "@@ -245,7 +245,6 @@ export class Md2Chips implements ControlValueAccessor, AfterContentInit {\nthis.addNewChip(this.inputValue);\n}\nthis._onTouched();\n- this.addNewChip(this.inputValue);... | TypeScript | MIT License | promact/md2 | #233 Chips component always send changes event |
530,388 | 13.06.2017 13:33:03 | -19,080 | 3f13a839315b823a1d98d5dda3e82e82cc62bb98 | chore(datepicker) removed datepickerInput component | [
{
"change_type": "DELETE",
"old_path": "src/lib/datepicker/datepicker-input.ts",
"new_path": null,
"diff": "-import {\n- AfterContentInit,\n- Directive,\n- ElementRef,\n- EventEmitter,\n- forwardRef,\n- Inject,\n- Input,\n- OnDestroy,\n- Optional,\n- Renderer2\n-} from '@angular/core';\n-import { Md... | TypeScript | MIT License | promact/md2 | chore(datepicker) removed datepickerInput component |
530,388 | 13.06.2017 16:09:04 | -19,080 | dffc7a75e0c272d0bfc0d9892dbf9a3abcb9fa11 | chore(datepicker) fixed issue of datepicker portal | [
{
"change_type": "MODIFY",
"old_path": "src/lib/core/portal/dom-portal-host.ts",
"new_path": "src/lib/core/portal/dom-portal-host.ts",
"diff": "@@ -29,17 +29,21 @@ export class DomPortalHost extends BasePortalHost {\n*/\nattachComponentPortal<T>(portal: ComponentPortal<T>): ComponentRef<T> {\nlet co... | TypeScript | MIT License | promact/md2 | chore(datepicker) fixed issue of datepicker portal |
530,388 | 14.06.2017 09:25:14 | -19,080 | cc8bd6288a85123d9c4184f33460dcba75f35f45 | chore(datepicker) update design animation | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/calendar.scss",
"new_path": "src/lib/datepicker/calendar.scss",
"diff": "@@ -85,6 +85,7 @@ $md2-calendar-next-icon-transform: translateX(-2px) rotate(45deg);\npadding: 0 $md2-calendar-padding $md2-calendar-padding $md2-calendar-padding;\nout... | TypeScript | MIT License | promact/md2 | chore(datepicker) update design animation |
530,388 | 14.06.2017 09:39:02 | -19,080 | ffdd055cf58d3881dd5acaec0bf9dae2b187c9f5 | docs(datepicker) updated documentation of datepicker component | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/README.md",
"new_path": "src/lib/datepicker/README.md",
"diff": "@@ -6,7 +6,7 @@ Datepicker allow the user to select date and time.\n| Name | Type | Description |\n| --- | --- | --- |\n-| `type` | `'date' | 'time' | 'datetime'` | The type of... | TypeScript | MIT License | promact/md2 | docs(datepicker) updated documentation of datepicker component |
530,388 | 14.06.2017 09:41:10 | -19,080 | 04245195a793f44c9a1c709c117867c36f98bd3c | chore(datepicker) updated DateLocale service | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/date-locale.ts",
"new_path": "src/lib/datepicker/date-locale.ts",
"diff": "@@ -59,9 +59,9 @@ export class DateLocale {\nlocale: any;\nmonths: Months;\ndaysOfWeek: DaysOfWeek;\n- dates: string[];\n- hours: string[];\n- minutes: string[];\n+ d... | TypeScript | MIT License | promact/md2 | chore(datepicker) updated DateLocale service |
530,388 | 14.06.2017 10:01:52 | -19,080 | 8488e748430ce5f759c728dfb0c213bbb295a6a7 | chore: update rollup build demo configurations | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"stylelint\": \"gulp lint\",\n\"e2e\": \"gulp e2e\",\n\"deploy\": \"gulp deploy\",\n+ \"rollup\": \"./node_modules/.bin/rollup -c ./dist/rollup-config.js\",\n\"webdriver-manager\": \"webdriver-manager\",\n\"... | TypeScript | MIT License | promact/md2 | chore: update rollup build demo configurations |
530,388 | 14.06.2017 12:42:45 | -19,080 | 65e3639cbc5dff5e532b57f5aaa86660f4c64464 | chore(colorpicker) removed circular dependency and moved module in index | [
{
"change_type": "MODIFY",
"old_path": "src/lib/colorpicker/color-util.ts",
"new_path": "src/lib/colorpicker/color-util.ts",
"diff": "import { Injectable } from '@angular/core';\n-import { Rgba, Hsla, Hsva } from './colorpicker';\nexport const COLOR_RGB = /(rgb)a?\\(\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})... | TypeScript | MIT License | promact/md2 | chore(colorpicker) removed circular dependency and moved module in index |
530,388 | 14.06.2017 12:44:15 | -19,080 | 1c4f48b20c50b60e30bd8252fd7e44650f9c6860 | chore: update style lints | [
{
"change_type": "MODIFY",
"old_path": "stylelint-config.json",
"new_path": "stylelint-config.json",
"diff": "\"./tools/stylelint/selector-nested-pattern-scoped/index.js\"\n],\n\"rules\": {\n- \"material/no-prefixes\": [[\"last 2 versions\", \"not ie <= 10\", \"not ie_mob <= 10\"]],\n- \"material/se... | TypeScript | MIT License | promact/md2 | chore: update style lints |
530,388 | 14.06.2017 14:24:03 | -19,080 | 766671c94e5eace2ccca7f7b070b39fda769af47 | chore: update ci build process | [
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "@@ -8,6 +8,15 @@ branches:\nonly:\n- master\n+jobs:\n+ include:\n+ - env: \"MODE=lint\"\n+ - env: \"MODE=aot\"\n+ - env: \"MODE=payload\"\n+ - stage: Deploy\n+ script: ./scripts/ci/publish-artifacts.sh\n+ env: ... | TypeScript | MIT License | promact/md2 | chore: update ci build process |
530,388 | 14.06.2017 15:15:39 | -19,080 | 64baed5d1dfd30bbed4f75c7ee723e36750f336e | chore: update build script and process | [
{
"change_type": "MODIFY",
"old_path": "scripts/browserstack/start-tunnel.sh",
"new_path": "scripts/browserstack/start-tunnel.sh",
"diff": "@@ -4,52 +4,49 @@ set -e -o pipefail\n# Workaround for Travis CI cookbook https://github.com/travis-ci/travis-ci/issues/4862,\n# where $PATH will be extended wi... | TypeScript | MIT License | promact/md2 | chore: update build script and process |
530,388 | 14.06.2017 15:46:30 | -19,080 | 24cce033390f2b8489052af468f877e26819d798 | chore: update package dependency | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"conventional-changelog\": \"^1.1.3\",\n\"conventional-github-releaser\": \"^1.1.3\",\n\"dgeni\": \"^0.4.7\",\n- \"dgeni-packages\": \"^0.19.0\",\n+ \"dgeni-packages\": \"^0.19.1\",\n\"firebase-admin\": \"^5... | TypeScript | MIT License | promact/md2 | chore: update package dependency |
530,388 | 15.06.2017 13:25:04 | -19,080 | c4a12a5cc31a826041d2d14338ba9daa04c98ba5 | chore: removed data-table component from core | [
{
"change_type": "DELETE",
"old_path": "src/lib/core/data-table/cell.ts",
"new_path": null,
"diff": "-import {ContentChild, Directive, ElementRef, Input, Renderer2, TemplateRef} from '@angular/core';\n-\n-/**\n- * Cell definition for a CDK data-table.\n- * Captures the template of a column's data ro... | TypeScript | MIT License | promact/md2 | chore: removed data-table component from core |
530,388 | 15.06.2017 13:26:08 | -19,080 | a3ca00d5b41f592d0d3c9eede2e403ccde21dcb6 | chore: update build script and ci config | [
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "language: node_js\nsudo: false\n+dist: trusty\nnode_js:\n- '--lts'\n@@ -13,6 +14,7 @@ jobs:\n- env: \"MODE=lint\"\n- env: \"MODE=aot\"\n- env: \"MODE=payload\"\n+ - env: \"MODE=closure-compiler\"\n- stage: Depl... | TypeScript | MIT License | promact/md2 | chore: update build script and ci config |
530,388 | 15.06.2017 15:34:53 | -19,080 | 53ca6c41eb474a40427f963bbab22a58872cc568 | chore: update ci build script | [
{
"change_type": "MODIFY",
"old_path": "scripts/ci/publish-artifacts.sh",
"new_path": "scripts/ci/publish-artifacts.sh",
"diff": "@@ -12,14 +12,14 @@ if [[ \"$TRAVIS_PULL_REQUEST\" != \"false\" ]]; then\nfi\necho \"Starting to publish the build artifacts and docs content...\"\n-echo \"\"\n# Build Md... | TypeScript | MIT License | promact/md2 | chore: update ci build script |
530,388 | 15.06.2017 15:54:43 | -19,080 | 036c319d9eb177bb7c88005dfbdda5c65816873a | chore: update gulp tasks | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"conventional-github-releaser\": \"^1.1.3\",\n\"dgeni\": \"^0.4.7\",\n\"dgeni-packages\": \"^0.19.1\",\n- \"firebase-admin\": \"^5.0.0\",\n- \"firebase-tools\": \"^3.9.0\",\n\"fs-extra\": \"^3.0.1\",\n\"glob... | TypeScript | MIT License | promact/md2 | chore: update gulp tasks |
530,388 | 15.06.2017 16:57:24 | -19,080 | 3e3ce1164a3caf967563081ed7387c8c83103304 | chore: removed dev-app bundle job from travis ci | [
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "@@ -14,7 +14,6 @@ jobs:\n- env: \"MODE=lint\"\n- env: \"MODE=aot\"\n- env: \"MODE=payload\"\n- - env: \"MODE=closure-compiler\"\n- stage: Deploy\nscript: bash ./scripts/ci/publish-artifacts.sh\nenv: \"MODE=rele... | TypeScript | MIT License | promact/md2 | chore: removed dev-app bundle job from travis ci |
530,388 | 15.06.2017 17:37:38 | -19,080 | e6eaa1485fe0256869a59fc783b4ba26a3e680a7 | chore: update deploy build script | [
{
"change_type": "MODIFY",
"old_path": "scripts/ci/publish-artifacts.sh",
"new_path": "scripts/ci/publish-artifacts.sh",
"diff": "#!/bin/bash\n# Script that runs after the testing stage of Travis passed.\n-# Build artifacts and docs content will be published to different repositories.\n+# Build arti... | TypeScript | MIT License | promact/md2 | chore: update deploy build script |
530,388 | 16.06.2017 11:04:07 | -19,080 | bcd23776689b18a8cfccf1114e9952469e0dafbd | chore: update travis ci config and build script | [
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "@@ -9,15 +9,6 @@ branches:\nonly:\n- master\n-jobs:\n- include:\n- - env: \"MODE=lint\"\n- - env: \"MODE=aot\"\n- - env: \"MODE=payload\"\n- - stage: Deploy\n- script: bash ./scripts/ci/publish-artifacts.sh\n- ... | TypeScript | MIT License | promact/md2 | chore: update travis ci config and build script |
530,388 | 16.06.2017 13:46:39 | -19,080 | 7b9b757536e14b4508328d467aaf1e1b0fe9676c | chore: update travis ci deploy tasks | [
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "@@ -31,7 +31,11 @@ before_deploy:\n- cd md2\ndeploy:\n- provider: npm\n+ - provider: releases\n+ api_key: $GH_TOKEN\n+ on:\n+ tags: true\n+ - provider: npm\nskip_cleanup: true\nemail: pipariyadharmesh@gmail.com... | TypeScript | MIT License | promact/md2 | chore: update travis ci deploy tasks |
530,388 | 16.06.2017 16:25:18 | -19,080 | c66b1017106717930a2c9fbb028399932e8c2599 | chore: update dependencies in colorpicker | [
{
"change_type": "MODIFY",
"old_path": "src/lib/colorpicker/colorpicker.ts",
"new_path": "src/lib/colorpicker/colorpicker.ts",
"diff": "@@ -5,7 +5,6 @@ import {\nEventEmitter,\nElementRef,\nViewEncapsulation,\n- NgModule,\nDirective,\nOnDestroy,\nOptional,\n@@ -19,21 +18,14 @@ import {\nControlValue... | TypeScript | MIT License | promact/md2 | chore: update dependencies in colorpicker |
530,399 | 17.06.2017 18:05:51 | -10,800 | 62062811c930765a2e35c5c0fc5e5679cdb8378c | Runtime Error: MD_DATE_FORMATS (Datepicker) | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/date-locale.ts",
"new_path": "src/lib/datepicker/date-locale.ts",
"diff": "@@ -92,17 +92,18 @@ export class DateLocale {\nif (SUPPORTS_INTL_API) {\nlet dtf = new Intl.DateTimeFormat(this.locale, { hour: 'numeric' });\nreturn range(24, i => t... | TypeScript | MIT License | promact/md2 | #242 Runtime Error: MD_DATE_FORMATS (Datepicker) |
530,399 | 17.06.2017 22:28:48 | -10,800 | 77fcbb5c23e57b9f8c264041454300b28e37e570 | Update date-locale.ts
Delete console.log | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/date-locale.ts",
"new_path": "src/lib/datepicker/date-locale.ts",
"diff": "@@ -98,7 +98,6 @@ export class DateLocale {\n}\ngetMinuteNames(): string[] {\n- console.log(0);\nif (this.minutes) { return this.minutes; }\nif (SUPPORTS_INTL_API) {\... | TypeScript | MIT License | promact/md2 | Update date-locale.ts
Delete console.log |
530,388 | 19.06.2017 11:54:19 | -19,080 | 28a6d3eb0e9fda70b89600559941811733913e53 | chore: update configurations for build rollup bundle | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/tsconfig.json",
"new_path": "src/demo-app/tsconfig.json",
"diff": "\"declaration\": false,\n\"emitDecoratorMetadata\": true,\n\"experimentalDecorators\": true,\n+ \"noUnusedParameters\": true,\n\"lib\": [\"es6\", \"es2015\", \"dom\"],\n\"module\":... | TypeScript | MIT License | promact/md2 | chore: update configurations for build rollup bundle |
530,388 | 20.06.2017 08:47:56 | -19,080 | 0bf9c27d29384da72ba6658d68cbabd2fa6bf072 | chore(tooltip) fixed view encapsulation issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/tooltip/tooltip.scss",
"new_path": "src/lib/tooltip/tooltip.scss",
"diff": "@@ -5,7 +5,7 @@ $md2-tooltip-margin: 14px;\n$md2-tooltip-horizontal-padding: 8px;\n$md2-tooltip-vertical-padding: ($md2-tooltip-target-height - $md2-tooltip-font-size) / 2;\n-:... | TypeScript | MIT License | promact/md2 | chore(tooltip) fixed view encapsulation issue |
530,388 | 20.06.2017 09:49:10 | -19,080 | 354a8ea65eb3233b174046d2484bdd539f3b48a6 | docs(datepicker) updated documentations | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/README.md",
"new_path": "src/lib/datepicker/README.md",
"diff": "@@ -6,7 +6,7 @@ Datepicker allow the user to select date and time.\n| Name | Type | Description |\n| --- | --- | --- |\n-| `type` | `'date' | 'time' | 'month' | 'datetime'` | T... | TypeScript | MIT License | promact/md2 | docs(datepicker) updated documentations |
530,388 | 20.06.2017 10:49:25 | -19,080 | a5f5fed25593ad18aaa493f48bda2c5043a8bd5d | chore: updated package dependencies with latest | [
{
"change_type": "MODIFY",
"old_path": "package-lock.json",
"new_path": "package-lock.json",
"diff": "\"lockfileVersion\": 1,\n\"dependencies\": {\n\"@angular/animations\": {\n- \"version\": \"4.2.2\",\n- \"resolved\": \"https://registry.npmjs.org/@angular/animations/-/animations-4.2.2.tgz\",\n- \"i... | TypeScript | MIT License | promact/md2 | chore: updated package dependencies with latest |
530,388 | 20.06.2017 12:27:01 | -19,080 | 3427fb1c8d6a7a6692224a3729ffba2a094a0444 | chore: updated tasks for AOT | [
{
"change_type": "MODIFY",
"old_path": "tools/gulp/tasks/aot.ts",
"new_path": "tools/gulp/tasks/aot.ts",
"diff": "@@ -3,19 +3,19 @@ import {join} from 'path';\nimport {DIST_ROOT} from '../constants';\nimport {execNodeTask, sequenceTask} from '../util/task_helpers';\n-/** Copies the source files of t... | TypeScript | MIT License | promact/md2 | chore: updated tasks for AOT |
530,388 | 21.06.2017 11:39:57 | -19,080 | a2550acfbd71f70fd290836c3fff38c4118343a6 | chore: update ts configurations | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/main-aot.ts",
"new_path": "src/demo-app/main-aot.ts",
"diff": "* This is the main entry-point for the AOT compilation. File will be used to test AOT support.\n*/\n-import {platformBrowserDynamic} from '@angular/platform-browser-dynamic';\n+import ... | TypeScript | MIT License | promact/md2 | chore: update ts configurations |
530,388 | 21.06.2017 16:31:08 | -19,080 | a1a71e2ebfb8d0993d9013efe5578035d51ce3bd | chore: update demo AOT and ts configurations | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/main-aot.ts",
"new_path": "src/demo-app/main-aot.ts",
"diff": "* This is the main entry-point for the AOT compilation. File will be used to test AOT support.\n*/\n-import {platformBrowser} from '@angular/platform-browser';\n+import {platformBrowse... | TypeScript | MIT License | promact/md2 | chore: update demo AOT and ts configurations |
530,388 | 21.06.2017 16:32:42 | -19,080 | acdb4cfe2edce7e6ce71ee2a1cead56243295497 | chore: update library modules | [
{
"change_type": "MODIFY",
"old_path": "src/lib/colorpicker/index.ts",
"new_path": "src/lib/colorpicker/index.ts",
"diff": "@@ -29,9 +29,6 @@ export * from './color-util';\nColorpickerSliderDirective,\nTextDirective\n],\n- providers: [ColorUtil],\n- entryComponents: [\n- Md2Colorpicker,\n- ]\n+ prov... | TypeScript | MIT License | promact/md2 | chore: update library modules |
530,388 | 22.06.2017 10:12:39 | -19,080 | 2a5b43d29ad1c28f4d7df3be79417ecd7586212e | chore: update travis ci configurations and published tasks | [
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "@@ -31,11 +31,7 @@ before_deploy:\n- cd md2\ndeploy:\n- - provider: releases\n- api_key: $GH_TOKEN\n- on:\n- tags: true\n- - provider: npm\n+ provider: npm\nskip_cleanup: true\nemail: pipariyadharmesh@gmail.com... | TypeScript | MIT License | promact/md2 | chore: update travis ci configurations and published tasks |
530,388 | 22.06.2017 10:41:52 | -19,080 | 548269ab2c1784077db0c47bc61e4400c39df402 | chore: fixed deploy scripts | [
{
"change_type": "MODIFY",
"old_path": "scripts/ci/deploy.sh",
"new_path": "scripts/ci/deploy.sh",
"diff": "@@ -8,7 +8,7 @@ cd $(dirname $0)/../..\nCOMMIT_MESSAGE=$(git log --oneline --format=%B --no-merges -n 1)\n-if [[ \"$TRAVIS_PULL_REQUEST\" != \"false\" ]] || [[ \"$TRAVIS_BRANCH\" != \"master\"... | TypeScript | MIT License | promact/md2 | chore: fixed deploy scripts |
530,388 | 22.06.2017 12:21:35 | -19,080 | 25fed8d5ecfc07cdaff593edcb7dba73fe23c50a | fix(chips) autocomplete-item-value binding issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/chips/chips.html",
"new_path": "src/lib/chips/chips.html",
"diff": "<form #chipInputForm=\"ngForm\" class=\"chip-input-form\">\n<input *ngIf=\"!isAutoComplete\" class=\"chip-input\" [disabled]=\"disabled\" [type]=\"type\" [(ngModel)]=\"inputValue\" nam... | TypeScript | MIT License | promact/md2 | fix(chips) autocomplete-item-value binding issue #240 |
530,388 | 27.06.2017 16:46:43 | -19,080 | e4d2a403f1c75d08a455f3d805e458904df6bf81 | fix(datepicker) intl support cross browser issue with time | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/date-locale.ts",
"new_path": "src/lib/datepicker/date-locale.ts",
"diff": "import { Injectable } from '@angular/core';\n-const SUPPORTS_INTL_API = typeof Intl != 'undefined';\n+const SUPPORTS_INTL_API = false; // typeof Intl != 'undefined';\... | TypeScript | MIT License | promact/md2 | fix(datepicker) intl support cross browser issue with time #250 |
530,388 | 28.06.2017 15:11:44 | -19,080 | e99af7fd825d32f7e27eaefdfc58ea88c351b5d9 | chore: update accordion performance | [
{
"change_type": "MODIFY",
"old_path": "src/lib/accordion/accordion.scss",
"new_path": "src/lib/accordion/accordion.scss",
"diff": "@@ -71,7 +71,6 @@ md2-accordion-tab {\n.md2-accordion-tab-body {\nposition: relative;\n- overflow: hidden;\n}\n.md2-accordion-tab-content {\n"
},
{
"change_type... | TypeScript | MIT License | promact/md2 | chore: update accordion performance |
530,388 | 28.06.2017 15:31:16 | -19,080 | 2756c399b3500ab128b07e8f800036b650f11f9a | chore(accordion) refactor overflow issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/accordion/accordion.scss",
"new_path": "src/lib/accordion/accordion.scss",
"diff": "@@ -71,6 +71,11 @@ md2-accordion-tab {\n.md2-accordion-tab-body {\nposition: relative;\n+ overflow: hidden;\n+\n+ md2-accordion-tab.md2-accordion-tab-active & {\n+ over... | TypeScript | MIT License | promact/md2 | chore(accordion) refactor overflow issue |
530,396 | 18.07.2017 15:10:50 | -19,080 | 40c9f27acf33a558b829ee13af73f32793c46c31 | Solved issue -Chips no longer works with pasting from the clipboard | [
{
"change_type": "MODIFY",
"old_path": "src/lib/chips/chips.ts",
"new_path": "src/lib/chips/chips.ts",
"diff": "@@ -255,10 +255,8 @@ export class Md2Chips implements ControlValueAccessor, AfterContentInit {\ninputPaste(event: any): void {\nlet clipboardData = event.clipboardData ||\n(event.originalE... | TypeScript | MIT License | promact/md2 | Solved issue :#220 -Chips no longer works with pasting from the clipboard |
530,396 | 20.07.2017 14:18:13 | -19,080 | 321ca590a281efffb4088a50d545a8c3c7580952 | Solved Custom Id for md2-datepicker | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/datepicker/datepicker-demo.html",
"new_path": "src/demo-app/datepicker/datepicker-demo.html",
"diff": "[touchUi]=\"touch\"\n[startView]=\"startView\"\n[format]=\"dateFormat\"\n- #dateControl=\"ngModel\"></md2-datepicker>\n+ #dateControl=\"ngModel\... | TypeScript | MIT License | promact/md2 | Solved #254 Custom Id for md2-datepicker |
530,396 | 20.07.2017 16:21:05 | -19,080 | ca8172f51478a06b8db41820e64e56e26c912648 | solved duplicate values in chips using in autocomplete | [
{
"change_type": "MODIFY",
"old_path": "src/lib/chips/chips.ts",
"new_path": "src/lib/chips/chips.ts",
"diff": "@@ -284,11 +284,14 @@ export class Md2Chips implements ControlValueAccessor, AfterContentInit {\nprivate _isValid(chipString: any): boolean {\nlet typeString = typeof chipString;\n+ let is... | TypeScript | MIT License | promact/md2 | solved duplicate values in chips using in autocomplete |
530,396 | 26.07.2017 16:03:45 | -19,080 | 7aac1fb3c4005fe2500fb1c9eb2bbf2ec337f828 | solved tslint issue | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/datepicker/datepicker-demo.ts",
"new_path": "src/demo-app/datepicker/datepicker-demo.ts",
"diff": "@@ -54,7 +54,7 @@ export class DatepickerDemo {\nminDate: Date;\nmaxDate: Date;\nstartAt: Date;\n- customID: string = \"datepicker-id\";\n+ customID... | TypeScript | MIT License | promact/md2 | solved tslint issue |
530,396 | 04.08.2017 10:34:19 | -19,080 | 950a66bd4b503bbc0bffb85e6f7e9f98e38e42af | fix DataTable: pagination label could be an attribute | [
{
"change_type": "MODIFY",
"old_path": "src/lib/data-table/data-table.scss",
"new_path": "src/lib/data-table/data-table.scss",
"diff": "@@ -105,6 +105,11 @@ md2-pagination {\ncolor: rgba(black, 0.54);\nline-height: 36px;\n+ label{\n+ vertical-align: sub;\n+ margin-right: 10px;\n+ }\n+\nmd2-select {\... | TypeScript | MIT License | promact/md2 | fix (#268) DataTable: pagination label could be an attribute |
530,396 | 04.08.2017 10:37:26 | -19,080 | 614df1b99e2f2adff8407946071ea8ed1bf64958 | add label attribute | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/data-table/data-table-demo.html",
"new_path": "src/demo-app/data-table/data-table-demo.html",
"diff": "<tfoot>\n<tr>\n<td colspan=\"4\">\n- <md2-pagination [rowsPerPageSet]=\"[5,10,15]\" ></md2-pagination>\n+ <md2-pagination [rowsPerPageSet]=\"[5,... | TypeScript | MIT License | promact/md2 | add label attribute |
530,396 | 10.08.2017 14:06:37 | -19,080 | 7460d779958e5f887201d0abb40d49677a49064b | Fix(auto complete) Md2Autocomplete and textChange emit old value | [
{
"change_type": "MODIFY",
"old_path": "src/lib/autocomplete/autocomplete.ts",
"new_path": "src/lib/autocomplete/autocomplete.ts",
"diff": "@@ -194,6 +194,10 @@ export class Md2Autocomplete implements AfterContentInit, ControlValueAccessor {\n* input event listner\n* @param event\n*/\n+ _handleKeyup... | TypeScript | MIT License | promact/md2 | Fix(auto complete) #272 Md2Autocomplete and textChange emit old value |
530,396 | 10.08.2017 14:47:27 | -19,080 | 92bb7c56841a21b18368482d654a9a670a01fbc7 | fix (autocomplte) set change event on keyup | [
{
"change_type": "MODIFY",
"old_path": "src/lib/autocomplete/autocomplete.ts",
"new_path": "src/lib/autocomplete/autocomplete.ts",
"diff": "@@ -200,7 +200,6 @@ export class Md2Autocomplete implements AfterContentInit, ControlValueAccessor {\n_handleKeydown(event: KeyboardEvent) {\nif (this.disabled)... | TypeScript | MIT License | promact/md2 | fix (autocomplte) set change event on keyup |
530,396 | 05.10.2017 17:56:16 | -19,080 | 8f46ef35646d89f319c3d6dc5cbd61d4a02600ba | Solved select issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/select/select.ts",
"new_path": "src/lib/select/select.ts",
"diff": "@@ -574,8 +574,7 @@ export class Md2Select implements AfterContentInit, OnDestroy, OnInit, ControlVa\n*/\nprivate _selectValue(value: any): Md2Option {\nlet optionsArray = this.options... | TypeScript | MIT License | promact/md2 | Solved select issue |
530,391 | 25.10.2017 14:28:18 | -10,800 | 14fa4ad0e8861dccb1e38478e94d060452bd58ad | Fixed autocomplete to trim inputValue from redundant spaces | [
{
"change_type": "MODIFY",
"old_path": "src/lib/autocomplete/autocomplete.ts",
"new_path": "src/lib/autocomplete/autocomplete.ts",
"diff": "@@ -322,7 +322,7 @@ export class Md2Autocomplete implements AfterContentInit, ControlValueAccessor {\nthis._list = [];\n} else {\nthis._list = this._items.map((... | TypeScript | MIT License | promact/md2 | Fixed autocomplete to trim inputValue from redundant spaces |
530,401 | 18.01.2018 16:51:38 | -3,600 | 5694ed226accbadcf356d4a2349dc246e3c90129 | Fix typo in dateFilter property description | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/README.md",
"new_path": "src/lib/datepicker/README.md",
"diff": "@@ -17,7 +17,7 @@ Datepicker allow the user to select date and time.\n| `timeInterval` | `number` | Select minutes in specific time interval, default is 1. |\n| `openOnFocus` |... | TypeScript | MIT License | promact/md2 | Fix typo in dateFilter property description |
530,396 | 25.10.2018 17:12:08 | -19,080 | f0131a7ca0bb5c8804f6ea85e7db80fd7deb3963 | auto compplete - color and backspace issue
chips- set floating label
colorpicker,datepicker,select - set * color
table - added total entries code | [
{
"change_type": "MODIFY",
"old_path": "src/lib/autocomplete/autocomplete.scss",
"new_path": "src/lib/autocomplete/autocomplete.scss",
"diff": "@@ -87,6 +87,7 @@ md2-autocomplete.md2-autocomplete-disabled .md2-autocomplete-input {\n[aria-required=true] &::after {\ncontent: '*';\n+ color: #FD0F0F;\n}... | TypeScript | MIT License | promact/md2 | auto compplete - color and backspace issue
chips- set floating label
colorpicker,datepicker,select - set * color
table - added total entries code |
530,396 | 23.11.2018 10:30:37 | -19,080 | a7639ec012f42fb3d3c461080a8e7653c3f27f9d | change colro code in style and solve lint isues | [
{
"change_type": "MODIFY",
"old_path": "src/lib/autocomplete/autocomplete.scss",
"new_path": "src/lib/autocomplete/autocomplete.scss",
"diff": "@@ -87,7 +87,7 @@ md2-autocomplete.md2-autocomplete-disabled .md2-autocomplete-input {\n[aria-required=true] &::after {\ncontent: '*';\n- color: #FD0F0F;\n+... | TypeScript | MIT License | promact/md2 | change colro code in style and solve lint isues |
377,522 | 16.01.2017 17:14:36 | -10,800 | 0773d9e1a04eafe1e7ac4fb1b9be2b0b85559699 | Add python3.6 in runtests, set default retrieve_refs to True, update changelog | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG",
"new_path": "CHANGELOG",
"diff": "- Performance improvements in :py:func:`pyteomics.electrochem.pI`.\n+ - Fix the issue in :py:mod:`pyteomics.xml` which resulted in very long processing times for indexed XML files\n+ with a byte ordering mark (BOM)... | Python | Apache License 2.0 | levitsky/pyteomics | Add python3.6 in runtests, set default retrieve_refs to True, update changelog |
377,522 | 20.02.2017 00:36:32 | -10,800 | 8c50c6abb8636c79575935ecd2debf281955a64a | Fixes and basic tests for mass.isotopologues | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG",
"new_path": "CHANGELOG",
"diff": "- Fix the issue in :py:mod:`pyteomics.xml` which resulted in very long processing times for indexed XML files\nwith a byte ordering mark (BOM).\n+ - Fix in :py:mod:`pyteomics.mzxml`.\n+\n- Change default value of `... | Python | Apache License 2.0 | levitsky/pyteomics | Fixes and basic tests for mass.isotopologues |
377,522 | 20.02.2017 15:58:16 | -10,800 | ac85d1185e547ab5092a38995ae5b4797b8af521 | Minor fixes. Version 3.4.1 | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG",
"new_path": "CHANGELOG",
"diff": "and :py:func:`pyteomics.fasta.read`). This can be useful for MGF files with non-ASCII spectrum\ntitles or comments.\n- - New function :py:func:`pyteomics.mass.isotopologues`.\n+ - New function :py:func:`pyteomics.m... | Python | Apache License 2.0 | levitsky/pyteomics | Minor fixes. Version 3.4.1 |
377,522 | 16.04.2017 23:41:06 | -10,800 | dce2231907c850f6cdfa605d6ed17a9fbc3e6ae5 | Refactored qvalues. Current tests working. Need more tests | [
{
"change_type": "MODIFY",
"old_path": "VERSION",
"new_path": "VERSION",
"diff": "-3.4.2a0\n\\ No newline at end of file\n+3.4.2a1\n\\ No newline at end of file\n"
},
{
"change_type": "MODIFY",
"old_path": "pyteomics/auxiliary.py",
"new_path": "pyteomics/auxiliary.py",
"diff": "@... | Python | Apache License 2.0 | levitsky/pyteomics | Refactored qvalues. Current tests working. Need more tests |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.