Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to modify the secure attribute #15

Open
wants to merge 54 commits into
base: master
Choose a base branch
from

Commits on Apr 24, 2018

  1. [Add] Apply a paddingTop on body when cookie-notice hat 'top'-position

          and remove once it has been confirmed
    BernhardBehrendt committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    556e5d6 View commit details
    Browse the repository at this point in the history
  2. [Add] Apply a paddingTop on body when cookie-notice hat 'top'-position

          and remove once it has been confirmed
    BernhardBehrendt committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    84ab37c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44af58b View commit details
    Browse the repository at this point in the history
  4. Content changes

    BernhardBehrendt committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    1281303 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Configuration menu
    Copy the full SHA
    6c1666b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dad852b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. Remove test cookie

    BernhardBehrendt committed May 25, 2018
    Configuration menu
    Copy the full SHA
    1646c73 View commit details
    Browse the repository at this point in the history
  2. Build dist version

    BernhardBehrendt committed May 25, 2018
    Configuration menu
    Copy the full SHA
    f887d65 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. Add travis YAML configuration, to run the default grunt task

    * Plus, add badges to README
    nfreear committed May 26, 2018
    Configuration menu
    Copy the full SHA
    f69e20a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2018

  1. Update test dependecies ~ jQuery from 2.x → 3.x; QUnit from 1.x → 2.x;

    * jQuery ~ upgrade version 2.1.4 to 3.3.1;
    * QUnit Javascript ~ 1.18.0 to 2.6.1;
    nfreear committed May 28, 2018
    Configuration menu
    Copy the full SHA
    a1c8223 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f46e5a3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. Configuration menu
    Copy the full SHA
    b352625 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from nfreear/ndf/travis-ci

    Add Travis-CI automated tests
    BernhardBehrendt committed May 29, 2018
    Configuration menu
    Copy the full SHA
    ca5598e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa4075b View commit details
    Browse the repository at this point in the history
  4. Follow-up to pull #1 - move jQuery to devDependencies for clarity

    * Also move QUnit from peer to `devDependencies`
    * #1
    nfreear committed May 29, 2018
    Configuration menu
    Copy the full SHA
    181b95a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from nfreear/ndf/travis-2

    Follow-up to pull #1 - move jQuery to `devDependencies` for clarity
    BernhardBehrendt committed May 29, 2018
    Configuration menu
    Copy the full SHA
    3bec4ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c17763 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Configuration menu
    Copy the full SHA
    9422b8a View commit details
    Browse the repository at this point in the history
  2. Bug #4, document the data-cookie-notice attribute in the README

    * Plus, switch npm badge to ~ https://badge.fury.io/
    nfreear committed May 30, 2018
    Configuration menu
    Copy the full SHA
    8fdb318 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from nfreear/ndf/data-attribute

    Add support for `data-cookie-attribute`
    BernhardBehrendt committed May 30, 2018
    Configuration menu
    Copy the full SHA
    723f28e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66968fe View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2018

  1. Bug #4, Fix browser & respository fields in package JSON [ci skip]

    * Add `files`, bugs, engines  & contributors fields to package JSON;
    * Remove Nick's email address from README & bower JSON;
    * Validator ~ http://package-json-validator.com/
    nfreear committed Jun 2, 2018
    Configuration menu
    Copy the full SHA
    bdfd8d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fb90c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2018

  1. Bug #4, add accessibility testing "grunt-rsids-pa11y" WCAG 2.0 AAA

    * Automated accessibility testing via ~ http://pa11y.org/
    nfreear committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    f02c0d2 View commit details
    Browse the repository at this point in the history
  2. Bug #4, Accessibility fixes - colour contrast, button role

    * ... plus - link target, link underline
    nfreear committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    59269f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9979c4f View commit details
    Browse the repository at this point in the history
  4. Bug #4, Change accessibility standard from WCAG2AAA to WCAG2AA

    * ... in the Grunt Javascript
    * Plus, add `live-server` to `peerDependencies` package JSON
    nfreear committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    f473d70 View commit details
    Browse the repository at this point in the history
  5. Add CHANGELOG; update README

    nfreear committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    85aa659 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Edits to CHANGELOG [ci skip]

    nfreear committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    6d002e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from nfreear/nfreear/accessibility-etc

    Add accessibility testing and fixes
    BernhardBehrendt committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    c75f30f View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Configuration menu
    Copy the full SHA
    1109195 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc781d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    718e476 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Configuration menu
    Copy the full SHA
    5feda16 View commit details
    Browse the repository at this point in the history
  2. README typo

    BernhardBehrendt committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    b4faf53 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

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

Commits on Jan 3, 2019

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

Commits on Jan 2, 2020

  1. #11 Add Portuguese translations

    Issue: #11
    bernhard.behrendt committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    487c475 View commit details
    Browse the repository at this point in the history
  2. #10 Custom font family support

    Issue: #10
    bernhard.behrendt committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    1bdcaf1 View commit details
    Browse the repository at this point in the history
  3. Fix package-lock.json (out of sync)

    bernhard.behrendt committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    5f13015 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Apply positioning from config

    bernhard.behrendt committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    4aae92f View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Remove logging message from production code

    bernhard.behrendt committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    8fb91e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    ec79cd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f6ed45 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. create new npm version including "fontSize" Feature

    BernhardBehrendt authored and bernhard.behrendt committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    1a8a69a View commit details
    Browse the repository at this point in the history
  2. create new npm version including "fontSize" Feature

    bernhard.behrendt committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    c2cfb6b View commit details
    Browse the repository at this point in the history
  3. updated contributors list

    bernhard.behrendt committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    005902a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. minor dependency upgrades

    BernhardBehrendt authored and bernhard.behrendt committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    db078a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. 1.3.4 config update, new languages, changed demo page (#13), example …

    …pictures
    BernhardBehrendt authored and bernhard.behrendt committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    b56ee0a View commit details
    Browse the repository at this point in the history
  2. 1.3.4 changelog content update

    BernhardBehrendt authored and bernhard.behrendt committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    fa22732 View commit details
    Browse the repository at this point in the history
  3. 1.3.5 build in travis on node 12

    BernhardBehrendt authored and bernhard.behrendt committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    137c74e View commit details
    Browse the repository at this point in the history
  4. updated description

    BernhardBehrendt authored and bernhard.behrendt committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    c1d43a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. dep upgrades and more documentation

    bernhard.behrendt committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    3eddbf1 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. readme, keywords, example page update

    bernhard.behrendt committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    a44d5a4 View commit details
    Browse the repository at this point in the history