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 dropdwon opened event #978

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

Add dropdwon opened event #978

wants to merge 70 commits into from

Commits on Apr 18, 2016

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

Commits on Apr 20, 2016

  1. Merge branch 'jhuntoo-master' into development

    Conflicts:
    	components/select/select.ts
    valorkin committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    720ceba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bba35f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

  1. Configuration menu
    Copy the full SHA
    6266d98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14d8ea7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

  1. Configuration menu
    Copy the full SHA
    4718b0f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' into add-test-runner

    Conflicts:
    	package.json
    valorkin committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    b6a038e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    749ac97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    376c4b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. fix(select): clicking on the input now causes the item list to appear (

    …#154)
    
    * fix(README): Update docs with correct selector ng-select (#148)
    
    * fix(select): clicking on the input now causes the item list to appear
    
    * fix(select): tslint & merge errors
    jhuntoo authored and valorkin committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    c46c0ff View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2016

  1. Configuration menu
    Copy the full SHA
    82437ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0644067 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06f57e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e877e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f091ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5157df View commit details
    Browse the repository at this point in the history

Commits on May 18, 2016

  1. Configuration menu
    Copy the full SHA
    d59368d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fbe339 View commit details
    Browse the repository at this point in the history
  3. 1.0.3

    valorkin committed May 18, 2016
    Configuration menu
    Copy the full SHA
    f479a62 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. Configuration menu
    Copy the full SHA
    f372961 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    530ef23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70c9d4b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

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

Commits on May 30, 2016

  1. Configuration menu
    Copy the full SHA
    203cd58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e61f084 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57f67fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee7830b View commit details
    Browse the repository at this point in the history
  5. feat(css): removed most hardcoded css, instead rely on bootstrap css …

    …classes (#214)
    
    Made the UI more standardized to use only Bootstrap css classes where
    possible and minimal hardcoded css rules.
    The UI now also more closely looks like other Bootstrap UI elements.
    linusbrolin authored and valorkin committed May 30, 2016
    Configuration menu
    Copy the full SHA
    c178431 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf7f110 View commit details
    Browse the repository at this point in the history
  7. fix(filter): possible dupes in filter (#212)

    * fixed possible dupes in filter
    
    * fixed linting error
    linusbrolin authored and valorkin committed May 30, 2016
    Configuration menu
    Copy the full SHA
    7f4e9f6 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2016

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

Commits on Jun 1, 2016

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

Commits on Jun 6, 2016

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

Commits on Jun 24, 2016

  1. fix(): firefox issue (#273)

    * chore(package): update tslint-config-valorsoft to version 1.0.4
    
    https://greenkeeper.io/
    
    * fix bug when pressing delete or backspace buttons
    
    * remove unnecessary things
    
    * replace srcElement with target
    Aleksey authored and valorkin committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    f83764f View commit details
    Browse the repository at this point in the history
  2. fix(select): allow empty items

    * chore(package): update tslint-config-valorsoft to version 1.0.4
    
    https://greenkeeper.io/
    
    * check invalid data in items and remove them
    
    * fig bug if incoming data is undefined
    Aleksey authored and valorkin committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    2c090f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2016

  1. feat: programmatically select active items (#223)

    * feat: programmatically select active items
    
    Add `active` property which describes currently selected items.
    Remove `initData` property since everything works on top of `active`.
    
    * docs(README): change info about properties: `initData` -> `active`
    Namek authored and valorkin committed Jun 27, 2016
    1 Configuration menu
    Copy the full SHA
    1ddbcd9 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

  1. feat(package): updated to rc.4 and new forms (#311)

    Alexander Skrypnyk authored and valorkin committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    5b992e9 View commit details
    Browse the repository at this point in the history
  2. fix(options): fixed the disabled state (#225)

    * fixed the disabled state
    
    * added a getter for disabled, instead of using _disabled in the template.
    linusbrolin authored and valorkin committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    388506f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2016

  1. fix(docs): updated property name for active items (#318)

    fixes #307
    Adrian Faciu authored and valorkin committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    d39def2 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. Fixed the bug where children of an object weren't passed to the const…

    …ructor of the SelectItem.
    lpotapczuk committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    e642025 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

  1. feat(package): update to angular 2.0.0 (#412)

    * update angular to rc7, update rest of dependencies, use ng2-webpack-config, create modules and update app to rc7
    
    * add custom typings
    
    * update to 2.0.0, remove typings
    
    * return typescript v
    
    * fix select styles
    
    * sanitize html (colorbox) add ngc compiler
    otelnov authored and valorkin committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    10aeaba View commit details
    Browse the repository at this point in the history
  2. 1.1.0

    valorkin committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    bbba0f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa37202 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2016

  1. fix(select): issue #437 (#454)

    * fix typing to input throwing an error and highlight on highlighting the first character
    
    * added rest of the highlight pipe usages
    vixriihi authored and valorkin committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    926e14d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2016

  1. 1.1.1

    valorkin committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    ba627d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. Configuration menu
    Copy the full SHA
    43b4c10 View commit details
    Browse the repository at this point in the history
  2. 1.1.2

    valorkin committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    99a9a53 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. avoid peer messages (#475)

    * avoid peer messages
    
    * avoid peer missing messages
    grauschnabel authored and valorkin committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    2c211cc View commit details
    Browse the repository at this point in the history
  2. #557: Fix rendering select component on firefox (#559)

    #557: Fixed visual error on firefox. In single-select mode select
    component had extended height due to caret symbol going into new line.
    Added float:left to placeholder class to fix this.
    Matiszak authored and valorkin committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    77ddc89 View commit details
    Browse the repository at this point in the history
  3. Added output "opened" to component (#546)

    Added new output "opened" that will be emitted every time the components options dropdown changes visibility
    hellivan authored and valorkin committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    f9750f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. fix(forms): Validation compliant to ngModel (#575)

    * Added validation ngModel compliant
    
    * upgrade angular packages version
    
    * upgrade angular peerDependencies version
    toke182 authored and valorkin committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    aaadcbb View commit details
    Browse the repository at this point in the history
  2. #545 fixed (#567)

    jay-perera authored and valorkin committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    ad16168 View commit details
    Browse the repository at this point in the history
  3. fix: add checking for not udefined document object (#541)

    * Add checking for not udefined document object
    
    * fix braces
    dimonzav authored and valorkin committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    7330f47 View commit details
    Browse the repository at this point in the history
  4. fix(demo): Removed duplicated attribute (data)="value" from multiple-…

    …demo.html (#516)
    
    * fix.close dropdown by missclick
    
    * fix. remove duplicated attribute
    SergeyKuryatnick authored and valorkin committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    7cbeb46 View commit details
    Browse the repository at this point in the history
  5. Parse HTML in multiple select views (#490)

    "One image is worth a thousand words": http://imgur.com/a/CY0ol
    DanielKucal authored and valorkin committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    93ed189 View commit details
    Browse the repository at this point in the history
  6. (fix) remove handle click behaviour on single mode (#457)

    Pass correct active item when remove handle is clicked in single mode.
    Prevent dropdown popup when clicking on remove handle.
    lzoubek authored and valorkin committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    de2f495 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    95397f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c3a4e1 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'development' of git://github.com/lpotapczuk/ng2-select …

    …into lpotapczuk-development
    
    Conflicts:
    	components/select/select.ts
    valorkin committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    bf1e62a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b133c73 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2017

  1. Configuration menu
    Copy the full SHA
    71536bc View commit details
    Browse the repository at this point in the history
  2. chore(readme): readme update

    valorkin committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    b46c0c2 View commit details
    Browse the repository at this point in the history
  3. v1.2.0

    valorkin committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    3afaf63 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. fix(demo): update dependencies, fix aot build (#902)

    * chore(deps): update dependencies
    
    * fix(demo): fix aot build
    IlyaSurmay authored and valorkin committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    6328439 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. feat(forms): adds functionality to make ng2-select compatible with fo…

    …rm-controls (#881)
    
    * Adds functionality to make ng2-select compatible with form-controls
    
    * Removed package-lock.json
    
    * Reverted typings
    
    * Reverted typings
    
    * Reverted package.json
    sonukapoor authored and valorkin committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    201c6e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce84518 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. 2.0.0

    valorkin committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    1f2f05e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0de85cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a995e53 View commit details
    Browse the repository at this point in the history
  4. fix(ci): fix travis (#906)

    * fix(test): fix travis
    
    * travis stages
    IlyaSurmay authored and valorkin committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    855ac2f View commit details
    Browse the repository at this point in the history