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 | 24.02.2017 15:32:46 | -19,080 | 3e117deef9d6b91f2437864a3adb4ad3d62f5748 | chore(multiselect) removed depricated multiselect component | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -51,7 +51,6 @@ export class AppModule { }\n- [md2-datepicker](https://github.com/Promact/md2/tree/master/src/lib/datepicker)\n- [md2-dialog](https://github.com/Promact/md2/tree/master/src/lib/dialog)\n- [md2-men... | TypeScript | MIT License | promact/md2 | chore(multiselect) removed depricated multiselect component |
530,396 | 24.02.2017 16:16:27 | -19,080 | 70bdc985bfdc226880c61438200691f69429d02a | Fix(chips) data binding issue of autocomplete in chips | [
{
"change_type": "MODIFY",
"old_path": "src/lib/chips/chips.html",
"new_path": "src/lib/chips/chips.html",
"diff": "-<div class=\"md2-chips-container\" [class.md2-chip-disabled]=\"readonly\">\n+<div class=\"md2-chips-container\" [class.md2-chip-disabled]=\"readonly\" [class.md2-chip-remove]=\"!isRem... | TypeScript | MIT License | promact/md2 | Fix(chips) data binding issue of autocomplete in chips |
530,396 | 24.02.2017 17:14:26 | -19,080 | e553c0ba633eb99389840b7438f25e2e2f3515f9 | Fix(Chips) placeholder text | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/chips/chips-demo.html",
"new_path": "src/demo-app/chips/chips-demo.html",
"diff": "<h4>Basic Chips</h4>\n<div>\n<md2-chips [(ngModel)]=\"_item\"\n- placeholder=\"Add\"\n+ [placeholder]=\"Add\"\n[maxChips]=\"8\"\n[isRemovable]=\"true\"\n[readonly]=... | TypeScript | MIT License | promact/md2 | Fix(Chips) placeholder text |
530,388 | 25.02.2017 14:21:25 | -19,080 | a60397725c55ab3272fd8b2c4b35419618108e41 | core: update docs | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "# MD2\n-Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Collapse, Colorpicker, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tool... | TypeScript | MIT License | promact/md2 | core: update docs |
530,388 | 26.02.2017 18:34:36 | -19,080 | 59cb08fd2d5d27305586e550f3171954be264ed3 | chore(datepicker) fixed type update issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.ts",
"new_path": "src/lib/datepicker/datepicker.ts",
"diff": "@@ -71,6 +71,8 @@ export interface IWeek {\nlet nextId = 0;\n+export type Type = 'date' | 'time' | 'datetime';\n+\n@Component({\nmoduleId: module.id,\nselector: 'md2-da... | TypeScript | MIT License | promact/md2 | chore(datepicker) fixed type update issue |
530,388 | 27.02.2017 08:18:14 | -19,080 | 7a50267f0b5c1e5dc5929e92f14a31aace18c5bd | fix(datepicker) type change update popup issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.ts",
"new_path": "src/lib/datepicker/datepicker.ts",
"diff": "import {\n- AfterContentInit,\nComponent,\nElementRef,\nHostListener,\n@@ -97,7 +96,7 @@ export type Type = 'date' | 'time' | 'datetime';\n],\nencapsulation: ViewEncaps... | TypeScript | MIT License | promact/md2 | fix(datepicker) type change update popup issue |
530,388 | 27.02.2017 15:35:42 | -19,080 | 929c369906ad3545ef378a088a5a72ace0ca36da | chore(tooltip) added support for html bindings | [
{
"change_type": "MODIFY",
"old_path": "src/lib/tooltip/tooltip.html",
"new_path": "src/lib/tooltip/tooltip.html",
"diff": "<div class=\"md2-tooltip\"\n[style.transform-origin]=\"_transformOrigin\"\n[@state]=\"_visibility\"\n- (@state.done)=\"_afterVisibilityAnimation($event)\">\n- {{message}}\n+ (@... | TypeScript | MIT License | promact/md2 | chore(tooltip) added support for html bindings |
530,388 | 27.02.2017 15:38:02 | -19,080 | 875d50eb066178f93caee404bd0478bffd69cfe0 | chore(datepicker) update date format with filter | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.html",
"new_path": "src/lib/datepicker/datepicker.html",
"diff": "</div>\n<div class=\"md2-datepicker-input\">\n<span class=\"md2-datepicker-placeholder\" [class.has-value]=\"value\"> {{ placeholder }} </span>\n- <span class=\"md2... | TypeScript | MIT License | promact/md2 | chore(datepicker) update date format with filter |
530,388 | 27.02.2017 16:18:12 | -19,080 | d83c6ecc9fb54c47f48a01071cf8394536ece2cd | chore(datepicker) updated binding reflection issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.ts",
"new_path": "src/lib/datepicker/datepicker.ts",
"diff": "@@ -202,13 +202,13 @@ export class Md2Datepicker implements OnDestroy, ControlValueAccessor {\nget time() { return this.date.getHours() + ':' + this.date.getMinutes(); ... | TypeScript | MIT License | promact/md2 | chore(datepicker) updated binding reflection issue |
530,388 | 27.02.2017 19:48:58 | -19,080 | 68666c5033aecf6c69ecdae9cdf1d6f46a55b1d8 | fix(datepicker) open on focus issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.ts",
"new_path": "src/lib/datepicker/datepicker.ts",
"diff": "@@ -284,13 +284,16 @@ export class Md2Datepicker implements OnDestroy, ControlValueAccessor {\nthis.selected = this.value || new Date(1, 0, 1);\nthis.date = this.value ... | TypeScript | MIT License | promact/md2 | fix(datepicker) open on focus issue #91 |
530,388 | 28.02.2017 10:48:25 | -19,080 | c1ab5e779bc175c3ea4c6d61a1cea48b655faf6b | chore(datepicker) update input design | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.html",
"new_path": "src/lib/datepicker/datepicker.html",
"diff": "</svg>\n</div>\n<div class=\"md2-datepicker-input\">\n- <span class=\"md2-datepicker-placeholder\" [class.has-value]=\"value\"> {{ placeholder }} </span>\n- <span c... | TypeScript | MIT License | promact/md2 | chore(datepicker) update input design |
530,388 | 28.02.2017 13:51:04 | -19,080 | 3d82e670643b2c7458ba81fa1398b6e9d4a9b632 | chore(toast) update performance and view-container issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/toast/toast.ts",
"new_path": "src/lib/toast/toast.ts",
"diff": "import {\nComponent,\nInjectable,\n+ ViewContainerRef,\nNgModule,\nModuleWithProviders,\nViewEncapsulation,\n@@ -22,6 +23,7 @@ export class Toast {\nexport class Md2ToastConfig {\nduration... | TypeScript | MIT License | promact/md2 | chore(toast) update performance and view-container issue |
530,388 | 02.03.2017 12:11:52 | -19,080 | fef08295d7a7db86cf8744cba8c37e1ef2077b0c | chore(datepicker) update calender design | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.html",
"new_path": "src/lib/datepicker/datepicker.html",
"diff": "</div>\n</div>\n<div class=\"md2-calendar-month\" [class.active]=\"!_isYearsVisible\">\n- <div class=\"md2-calendar-month-header\">\n+ <div class=\"md2-calendar-hea... | TypeScript | MIT License | promact/md2 | chore(datepicker) update calender design |
530,388 | 02.03.2017 16:28:48 | -19,080 | 7f42513d6108a7dd4b820a017add6d89683b3a2f | chore(datepicker) added skeleton of input | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.html",
"new_path": "src/lib/datepicker/datepicker.html",
"diff": "</div>\n<div class=\"md2-datepicker-input\">\n<span class=\"md2-datepicker-placeholder\" [class.md2-floating-placeholder]=\"value\">{{ placeholder }}</span>\n- <spa... | TypeScript | MIT License | promact/md2 | chore(datepicker) added skeleton of input |
530,388 | 03.03.2017 08:41:36 | -19,080 | 4ece28b7b37e8e0b80a645c35d48030bddbe2bb0 | chore(datepicker) added animation on calendar | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker-animations.ts",
"new_path": "src/lib/datepicker/datepicker-animations.ts",
"diff": "import {\nanimate,\nAnimationEntryMetadata,\n+ keyframes,\nstate,\nstyle,\ntransition,\n@@ -19,3 +20,20 @@ export const fadeInContent: AnimationEn... | TypeScript | MIT License | promact/md2 | chore(datepicker) added animation on calendar |
530,388 | 03.03.2017 09:38:07 | -19,080 | a3d2d76628f144b73fda3eb7d3a2cb28550c3d1b | chore(datepicker) update animations | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker-animations.ts",
"new_path": "src/lib/datepicker/datepicker-animations.ts",
"diff": "@@ -24,15 +24,15 @@ export const fadeInContent: AnimationEntryMetadata = trigger('fadeInContent', [\nexport const slideCalendar: AnimationEntryMet... | TypeScript | MIT License | promact/md2 | chore(datepicker) update animations |
530,388 | 03.03.2017 14:44:37 | -19,080 | 65adf7aaa6dfa37742cb2603c10e0b273af953b9 | feat(datepicker) added firstDayOfWeek and update performance | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/date-locale.ts",
"new_path": "src/lib/datepicker/date-locale.ts",
"diff": "@@ -32,12 +32,27 @@ export class DateLocale {\n{ full: 'Saturday', short: 'Sat', xshort: 'S' },\n];\n+ getDays() {\n+ return this.days.slice(this.firstDayOfWeek, this... | TypeScript | MIT License | promact/md2 | feat(datepicker) added firstDayOfWeek and update performance |
530,388 | 03.03.2017 15:16:07 | -19,080 | 565356f15ca35339c5a2277bf45d86cdf8569ec9 | chore(datepicker) lint free | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.ts",
"new_path": "src/lib/datepicker/datepicker.ts",
"diff": "@@ -655,83 +655,10 @@ export class Md2Datepicker implements OnDestroy, ControlValueAccessor {\n* Generate Month Calendar\n*/\nprivate generateCalendar(): void {\n+ this... | TypeScript | MIT License | promact/md2 | chore(datepicker) lint free |
530,388 | 03.03.2017 16:07:03 | -19,080 | 55f75a781dfec8a2168291154afe73f30e48768d | chore(datepicker) enable and disable specific dates | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.ts",
"new_path": "src/lib/datepicker/datepicker.ts",
"diff": "@@ -151,6 +151,9 @@ export class Md2Datepicker implements OnDestroy, ControlValueAccessor {\n@Input() id: string = 'md2-datepicker-' + (++nextId);\n@Input() placeholder... | TypeScript | MIT License | promact/md2 | chore(datepicker) enable and disable specific dates #56 |
530,388 | 03.03.2017 17:55:28 | -19,080 | 57f99eccfa13d8999386909504a151b81923b350 | fix(datepicker) date enable disable issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.ts",
"new_path": "src/lib/datepicker/datepicker.ts",
"diff": "@@ -639,10 +639,10 @@ export class Md2Datepicker implements OnDestroy, ControlValueAccessor {\n*/\nprivate _isDisabledDate(date: Date): boolean {\nfor (let d of this.en... | TypeScript | MIT License | promact/md2 | fix(datepicker) date enable disable issue |
530,388 | 04.03.2017 17:25:08 | -19,080 | 29946c47145c971d805322431620b8e1d8d47317 | chore(datepicker) implemented disable week days | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.scss",
"new_path": "src/lib/datepicker/datepicker.scss",
"diff": "@@ -158,6 +158,7 @@ md2-datepicker {\n.md2-datepicker-panel {\nwidth: 300px;\nborder-radius: 3px;\n+ color: rgba(black, 0.87);\nbackground-color: white;\noverflow: ... | TypeScript | MIT License | promact/md2 | chore(datepicker) implemented disable week days |
530,388 | 04.03.2017 17:25:43 | -19,080 | dc1864835608d47af4621db01a203421a75b790e | chore(datepicker) update demo with enable and disable days | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/datepicker/datepicker-demo.html",
"new_path": "src/demo-app/datepicker/datepicker-demo.html",
"diff": "[openOnFocus]=\"isOpenOnFocus\"\n[isOpen]=\"isOpen\"\n[type]=\"type\"\n+ [enableDates]=\"enableDates\"\n+ [disableDates]=\"disableDates\"\n+ [di... | TypeScript | MIT License | promact/md2 | chore(datepicker) update demo with enable and disable days |
530,388 | 04.03.2017 17:36:15 | -19,080 | 7c6d1034df1a5e02cb36870fcc58ce534c66a536 | chore(datepicker) update design | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.scss",
"new_path": "src/lib/datepicker/datepicker.scss",
"diff": "@@ -6,7 +6,7 @@ $md2-datepicker-trigger-min-width: 168px !default;\n$md2-datepicker-arrow-size: 5px !default;\n$md2-datepicker-arrow-margin: 4px !default;\n$md2-dat... | TypeScript | MIT License | promact/md2 | chore(datepicker) update design |
530,388 | 04.03.2017 17:40:10 | -19,080 | bdc5f318cfd14671f08b9331c94a769441f97e70 | chore(datepicker) update docs with enable and disable dates | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/README.md",
"new_path": "src/lib/datepicker/README.md",
"diff": "@@ -18,6 +18,9 @@ Datepicker allow the user to select date and time.\n| `tabindex` | `number` | The tabIndex of the datepicker. |\n| `openOnFocus` | `boolean` | Opend Calendar ... | TypeScript | MIT License | promact/md2 | chore(datepicker) update docs with enable and disable dates |
530,388 | 05.03.2017 12:50:08 | -19,080 | 9531cbd0dc771d7c1122b870e78acfbca41bb236 | feat(datepicker) basic mode of panel | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.ts",
"new_path": "src/lib/datepicker/datepicker.ts",
"diff": "@@ -42,7 +42,9 @@ import {\nOverlayModule,\nPortal,\nTemplatePortalDirective,\n- PortalModule\n+ PortalModule,\n+ HorizontalConnectionPos,\n+ VerticalConnectionPos,\n} ... | TypeScript | MIT License | promact/md2 | feat(datepicker) basic mode of panel |
530,388 | 14.03.2017 13:39:22 | -19,080 | cce1b5ea76b6534436b31d653cfe2c226d1bf659 | chore(accordion) update performance and design and added animations | [
{
"change_type": "MODIFY",
"old_path": "src/lib/accordion/accordion.scss",
"new_path": "src/lib/accordion/accordion.scss",
"diff": "-.md2-accordion {\n+$primary: #106cc8 !default;\n+\n+md2-accordion {\ndisplay: block;\n}\n@@ -6,81 +8,74 @@ md2-accordion-tab {\nposition: relative;\ndisplay: block;\no... | TypeScript | MIT License | promact/md2 | chore(accordion) update performance and design and added animations |
530,388 | 14.03.2017 14:32:24 | -19,080 | 63c9fb7c0217077c8efdf69872b24a680c537932 | chore(collapse) update performance and added events | [
{
"change_type": "MODIFY",
"old_path": "src/lib/collapse/README.md",
"new_path": "src/lib/collapse/README.md",
"diff": "@@ -8,6 +8,13 @@ Collapse is a directive, it's allow the user to toggle visiblity of the section.\n| --- | --- | --- |\n| `collapse` | `boolean` | toggle the visiblity of the secti... | TypeScript | MIT License | promact/md2 | chore(collapse) update performance and added events |
530,388 | 14.03.2017 14:33:20 | -19,080 | 7872e94d2aa0fd9c3d38a613fc3dc91b37ce926a | chore: added exportAs for access the component | [
{
"change_type": "MODIFY",
"old_path": "src/lib/accordion/accordionpanel.ts",
"new_path": "src/lib/accordion/accordionpanel.ts",
"diff": "@@ -13,7 +13,8 @@ import { coerceBooleanProperty } from '../core/core';\nselector: 'md2-accordion',\ntemplate: `<ng-content></ng-content>`,\nstyleUrls: ['accordio... | TypeScript | MIT License | promact/md2 | chore: added exportAs for access the component |
530,388 | 15.03.2017 10:53:00 | -19,080 | 5e35cd39b5bc4d6de8f46891869a1b5bebbd0b50 | chore(datepicker) added mode and container | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.html",
"new_path": "src/lib/datepicker/datepicker.html",
"diff": "<template portal>\n<div class=\"md2-datepicker-panel\" [@fadeInContent]=\"'showing'\" (@fadeInContent.done)=\"_onPanelDone()\"\n(keydown)=\"_handleKeydown($event)\"... | TypeScript | MIT License | promact/md2 | chore(datepicker) added mode and container |
530,388 | 15.03.2017 10:53:24 | -19,080 | 5d6be170eca30f3cc942437e8b219381aa68f776 | chore(datepicker) update demo with mode and container | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/datepicker/datepicker-demo.html",
"new_path": "src/demo-app/datepicker/datepicker-demo.html",
"diff": "[disableWeekDays]=\"disableWeekDays\"\n[min]=\"minDate\"\n[max]=\"maxDate\"\n+ [mode]=\"mode\"\n+ [container]=\"container\"\n#dateControl=\"ngMo... | TypeScript | MIT License | promact/md2 | chore(datepicker) update demo with mode and container |
530,388 | 15.03.2017 10:53:47 | -19,080 | d44e2056fef3d23d2835c6178b5118e1708872d7 | chore(datepicker) update docs and APIs | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/README.md",
"new_path": "src/lib/datepicker/README.md",
"diff": "@@ -9,24 +9,26 @@ Datepicker allow the user to select date and time.\n| `type` | `'date' | 'time' | 'datetime'` | The type of the datepicker |\n| `required` | `boolean` | Wheth... | TypeScript | MIT License | promact/md2 | chore(datepicker) update docs and APIs |
530,388 | 15.03.2017 11:05:51 | -19,080 | e038eb0208e9e91388108a83d2c71f1e156e18fa | chore(datepicker) fixed header issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.html",
"new_path": "src/lib/datepicker/datepicker.html",
"diff": "[attr.container]=\"container\" [attr.mode]=\"mode\">\n<div class=\"md2-datepicker-header\">\n<div class=\"md2-datepicker-header-year\"\n+ *ngIf=\"type!=='time'\"\n[... | TypeScript | MIT License | promact/md2 | chore(datepicker) fixed header issue |
530,388 | 15.03.2017 11:06:18 | -19,080 | be2356872abeebe1fa997b39127f6098741ba972 | chore(dialog) remove un-used backdrop class | [
{
"change_type": "MODIFY",
"old_path": "src/lib/dialog/dialog.ts",
"new_path": "src/lib/dialog/dialog.ts",
"diff": "@@ -146,7 +146,6 @@ export class Md2Dialog implements OnDestroy {\n.centerHorizontally()\n.centerVertically();\nconfig.hasBackdrop = true;\n- config.backdropClass = 'cdk-overlay-dark-b... | TypeScript | MIT License | promact/md2 | chore(dialog) remove un-used backdrop class |
530,388 | 15.03.2017 14:37:50 | -19,080 | 2c75cd10f2490fb42f6ff091e1e8acc9861af2ad | chore(datepicker) update overlay issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.scss",
"new_path": "src/lib/datepicker/datepicker.scss",
"diff": "@@ -27,7 +27,7 @@ md2-datepicker {\n.md2-datepicker-trigger {\ndisplay: block;\n- padding: 18px 0 18px 32px;\n+ padding: 18px 0 4px 32px;\nwhite-space: nowrap;\ncur... | TypeScript | MIT License | promact/md2 | chore(datepicker) update overlay issue |
530,388 | 15.03.2017 15:18:06 | -19,080 | b6833978426c958bf0eb160178e055fd81740c65 | chore(datepicker) added feature to user can able to clear the selected date value | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.html",
"new_path": "src/lib/datepicker/datepicker.html",
"diff": "<div class=\"md2-datepicker-input\">\n<span class=\"md2-datepicker-placeholder\" [class.md2-floating-placeholder]=\"value\">{{ placeholder }}</span>\n<input class=\... | TypeScript | MIT License | promact/md2 | chore(datepicker) added feature to user can able to clear the selected date value |
530,388 | 15.03.2017 16:01:41 | -19,080 | ef1ec005d9a0d6bed7bc7799e417760cac2f9a35 | chore(datepicker) replaced input with span | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.html",
"new_path": "src/lib/datepicker/datepicker.html",
"diff": "</div>\n<div class=\"md2-datepicker-input\">\n<span class=\"md2-datepicker-placeholder\" [class.md2-floating-placeholder]=\"value\">{{ placeholder }}</span>\n- <inp... | TypeScript | MIT License | promact/md2 | chore(datepicker) replaced input with span |
530,388 | 16.03.2017 09:39:52 | -19,080 | 24979ee170511784f0277a3cad8229de54466dc1 | fix(datepicker) set time static issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.ts",
"new_path": "src/lib/datepicker/datepicker.ts",
"diff": "@@ -168,23 +168,40 @@ export class Md2Datepicker implements OnDestroy, ControlValueAccessor {\noverlapTrigger: boolean = true;\n@Input()\n- get value() { return this._v... | TypeScript | MIT License | promact/md2 | fix(datepicker) set time static issue #117 |
530,388 | 16.03.2017 11:07:03 | -19,080 | 550377fdfff49481eb529f1b13fdadcd6ca47e2d | chore(datepicker) added property for set label of 'Ok' and 'Cancel' buttons and update local property issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/date-locale.ts",
"new_path": "src/lib/datepicker/date-locale.ts",
"diff": "@@ -37,9 +37,13 @@ export class DateLocale {\n.concat(this.days.slice(0, this.firstDayOfWeek));\n}\n- getDateLabel(d: number) { return `${d}`; }\n+ getDayLabel(d: num... | TypeScript | MIT License | promact/md2 | chore(datepicker) added property for set label of 'Ok' and 'Cancel' buttons #121 and update local property issue #122 |
530,388 | 16.03.2017 11:07:50 | -19,080 | 61005186d14de0cdc4b08bf9d88e4e47a7931778 | chore(datepicker) update docs property | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/README.md",
"new_path": "src/lib/datepicker/README.md",
"diff": "@@ -12,6 +12,8 @@ Datepicker allow the user to select date and time.\n| `min` | `date` | The min date of Datepicker. |\n| `max` | `date` | The max date of Datepicker. |\n| `pla... | TypeScript | MIT License | promact/md2 | chore(datepicker) update docs property |
530,388 | 16.03.2017 14:10:19 | -19,080 | 46825b85f64d78d17ac0b0eac67398f178664127 | chore(select) update animation | [
{
"change_type": "MODIFY",
"old_path": "src/lib/select/select-animations.ts",
"new_path": "src/lib/select/select-animations.ts",
"diff": "@@ -11,7 +11,7 @@ import {\n* The following are all the animations for the md2-select component, with each\n* const containing the metadata for one animation.\n*\... | TypeScript | MIT License | promact/md2 | chore(select) update animation |
530,388 | 16.03.2017 14:17:30 | -19,080 | 662240202002b64c5e8019c577ed88c48b0cfffc | chore(datepicker) update clear value model event | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.ts",
"new_path": "src/lib/datepicker/datepicker.ts",
"diff": "@@ -518,6 +518,7 @@ export class Md2Datepicker implements OnDestroy, ControlValueAccessor {\n_clearValue(event: Event) {\nevent.stopPropagation();\nthis.value = null;\n... | TypeScript | MIT License | promact/md2 | chore(datepicker) update clear value model event |
530,388 | 16.03.2017 19:46:18 | -19,080 | 58eef1077d4460f10d85243b920e74c349ab92a5 | chore: update demo app style | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/assets/css/style.scss",
"new_path": "src/demo-app/assets/css/style.scss",
"diff": "@@ -33,13 +33,14 @@ summary {\nline-height: 26px;\nborder: 0;\nborder-bottom: 1px solid rgba(0, 0, 0, 0.12);\n-}\n+ background: transparent;\n-.md2-input:focus {\n+... | TypeScript | MIT License | promact/md2 | chore: update demo app style |
530,396 | 17.03.2017 10:31:16 | -19,080 | 5b2f9c81659d13d15c89f2e4d17eb5b4f46aa53d | chore(color picker) integrate colorpicker container configure | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/colorpicker/colorpicker-demo.html",
"new_path": "src/demo-app/colorpicker/colorpicker-demo.html",
"diff": "-<div class=\"demo-autocomplete\">\n+<div class=\"demo-colorpicker\">\n<h1>Colorpicker</h1>\n<hr />\n<div class=\"card\">\n(change)=\"handle... | TypeScript | MIT License | promact/md2 | chore(color picker) integrate colorpicker container configure |
530,388 | 17.03.2017 16:23:20 | -19,080 | f72703f8e17aa6b64bec72f907509a1907989e3d | chore(dialog) initialized dialog configurations | [
{
"change_type": "MODIFY",
"old_path": "src/lib/dialog/dialog.html",
"new_path": "src/lib/dialog/dialog.html",
"diff": "<template md2DialogPortal>\n- <div class=\"md2-dialog-panel\" [@state]=\"_visibility\" (@state.done)=\"_onPanelDone()\">\n+ <div class=\"md2-dialog-panel\" [attr.role]=\"dialogConf... | TypeScript | MIT License | promact/md2 | chore(dialog) initialized dialog configurations |
530,388 | 17.03.2017 16:23:34 | -19,080 | 540a2e1f94499a3384419e262f56dd52c8227aa7 | chore(dialog) update docs | [
{
"change_type": "MODIFY",
"old_path": "src/lib/dialog/README.md",
"new_path": "src/lib/dialog/README.md",
"diff": "@@ -9,11 +9,10 @@ Dialog allow the user to display content in popup.\n| `title` | `string` | Title of Dialog |\n### Methods\n-\n-| Name | Description |\n-| --- | --- |\n-| `open()`/`sh... | TypeScript | MIT License | promact/md2 | chore(dialog) update docs |
530,388 | 20.03.2017 08:54:32 | -19,080 | fd6d31d5203ad96777eb521e2657676114c573af | fix(tooltip) alignment and wrap text issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/tooltip/tooltip.scss",
"new_path": "src/lib/tooltip/tooltip.scss",
"diff": "@@ -17,6 +17,7 @@ md2-tooltip {\nmargin: $md2-tooltip-margin;\nmax-width: $md2-tooltip-max-width;\nbackground: rgba(97, 97, 97, 0.9);\n+ word-wrap: break-word;\n}\n.cdk-overlay... | TypeScript | MIT License | promact/md2 | fix(tooltip) alignment and wrap text issue #126 |
530,388 | 20.03.2017 08:54:47 | -19,080 | d361b0fb30ec3e33d9029a2974f837a55f382805 | chore(tooltip) update demo | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/tooltip/tooltip-demo.html",
"new_path": "src/demo-app/tooltip/tooltip-demo.html",
"diff": "<p class=\"text-center\">\n<button type=\"button\"\nbutton=\"primary\"\n- tooltip=\"to see a tooltip\"\n+ [tooltip]=\"tooltip\"\n[tooltip-position]=\"positi... | TypeScript | MIT License | promact/md2 | chore(tooltip) update demo |
530,388 | 20.03.2017 09:29:19 | -19,080 | 56f47f41ecf9cb53bf936b7f0cd47549c5058259 | chore(datepicker) key navigation docs | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/README.md",
"new_path": "src/lib/datepicker/README.md",
"diff": "@@ -48,3 +48,21 @@ 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 | chore(datepicker) key navigation docs |
530,388 | 20.03.2017 11:43:28 | -19,080 | c2f45d79221e510cb29e9cab57ea9cf3ce585c65 | chore(dialog) update escape key to close dialog issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/dialog/dialog.ts",
"new_path": "src/lib/dialog/dialog.ts",
"diff": "@@ -3,6 +3,8 @@ import {\nOutput,\nInput,\nEventEmitter,\n+ Optional,\n+ SkipSelf,\nViewChild,\nViewEncapsulation,\nOnDestroy,\n@@ -19,6 +21,7 @@ import {\n} from '@angular/core';\nimp... | TypeScript | MIT License | promact/md2 | chore(dialog) update escape key to close dialog issue |
530,388 | 20.03.2017 12:09:02 | -19,080 | 94864e90b280b9c6b46c8c387fbd99a184753e06 | chore(colorpicker) update demo | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/colorpicker/colorpicker-demo.html",
"new_path": "src/demo-app/colorpicker/colorpicker-demo.html",
"diff": "<div class=\"header\">\n<h3 class=\"title\">Basic Colorpicker</h3>\n</div>\n- <div class=\"content\">\n+ <form class=\"content\">\n<md2-colo... | TypeScript | MIT License | promact/md2 | chore(colorpicker) update demo |
530,388 | 20.03.2017 12:10:14 | -19,080 | 195de42b660a5b116e4d634dba43eb0260c9be01 | chore(colorpicker) linting issues | [
{
"change_type": "MODIFY",
"old_path": "src/lib/colorpicker/colorpicker.html",
"new_path": "src/lib/colorpicker/colorpicker.html",
"diff": "</div>\n<div class=\"md2-colorpicker-input\" [class.input-focused]=\"isInputFocus\">\n<span class=\"md2-colorpicker-placeholder\" [class.md2-floating-placeholde... | TypeScript | MIT License | promact/md2 | chore(colorpicker) linting issues |
530,388 | 21.03.2017 08:48:20 | -19,080 | 587db7437276abf5da5febd4455e1c4cf2425163 | fix: reactive form disable property issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/autocomplete/autocomplete.ts",
"new_path": "src/lib/autocomplete/autocomplete.ts",
"diff": "@@ -357,6 +357,10 @@ export class Md2Autocomplete implements AfterContentInit, ControlValueAccessor {\nregisterOnTouched(fn: () => {}): void { this._onTouched =... | TypeScript | MIT License | promact/md2 | fix: reactive form disable property issue #114 |
530,388 | 21.03.2017 12:22:10 | -19,080 | be27e8203b6e43f23f6a238ef6c4a27d17ca2d1f | chore: update configurations | [
{
"change_type": "MODIFY",
"old_path": ".gitignore",
"new_path": ".gitignore",
"diff": "/.idea\n/.vscode\n/.vs\n+/md2\n/*.sln\n# misc\n"
},
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "@@ -2,7 +2,11 @@ language: node_js\nsudo: false\nn... | TypeScript | MIT License | promact/md2 | chore: update configurations |
530,388 | 22.03.2017 08:47:25 | -19,080 | 46368b043c9f746ad7d22123606a7f0ba0c7d69e | chore(tooltip) integrated disable tooltip feature | [
{
"change_type": "MODIFY",
"old_path": "src/lib/tooltip/index.ts",
"new_path": "src/lib/tooltip/index.ts",
"diff": "+import {NgModule, ModuleWithProviders} from '@angular/core';\n+import {OverlayModule, CompatibilityModule} from '../core';\n+import {PlatformModule} from '../core/platform/index';\n+i... | TypeScript | MIT License | promact/md2 | chore(tooltip) integrated disable tooltip feature |
530,388 | 22.03.2017 08:48:20 | -19,080 | 9d3a2b2807bda9fcd6a5a2033c8aee6af3a95b6a | chore(tooltip) update module | [
{
"change_type": "MODIFY",
"old_path": "src/lib/tooltip/index.ts",
"new_path": "src/lib/tooltip/index.ts",
"diff": "import {NgModule, ModuleWithProviders} from '@angular/core';\nimport {OverlayModule, CompatibilityModule} from '../core';\nimport {PlatformModule} from '../core/platform/index';\n-impo... | TypeScript | MIT License | promact/md2 | chore(tooltip) update module |
530,388 | 22.03.2017 08:51:30 | -19,080 | 3130f6f7d1ebc9697b49d9ddc76dc63aa7666009 | chore(tooltip) update docs | [
{
"change_type": "MODIFY",
"old_path": "src/lib/tooltip/README.md",
"new_path": "src/lib/tooltip/README.md",
"diff": "@@ -6,8 +6,10 @@ Tooltip is a directive, it allows the user to show hint text while the user mous\n| Name | Type | Description |\n| --- | --- | --- |\n| `tooltip` | `string` | The me... | TypeScript | MIT License | promact/md2 | chore(tooltip) update docs |
530,388 | 22.03.2017 15:08:04 | -19,080 | 7952f1d72ba4480f8909aa33928be28fd4cbd88c | chore(datepicker) update docs | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/README.md",
"new_path": "src/lib/datepicker/README.md",
"diff": "@@ -50,19 +50,15 @@ A datepicker would have the following markup.\n| second | `s` | - | - | - | s(5) | ss(05) |\n-### Keyboard Navigation\n-\n-Focus can be moved with the follo... | TypeScript | MIT License | promact/md2 | chore(datepicker) update docs |
530,388 | 23.03.2017 10:34:42 | -19,080 | 06461e48552e2de83cf406c1964f7354cfe7e335 | chore(select) added header feature | [
{
"change_type": "MODIFY",
"old_path": "src/lib/select/index.ts",
"new_path": "src/lib/select/index.ts",
"diff": "import { NgModule, ModuleWithProviders } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { Md2Select } from './select';\n+import { Md2SelectHeader } from '... | TypeScript | MIT License | promact/md2 | chore(select) added header feature |
530,388 | 23.03.2017 11:15:29 | -19,080 | 68b3d03ba6c49c0b77239ca62cd2d25d35044fac | chore(select) update demo with select-header | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/data-table/data-table-demo.ts",
"new_path": "src/demo-app/data-table/data-table-demo.ts",
"diff": "@@ -9,7 +9,8 @@ import { Http } from '@angular/http';\nexport class DataTablePipe implements PipeTransform {\ntransform(array: any[], query: string)... | TypeScript | MIT License | promact/md2 | chore(select) update demo with select-header |
530,388 | 23.03.2017 12:22:31 | -19,080 | 9b22c85c97959624d4bd9b29b50d1d09582c921d | chore(datepicker) added skeleton for input and | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.scss",
"new_path": "src/lib/datepicker/datepicker.scss",
"diff": "@@ -27,21 +27,35 @@ md2-datepicker {\n.md2-datepicker-trigger {\ndisplay: block;\n- padding: 18px 0 4px 32px;\n+ padding: 18px 0 4px 46px;\nwhite-space: nowrap;\n- ... | TypeScript | MIT License | promact/md2 | chore(datepicker) added skeleton for input #38 and #106 |
530,388 | 25.03.2017 09:53:03 | -19,080 | aad0519c30b90427b7408c3131e4279a92f43045 | fix(tags) error `this.onFocus is not a function` issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/tags/tags.ts",
"new_path": "src/lib/tags/tags.ts",
"diff": "@@ -343,10 +343,10 @@ export class Md2Tags implements AfterContentInit, ControlValueAccessor {\nprivate selectAndFocusTagSafe = function (index: number) {\nif (!this._items.length) {\nthis._se... | TypeScript | MIT License | promact/md2 | fix(tags) error `this.onFocus is not a function` issue #134 |
530,388 | 28.03.2017 14:07:04 | -19,080 | df54e5e00640fee55a9e1d52d4a594e52595d89d | chore: update keycodes | [
{
"change_type": "MODIFY",
"old_path": "src/lib/chips/chips.ts",
"new_path": "src/lib/chips/chips.ts",
"diff": "@@ -21,7 +21,15 @@ import {\nimport { CommonModule } from '@angular/common';\nimport { Md2AutocompleteModule } from '../autocomplete/autocomplete';\n-import { KeyCodes } from '../core/core... | TypeScript | MIT License | promact/md2 | chore: update keycodes |
530,388 | 28.03.2017 16:22:05 | -19,080 | 6b6c0d912b77a1bd00386550ad25cba083defe10 | fix: regex filter issue in autocomplete and tags | [
{
"change_type": "MODIFY",
"old_path": "src/lib/autocomplete/autocomplete.ts",
"new_path": "src/lib/autocomplete/autocomplete.ts",
"diff": "@@ -240,7 +240,7 @@ export class Md2Autocomplete implements AfterContentInit, ControlValueAccessor {\nbreak;\ndefault:\nsetTimeout(() => {\n- this.updateItems(n... | TypeScript | MIT License | promact/md2 | fix: regex filter issue in autocomplete and tags |
530,388 | 28.03.2017 16:58:09 | -19,080 | ef25f25834492e1b13e0d7a05b20344525bd97e7 | chore: fixed AOT issues in demo-app | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/chips/chips-demo.ts",
"new_path": "src/demo-app/chips/chips-demo.ts",
"diff": "@@ -9,13 +9,13 @@ export class ChipsDemo {\nisDisabled: boolean = false;\nisRemovable: boolean = true;\n- private _item: Array<any>;\n- private _itemsData: Array<any> =... | TypeScript | MIT License | promact/md2 | chore: fixed AOT issues in demo-app |
530,388 | 30.03.2017 11:49:44 | -19,080 | e504ee5145fdbd448b32e4ea10478eda3efbbffe | chore: update linting issues | [
{
"change_type": "MODIFY",
"old_path": "scripts/release/publish-build-artifacts.sh",
"new_path": "scripts/release/publish-build-artifacts.sh",
"diff": "@@ -8,7 +8,7 @@ set -e -o pipefail\n# Go to the project root directory\ncd $(dirname $0)/../..\n-buildDir=\"dist/@angular/material\"\n+buildDir=\"di... | TypeScript | MIT License | promact/md2 | chore: update linting issues |
530,388 | 30.03.2017 13:52:24 | -19,080 | aa1f90fe25ce754ba22ce76c4ef27ae60913ee96 | chore(tags) wrapped text of autocomplete menu option | [
{
"change_type": "MODIFY",
"old_path": "src/lib/tags/tags.html",
"new_path": "src/lib/tags/tags.html",
"diff": "<path d=\"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z\" />\n</svg>\n</span>\n- <span class=\"md2-tag-add\">\n+ <div class=\"md2-ta... | TypeScript | MIT License | promact/md2 | chore(tags) wrapped text of autocomplete menu option |
530,388 | 30.03.2017 13:57:19 | -19,080 | d0f0faa74f6c54f824aa4b54de8c4b9d63f22944 | chore(tags) fix menu visiblity issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/tags/tags.html",
"new_path": "src/lib/tags/tags.html",
"diff": "</span>\n<div class=\"md2-tag-add\">\n<input [(ngModel)]=\"_inputValue\" type=\"text\" tabs=\"false\" autocomplete=\"off\" tabindex=\"-1\" [disabled]=\"disabled\" class=\"md2-tags-input\" ... | TypeScript | MIT License | promact/md2 | chore(tags) fix menu visiblity issue |
530,388 | 30.03.2017 14:23:30 | -19,080 | 891e3d847fcf6829fa81f33272606c0d97b40bd3 | chore(select) update panel offset | [
{
"change_type": "MODIFY",
"old_path": "src/lib/select/select.ts",
"new_path": "src/lib/select/select.ts",
"diff": "@@ -71,7 +71,7 @@ export const SELECT_PANEL_PADDING_X = 16;\n* the browser adds ~4px, because we're using inline elements.\n* The checkbox width is 20px.\n*/\n-export const SELECT_MULT... | TypeScript | MIT License | promact/md2 | chore(select) update panel offset |
530,388 | 31.03.2017 13:56:51 | -19,080 | 2ef3072bf5b28714209f9ed828c5db3c88a87ace | chore(colorpicker) fix AOT issues and update performance | [
{
"change_type": "RENAME",
"old_path": "src/lib/colorpicker/calculateColor.ts",
"new_path": "src/lib/colorpicker/color-util.ts",
"diff": "@@ -5,7 +5,7 @@ export const COLOR_RGB = /(rgb)a?\\(\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*%?,\\s*(\\d{1,3}\nexport const COLOR_HSL = /(hsl)a?\\(\\s*(\\d{1,3})\\s*,... | TypeScript | MIT License | promact/md2 | chore(colorpicker) fix AOT issues and update performance #137, #143 |
530,388 | 31.03.2017 14:10:15 | -19,080 | 4725a513220c7c79d395c26f4872df69aeaac2e1 | chore(colorpicker) update lint issues | [
{
"change_type": "MODIFY",
"old_path": "src/lib/colorpicker/colorpicker.scss",
"new_path": "src/lib/colorpicker/colorpicker.scss",
"diff": "@@ -120,18 +120,17 @@ md2-colorpicker .md2-colorpicker-placeholder.has-value {\nwhite-space: nowrap;\n.md2-colorpicker-preview {\n+ position: absolute;\n+ top: ... | TypeScript | MIT License | promact/md2 | chore(colorpicker) update lint issues |
530,388 | 03.04.2017 08:48:39 | -19,080 | ec78310f4acf203af4da1ee75f06e5c37f73b620 | chore: update scripts and tasks | [
{
"change_type": "MODIFY",
"old_path": "scripts/release/publish-build-artifacts.sh",
"new_path": "scripts/release/publish-build-artifacts.sh",
"diff": "@@ -16,8 +16,8 @@ commitAuthorName=$(git --no-pager show -s --format='%an' HEAD)\ncommitAuthorEmail=$(git --no-pager show -s --format='%ae' HEAD)\nc... | TypeScript | MIT License | promact/md2 | chore: update scripts and tasks |
530,388 | 03.04.2017 16:35:29 | -19,080 | 73fe53fc2ed2785cc83453efc8abe6242779a3c0 | chore(datepicker) update weekdays | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/calendar.html",
"new_path": "src/lib/datepicker/calendar.html",
"diff": "</svg>\n</button>\n</div>\n-\n- <table class=\"md2-calendar-weekday-table\">\n- <tr><td *ngFor=\"let day of _weekdays\">{{day}}</td></tr>\n- </table>\n</div>\n<div clas... | TypeScript | MIT License | promact/md2 | chore(datepicker) update weekdays |
530,388 | 04.04.2017 08:45:29 | -19,080 | 2983ed3da50bb82399c7dadc15eaffadf5d4f1f9 | docs: added code review and contribution guide docs | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "CODE_REVIEWS.md",
"diff": "+# Code reviews for MD2\n+\n+* Before any coding begins on new, large, or breaking work, a design discussion should take place.\n+* All code changes require a review and approval.\n+* Authors should attempt to keep PRs... | TypeScript | MIT License | promact/md2 | docs: added code review and contribution guide docs |
530,388 | 04.04.2017 16:08:39 | -19,080 | 3b6358331ab4bdff122b3ae1ec249114c45dd6be | chore(datepicker) implemented year view of calendat | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/calendar.scss",
"new_path": "src/lib/datepicker/calendar.scss",
"diff": "+$primary: #106cc8 !default;\n$md2-calendar-padding: 8px !default;\n$md2-calendar-controls-vertical-padding: 5%;\n$md2-calendar-period-font-size: 14px;\n@@ -59,3 +60,43... | TypeScript | MIT License | promact/md2 | chore(datepicker) implemented year view of calendat |
530,392 | 04.04.2017 17:22:48 | -10,800 | 7058c173957be99d57e6fbb74ae556a712d228e5 | fix(datepicker): emit change when time changed | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.ts",
"new_path": "src/lib/datepicker/datepicker.ts",
"diff": "@@ -522,7 +522,7 @@ export class Md2Datepicker implements OnDestroy, ControlValueAccessor {\n}\nlet el: any = event.target;\nlet d: any = this._util.parseDate(el.value,... | TypeScript | MIT License | promact/md2 | fix(datepicker): emit change when time changed |
530,388 | 05.04.2017 11:55:44 | -19,080 | 27b690c4757f4c886c0e8493f3eb65e38bfc39d2 | chore(demo) update demo home with "Hire Us" ribbon | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/assets/css/style.scss",
"new_path": "src/demo-app/assets/css/style.scss",
"diff": "@@ -320,8 +320,12 @@ html, body {\nline-height: 28px;\n}\n+ .pull-right {\n+ margin-right: -15px;\n+ }\n+\n.source-code {\n- float: right;\n+ margin-right: 16px;\nf... | TypeScript | MIT License | promact/md2 | chore(demo) update demo home with "Hire Us" ribbon |
530,388 | 05.04.2017 12:08:04 | -19,080 | a0867af97320f9f3d3df1de60c63c81db3f98140 | chore(datepicker) update calendar date active cell style | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/calendar-table.scss",
"new_path": "src/lib/datepicker/calendar-table.scss",
"diff": "@@ -74,7 +74,8 @@ $md2-datepicker-today-fade-amount: 0.2;\n}\n-:not(.md2-calendar-table-disabled):hover {\n+:not(.md2-calendar-table-disabled):hover,\n+.md2... | TypeScript | MIT License | promact/md2 | chore(datepicker) update calendar date active cell style |
530,388 | 06.04.2017 07:59:39 | -19,080 | fc197e9458744c30a37df40a246a6c4eeccec4e5 | chore: added google analytics tracking code into md2 demo | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/index.html",
"new_path": "src/demo-app/index.html",
"diff": "<link rel=\"icon\" type=\"image/x-icon\" href=\"favicon.ico\">\n<title>Angular2 Material</title>\n+ <script>\n+ (function (i, s, o, g, r, a, m) {\n+ i['GoogleAnalyticsObject'] = r; i[r] ... | TypeScript | MIT License | promact/md2 | chore: added google analytics tracking code into md2 demo |
530,388 | 06.04.2017 16:24:38 | -19,080 | 23efcdefaceff9a57223c08ca524d8e7ccc9d530 | chore: added AOT tasks for demo app | [
{
"change_type": "MODIFY",
"old_path": "tools/gulp/tasks/deploy.ts",
"new_path": "tools/gulp/tasks/deploy.ts",
"diff": "import { task, watch, src, dest } from 'gulp';\n-import * as path from 'path';\n+import { join } from 'path';\n+import { ScriptTarget, ModuleKind } from 'typescript';\nimport * as ... | TypeScript | MIT License | promact/md2 | chore: added AOT tasks for demo app |
530,388 | 07.04.2017 14:13:20 | -19,080 | 39c5f4ad903a3b54cc1f5fbbd7dfafc43a43895d | chore: update aot task | [
{
"change_type": "MODIFY",
"old_path": "tools/gulp/tasks/aot.ts",
"new_path": "tools/gulp/tasks/aot.ts",
"diff": "@@ -4,7 +4,7 @@ import {DIST_ROOT} from '../constants';\nimport {execNodeTask, sequenceTask} from '../util/task_helpers';\n/** Copies the source files of the demo-app to the dist folder.... | TypeScript | MIT License | promact/md2 | chore: update aot task |
530,388 | 07.04.2017 14:29:25 | -19,080 | a72e4b9ab40f80518b735f97d810053a486427b7 | chore: update aot build tasks | [
{
"change_type": "MODIFY",
"old_path": "tools/gulp/tasks/deploy.ts",
"new_path": "tools/gulp/tasks/deploy.ts",
"diff": "@@ -26,27 +26,9 @@ const rollup = require('rollup-stream');\nconst exec = require('child_process').exec;\n// const releaser = require('conventional-github-releaser');\n-task(':demo... | TypeScript | MIT License | promact/md2 | chore: update aot build tasks |
530,388 | 07.04.2017 15:10:44 | -19,080 | b1dd1e457a353c7f80322754d54564293aaec977 | chore: update ts-config for aot | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/tsconfig-aot.json",
"new_path": "src/demo-app/tsconfig-aot.json",
"diff": "\"emitDecoratorMetadata\": true,\n\"experimentalDecorators\": true,\n\"lib\": [\"es6\", \"es2015\", \"dom\"],\n- \"module\": \"commonjs\",\n+ \"module\": \"es2015\",\n\"mod... | TypeScript | MIT License | promact/md2 | chore: update ts-config for aot |
530,388 | 07.04.2017 18:27:28 | -19,080 | 587009cf868cb626e0995ddaafc626c9fd50d3c3 | chore: update rollup tasks | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/index.html",
"new_path": "src/demo-app/index.html",
"diff": "</div>\n</demo-app>\n- <script src=\"libs/core-js/client/core.js\"></script>\n- <script src=\"libs/web-animations-js/web-animations.min.js\"></script>\n- <script src=\"libs/systemjs/dist... | TypeScript | MIT License | promact/md2 | chore: update rollup tasks |
530,388 | 10.04.2017 14:01:32 | -19,080 | ecb292083e928680dacdacd75b6e2e3305f8663d | chore: updated 'Hire Us' reference URL | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/demo-app/demo-app.html",
"new_path": "src/demo-app/demo-app/demo-app.html",
"diff": "<path d=\"M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.... | TypeScript | MIT License | promact/md2 | chore: updated 'Hire Us' reference URL |
530,388 | 10.04.2017 17:11:43 | -19,080 | 8886750bbf94e744326320892ae108d2624210e8 | publish-demo : update gulp task with rollup bundle paths and published demo | [
{
"change_type": "MODIFY",
"old_path": "scripts/deploy/deploy.sh",
"new_path": "scripts/deploy/deploy.sh",
"diff": "@@ -22,6 +22,8 @@ git clone https://Promact:$GH_TOKEN@github.com/Promact/md2.git --branch=gh-pages\nrm -rf deploy/**/* || exit 0\n# Deploy demo.\n+gulp rollup:prepare\n+./node_modules/... | TypeScript | MIT License | promact/md2 | publish-demo : update gulp task with rollup bundle paths and published demo |
530,388 | 12.04.2017 08:36:56 | -19,080 | 8ae54d3a3a19eb69e86354f821848948c4f8a756 | chore(select) update to compare value as object | [
{
"change_type": "MODIFY",
"old_path": "src/lib/select/select.ts",
"new_path": "src/lib/select/select.ts",
"diff": "@@ -521,7 +521,7 @@ export class Md2Select implements AfterContentInit, ControlValueAccessor, OnDest\n* @returns Option that has the corresponding value.\n*/\nprivate _selectValue(valu... | TypeScript | MIT License | promact/md2 | chore(select) update to compare value as object |
530,388 | 12.04.2017 16:51:08 | -19,080 | 32f766c42fff02a2422037e38e5ea807a2c15552 | chore(datepicker) update month-year views of calendar | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/month-view.ts",
"new_path": "src/lib/datepicker/month-view.ts",
"diff": "@@ -7,11 +7,19 @@ import {\nOutput,\nAfterContentInit\n} from '@angular/core';\n-import { Md2CalendarCell } from './calendar-table';\nimport { DateLocale } from './date... | TypeScript | MIT License | promact/md2 | chore(datepicker) update month-year views of calendar |
530,388 | 12.04.2017 18:16:14 | -19,080 | 30b89cd30e23ad303361fc8318e16a52077fc6ac | chore(datepicker) added sketelon of panel | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/clock.html",
"new_path": "src/lib/datepicker/clock.html",
"diff": "cdkMonitorSubtreeFocus>\n<div class=\"md2-clock-center\"></div>\n<div class=\"md2-clock-hand\" [ngStyle]=\"_hand\"></div>\n+ <div class=\"md2-clock-hours\" [class.active]=\"_... | TypeScript | MIT License | promact/md2 | chore(datepicker) added sketelon of panel |
530,394 | 12.04.2017 20:15:12 | 14,400 | 2b0ffec11d2573c031316dfa275cb37fe66f10cc | feat: zero padded hours and minutes
Padded single digit hours and minutes in the datepicker header with zeros.
Work requested in issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.html",
"new_path": "src/lib/datepicker/datepicker.html",
"diff": "[class.active]=\"!_isCalendarVisible\">\n<span class=\"md2-datepicker-header-hour\"\n[class.active]=\"_clockView === 'hour'\"\n- (click)=\"_toggleHours('hour')\">{{... | TypeScript | MIT License | promact/md2 | feat: zero padded hours and minutes
Padded single digit hours and minutes in the datepicker header with zeros.
Work requested in issue #166 |
530,388 | 13.04.2017 16:42:09 | -19,080 | 929d2b439c4c341a48ea8f5bde0df16115b7b0e8 | chore(datepicker) implement basic functionality | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/clock.ts",
"new_path": "src/lib/datepicker/clock.ts",
"diff": "@@ -2,6 +2,7 @@ import {\nAfterContentInit,\nChangeDetectionStrategy,\nComponent,\n+ ElementRef,\nEventEmitter,\nInput,\nOutput,\n@@ -20,6 +21,11 @@ import {\nUP_ARROW\n} from '.... | TypeScript | MIT License | promact/md2 | chore(datepicker) implement basic functionality |
530,388 | 19.04.2017 15:47:32 | -19,080 | 36b2cd88dde751775da4470c30035724e3cbfc6c | fix(demo) issue with IE11 | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/data-table/data-table-demo.ts",
"new_path": "src/demo-app/data-table/data-table-demo.ts",
"diff": "@@ -27,7 +27,7 @@ export class DataTableDemo {\nsearch: string = null;\nconstructor(private http: Http) {\n- this.http.get('../assets/data/data.json... | TypeScript | MIT License | promact/md2 | fix(demo) issue with IE11 #171 |
530,388 | 20.04.2017 10:58:38 | -19,080 | 5e43f3d1e5710cba76b9be670b808bb5190402d8 | chore: update demo hire-us ribbon url | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/demo-app/demo-app.html",
"new_path": "src/demo-app/demo-app/demo-app.html",
"diff": "<path d=\"M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.... | TypeScript | MIT License | promact/md2 | chore: update demo hire-us ribbon url |
530,388 | 20.04.2017 15:50:58 | -19,080 | 6581537985cbf107ece60c2228fa9e0bdace70c8 | fix(datepicker) date format issue and removed clear option | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.html",
"new_path": "src/lib/datepicker/datepicker.html",
"diff": "</button>\n<div class=\"md2-datepicker-input\" [class.md2-datepicker-input-focused]=\"_inputFocused\">\n<span class=\"md2-datepicker-placeholder\" [class.md2-floati... | TypeScript | MIT License | promact/md2 | fix(datepicker) date format issue and removed clear option #164, #173, #176, #172, #159, #136 |
530,388 | 20.04.2017 16:21:56 | -19,080 | c13c8a428f05f667e8686ecc9f1aad69ddd1d31e | deploy-0.0.19 updated build script | [
{
"change_type": "MODIFY",
"old_path": "scripts/deploy/deploy.sh",
"new_path": "scripts/deploy/deploy.sh",
"diff": "@@ -6,7 +6,7 @@ TARGET_BRANCH=\"gh-pages\"\nCOMMIT_MSG=`git log --format=%B --no-merges -n 1`\n# Pull requests and commits to other branches shouldn't try to deploy, just build to veri... | TypeScript | MIT License | promact/md2 | deploy-0.0.19 updated build script |
530,388 | 21.04.2017 14:47:08 | -19,080 | a5d936a7f478e55f86ee1e0c7138588f7ca2d3a0 | chore: added git issue template | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".github/ISSUE_TEMPLATE.md",
"diff": "+#### Bug, feature request, or proposal:\n+\n+\n+#### What is the expected behavior?\n+\n+\n+#### What is the current behavior?\n+\n+\n+#### What are the steps to reproduce?\n+\n+Providing a Plunker (or simil... | TypeScript | MIT License | promact/md2 | chore: added git issue template |
530,393 | 24.04.2017 10:22:50 | 14,400 | 8f12bb2060d94a766cd225a6bcb9d01b0b2140b9 | feat (chips): add type attribute to input | [
{
"change_type": "MODIFY",
"old_path": "src/demo-app/chips/chips-demo.html",
"new_path": "src/demo-app/chips/chips-demo.html",
"diff": "<form class=\"content\">\n<md2-chips name=\"item\"\n[(ngModel)]=\"_item\"\n+ type=\"text\"\nplaceholder=\"Add\"\n[maxChips]=\"8\"\n[isRemovable]=\"isRemovable\"\n<f... | TypeScript | MIT License | promact/md2 | feat (chips): add type attribute to input |
530,388 | 26.04.2017 09:32:58 | -19,080 | ffc75be3453f811f05a38f0f7f7b9fde93f346a2 | chore: added reference of plunkr template | [
{
"change_type": "MODIFY",
"old_path": ".github/ISSUE_TEMPLATE.md",
"new_path": ".github/ISSUE_TEMPLATE.md",
"diff": "#### What are the steps to reproduce?\nProviding a Plunker (or similar) is the *best* way to get the team to see your issue.\n+Plunker template: http://plnkr.co/edit/rQmUz8WYRh5Vz4gw... | TypeScript | MIT License | promact/md2 | chore: added reference of plunkr template |
530,397 | 26.04.2017 16:07:50 | 18,000 | fdb88b3c87d50184dcb89c5330b08b4afd547979 | Don't close other active tabs on init when accordion allows multiple open | [
{
"change_type": "MODIFY",
"old_path": "src/lib/accordion/accordiontab.ts",
"new_path": "src/lib/accordion/accordiontab.ts",
"diff": "@@ -70,7 +70,7 @@ export class Md2AccordionTab {\nget active(): boolean { return this._active; }\nset active(value) {\nthis._active = coerceBooleanProperty(value);\n-... | TypeScript | MIT License | promact/md2 | Don't close other active tabs on init when accordion allows multiple open |
530,388 | 28.04.2017 09:31:27 | -19,080 | 03ef05d546388720df938a3b9b5e04fe64990049 | chore(datepicker) fix issue while empty date input blur | [
{
"change_type": "MODIFY",
"old_path": "src/lib/datepicker/datepicker.ts",
"new_path": "src/lib/datepicker/datepicker.ts",
"diff": "@@ -523,6 +523,7 @@ export class Md2Datepicker implements AfterContentInit, OnDestroy, ControlValueA\n}\nlet el: any = event.target;\nlet date: Date = this._util.parseD... | TypeScript | MIT License | promact/md2 | chore(datepicker) fix issue while empty date input blur |
530,396 | 01.05.2017 13:31:15 | -19,080 | 1dd2c05d9cf8aeaf446de61d5214d128f4f75e8c | Fix (Chips) place holder issue and focus issue | [
{
"change_type": "MODIFY",
"old_path": "src/lib/chips/chips.html",
"new_path": "src/lib/chips/chips.html",
"diff": "<div *ngIf=\"isAutoComplete\">\n<md2-autocomplete [items]=\"autocompleteDataList\"\n[item-text]=\"autocompleteItemText\"\n- [(ngModel)]=\"item\" name=\"autocomplete\" [disabled]=\"disa... | TypeScript | MIT License | promact/md2 | Fix (Chips) place holder issue and focus issue |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.