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: awerlang/angular-responsive-tables
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: awerlang/angular-responsive-tables
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 12 files changed
  • 2 contributors

Commits on Sep 20, 2016

  1. update readme

    awerlang committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    2cb0004 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

  1. fix(style): make sure styles have precedence

    Because specificity here is the same as in bootstrap, whichever css is loaded last will win. This component is very specific, so let's assume we can enforce our styling. See #14
    awerlang committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    df54247 View commit details
    Browse the repository at this point in the history
  2. release v0.4.1

    awerlang committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    381f338 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2016

  1. Fix for angular 1.3.x

    Angular 1.3.x doesn't respect returned object from directive controller. Use a safer version to do it.
    
    Fixes #23
    awerlang committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    4370d04 View commit details
    Browse the repository at this point in the history
  2. release 0.4.2

    awerlang committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    5035cd8 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Changed getAttributeNode to getAttribute also changed colspan.value t…

    …o colspan (#24)
    Vanmc authored and awerlang committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    543b13d View commit details
    Browse the repository at this point in the history
  2. release v0.4.3

    awerlang committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    1b813fe View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2016

  1. 2 Configuration menu
    Copy the full SHA
    9a2f24a View commit details
    Browse the repository at this point in the history
  2. release v0.4.4

    awerlang committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    1e4fb63 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

  1. Configuration menu
    Copy the full SHA
    ac657fc View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2017

  1. publish to npm

    awerlang committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    1de746c View commit details
    Browse the repository at this point in the history
  2. fix version

    awerlang committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    f0a90f0 View commit details
    Browse the repository at this point in the history
  3. configure travis

    awerlang committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    b0e9b3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f95bef5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0e4968 View commit details
    Browse the repository at this point in the history
  6. use node v6 in travis

    awerlang committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    6b66b5e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Configuration menu
    Copy the full SHA
    a43bbcd View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Configuration menu
    Copy the full SHA
    30990b1 View commit details
    Browse the repository at this point in the history
Loading