Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: c1sar/ng2-slider
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: c1sar/ng2-slider
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Aug 12, 2018

  1. update version

    c1sar committed Aug 12, 2018
    Copy the full SHA
    844d52e View commit details

Commits on Aug 15, 2018

  1. new animation and responsive

    César R. Contreras committed Aug 15, 2018
    Copy the full SHA
    b820452 View commit details

Commits on Aug 16, 2018

  1. new slider animation

    c1sar committed Aug 16, 2018
    Copy the full SHA
    2b393b3 View commit details
  2. update package json

    c1sar committed Aug 16, 2018
    Copy the full SHA
    634fd5d View commit details

Commits on Aug 25, 2018

  1. fix logs

    c1sar committed Aug 25, 2018
    Copy the full SHA
    66426b1 View commit details

Commits on Aug 30, 2018

  1. click with animation

    c1sar committed Aug 30, 2018
    Copy the full SHA
    85578e6 View commit details

Commits on Sep 14, 2018

  1. fix slider touch event

    c1sar committed Sep 14, 2018
    Copy the full SHA
    65e3087 View commit details
  2. fix version

    c1sar committed Sep 14, 2018
    Copy the full SHA
    9447323 View commit details

Commits on Oct 13, 2018

  1. fix button hover movement

    c1sar committed Oct 13, 2018
    Copy the full SHA
    90cc560 View commit details

Commits on Oct 18, 2018

  1. refactor slider functions

    c1sar committed Oct 18, 2018
    Copy the full SHA
    e8b6ca8 View commit details
  2. timer by slide

    c1sar committed Oct 18, 2018
    Copy the full SHA
    fc2cf6c View commit details
  3. fix slider interval animation

    c1sar committed Oct 18, 2018
    Copy the full SHA
    57ccf86 View commit details
  4. fix background attachment

    c1sar committed Oct 18, 2018
    Copy the full SHA
    afc860c View commit details

Commits on Oct 19, 2018

  1. none bullets option

    c1sar committed Oct 19, 2018
    Copy the full SHA
    0899fc6 View commit details
  2. fix version

    c1sar committed Oct 19, 2018
    Copy the full SHA
    63747e0 View commit details
  3. fix models exports

    c1sar committed Oct 19, 2018
    Copy the full SHA
    8c48aed View commit details
  4. updating angular

    c1sar committed Oct 19, 2018
    Copy the full SHA
    591adde View commit details

Commits on Dec 8, 2018

  1. fix universal compilation

    c1sar committed Dec 8, 2018
    Copy the full SHA
    96dfc94 View commit details

Commits on Dec 9, 2018

  1. update package

    c1sar committed Dec 9, 2018
    Copy the full SHA
    cb147e7 View commit details

Commits on Oct 1, 2020

  1. chore: update to angular 7

    c1sar committed Oct 1, 2020
    Copy the full SHA
    2957a5f View commit details
  2. chore: update codelyzer

    c1sar committed Oct 1, 2020
    Copy the full SHA
    bd8eae2 View commit details
  3. chore: update angular 8

    c1sar committed Oct 1, 2020
    Copy the full SHA
    1abb313 View commit details
  4. chore: update angular

    c1sar committed Oct 1, 2020
    Copy the full SHA
    f2f92f3 View commit details
  5. chore: update to angular 10

    c1sar committed Oct 1, 2020
    Copy the full SHA
    2deb6b2 View commit details
  6. chore: uninstall unit tests

    c1sar committed Oct 1, 2020
    Copy the full SHA
    ab7c99a View commit details
  7. chore: update libraries

    c1sar committed Oct 1, 2020
    Copy the full SHA
    4653848 View commit details

Commits on Oct 6, 2020

  1. Copy the full SHA
    6fe29e6 View commit details
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -37,3 +37,5 @@ testem.log
# System Files
.DS_Store
Thumbs.db

/projects/slider/node_modules
81 changes: 25 additions & 56 deletions angular.json
Original file line number Diff line number Diff line change
@@ -17,7 +17,8 @@
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.app.json",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
@@ -40,10 +41,21 @@
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb",
"maximumError": "10kb"
}
]
}
}
},
@@ -64,29 +76,12 @@
"browserTarget": "slider-library:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.spec.json",
"karmaConfig": "src/karma.conf.js",
"styles": [
"styles.css"
],
"scripts": [],
"assets": [
"src/favicon.ico",
"src/assets"
]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
"tsconfig.app.json",
"tsconfig.json"
],
"exclude": [
"**/node_modules/**"
@@ -95,28 +90,6 @@
}
}
},
"slider-library-e2e": {
"root": "e2e/",
"projectType": "application",
"architect": {
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "slider-library:serve"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "e2e/tsconfig.e2e.json",
"exclude": [
"**/node_modules/**"
]
}
}
}
},
"slider": {
"root": "projects/slider",
"sourceRoot": "projects/slider/src",
@@ -135,20 +108,11 @@
}
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/slider/src/test.ts",
"tsConfig": "projects/slider/tsconfig.spec.json",
"karmaConfig": "projects/slider/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/slider/tsconfig.lib.json",
"projects/slider/tsconfig.spec.json"
"projects/slider/tsconfig.lib.json"
],
"exclude": [
"**/node_modules/**"
@@ -158,5 +122,10 @@
}
}
},
"defaultProject": "slider-library"
}
"defaultProject": "slider-library",
"schematics": {
"@schematics/angular:component": {
"styleext": "scss"
}
}
}
Loading