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

2.7 Release #320

Merged
merged 53 commits into from
Dec 21, 2018
Merged

2.7 Release #320

merged 53 commits into from
Dec 21, 2018

Commits on Nov 15, 2018

  1. fix(placeholder): Respect a possible 'image icon' not occupying the s…

    …ame space as a real image should
    lubber-de committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    43de5c6 View commit details
    Browse the repository at this point in the history
  2. fix(dropdown): stop event on enterkey and multiple allowadditions to …

    …prevent form submission
    lubber-de committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    3393191 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86e88af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4dcf070 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. style(readme): improve consistency

    Removed HTML to keep consistency across GitHub and package websites like npm and yarn.
    Also adds new jsDelivr badge.
    Sean authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    e09dae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06ba456 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52d7502 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28c557a View commit details
    Browse the repository at this point in the history
  5. style(readme): improve consistency

    Sean authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    8464d20 View commit details
    Browse the repository at this point in the history
  6. build: update to gulp4

    Closes #112
    ColinFrick authored and Sean committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    a83a7d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. fix(table): images in tables did not display properly

    This one needs a bit of explanation:
    The main cause of this bug was introduced in 2014 by Semantic-Org/Semantic-UI@400949c
    It was related to issue Semantic-Org/Semantic-UI#1510, where it seemed to be fixed but the main cause was the `collapsing` class set to the cell column, which causes the width to be reduced to 1px to force the browser to reduce its width until the main occupied content got the minimum width.
    So, this PR actually reverts the fix for Semantic-Org/Semantic-UI#1510 and fixes the main cause correctly now.
    
    Closes #227
    lubber-de authored and Sean committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    9516519 View commit details
    Browse the repository at this point in the history
  2. feat(toast): changed title class to header

    lubber-de authored and Sean committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    ab2dfab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58ac7e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. fix(placeholder): append .loadUIOverrides() to the bottom

    Closes #255
    ColinFrick authored and Sean committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    3af89df View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. feat(label): add inverted variant, basic grouping and basic tag

    Add inverted variant, basic grouping and basic tag as
    well as some bug fixes and code clean up.
    
    Closes #116
    lubber-de authored and Sean committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    3df1d57 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    f25f32e View commit details
    Browse the repository at this point in the history
  2. fix(security): changed event-stream version

    Change `event-stream` version to fix security exploit.
    Refs:
      dominictarr/event-stream#116
      dominictarr/event-stream#115
    
    Closes #268
    Sean authored Nov 28, 2018
    Configuration menu
    Copy the full SHA
    79f24a9 View commit details
    Browse the repository at this point in the history
  3. feat(input): add red border around error labeled input

    Closes #257
    prudho authored and Sean committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    4f34d88 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. fix(dropdown): fix select always showing remove icon

    Closes #271
    lubber-de authored and Sean committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    652c99d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10bd528 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b2fd30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7c0229 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41c4d3d View commit details
    Browse the repository at this point in the history
  6. fix(message): fixed compact icon message width

    lubber-de authored and Sean committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    536a5c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Configuration menu
    Copy the full SHA
    f979cfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c0900c View commit details
    Browse the repository at this point in the history
  3. fix(dropdown): fixes submenu positioning

    Closes 194
    lubber-de authored and Sean committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    a6e303f View commit details
    Browse the repository at this point in the history
  4. fix(dropdown): preselected values are ignored when data has individua…

    …l value-name
    lubber-de authored and Sean committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    501b61c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. fix(modal): dimmer click closed modal when allowMultiple=true even if…

    … onHide()=false
    
    Closes #284
    lubber-de authored and Sean committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    d84fb23 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. refactor: remove deprecated jquery functions

    lubber-de authored and Sean committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    ee4b02c View commit details
    Browse the repository at this point in the history
  2. style: fix some css errors

    prudho authored and Sean committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    991a195 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. fix(visibility): rename placeholder class to constraint

    Rename the placeholder class to constraint to stop the conflict with the placeholder component
    
    Closes #296
    Sean authored Dec 11, 2018
    Configuration menu
    Copy the full SHA
    fba5c8c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. feat(api): add ability to handle array responses in onResponse handler

    Added a new option `rawResponse` (default `false` to stay backward compatible) to be able to handle raw Array Objects in the `onResponse` event handler, even if the datatype is json,. without force converting it into an object first.
    
    Just to stay backward compatible and because it could still be wanted behaviour for existing projects i decided against explicit checking for an Array in favour of an additional option
    lubber-de authored and Sean committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    426d6bd View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. security: prevent JS execution from manual entries or untrusted remot…

    …e data
    lubber-de authored and Sean committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    0000ce9 View commit details
    Browse the repository at this point in the history
  2. fix(checkbox): support onChange for cursor keynav

    Changing Radio-Button Selections via Cursor Key-Navigation was not triggering the onChange Event
    lubber-de authored and Sean committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    0572fa9 View commit details
    Browse the repository at this point in the history
  3. fix(dropdown): filter preselected entries from #287 was not working f…

    …or div-dropdowns
    lubber-de authored and Sean committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    26b3875 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. build(travis): fix package-lock sha512 checksum error

    prudho authored and Sean committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    9a80898 View commit details
    Browse the repository at this point in the history
  2. fix(modal): fix top border radius when allowMultiple is true

    When a modal had `allowMultiple:true` set, the top border radius was not set anymore.
    This regression happens since an additional dimmer was introduced in #119 to prevent the ability to interact with modals that are not the focused one.
    This PR now takes care of a possible existing extra dimmer and shows top border radius correctly again
    
    Closes #308
    lubber-de authored and Sean committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    574830e View commit details
    Browse the repository at this point in the history
  3. feat(rating): add individual icons and colors instead of fixed star &…

    … heart only
    lubber-de authored and Sean committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    67f3b70 View commit details
    Browse the repository at this point in the history
  4. fix(dropdown): show "no results" when filterRemoteData is false and r…

    …esponse is empty
    lubber-de authored and Sean committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    68b1d7a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Configuration menu
    Copy the full SHA
    8914e0b View commit details
    Browse the repository at this point in the history
  2. build(gulp): hangs on 'create install files'

    After using a prompt, the next gulp task hangs.
    Because we don't really need the prompt to be executed in a gulp pipe, we can just use Inquirer.js directly.
    
    Closes #307
    ColinFrick authored and Sean committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    2438edb View commit details
    Browse the repository at this point in the history
  3. docs(readme): add package quality badge & change jsDelivr to rounded …

    …style
    lubber-de authored and Sean committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    fd909d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. refactor(slider): turn range into slider and add new features

    Closes #117 #149 #150
    prudho authored and Sean committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    d466262 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d5c4f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. docs(issue template): remove old template

    Sean authored Dec 21, 2018
    Configuration menu
    Copy the full SHA
    68b7b00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e4994d View commit details
    Browse the repository at this point in the history
  3. fix(text): add text component to gulp tasks

    Sean Hamilton committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    2d69ae2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b71ef4 View commit details
    Browse the repository at this point in the history
  5. chore(release): 2.7

    Sean Hamilton committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    cb3026e View commit details
    Browse the repository at this point in the history
  6. fix(menu, loader): hotfixes for 2.7

    lubber-de authored and Sean Hamilton committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    112f7d5 View commit details
    Browse the repository at this point in the history
  7. chore(release): update dist files

    Sean Hamilton committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    54f3ea6 View commit details
    Browse the repository at this point in the history
  8. docs(release notes): add gulp4 upgrade notice

    ColinFrick authored and Sean committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    875ef40 View commit details
    Browse the repository at this point in the history