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: khawars/KSTokenView
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ConnectCorp/KSTokenView
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 22 files changed
  • 4 contributors

Commits on Jul 5, 2016

  1. Add possibility to customize the corner radius of a token

    Faiçal Tchirou committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    84c1156 View commit details
    Browse the repository at this point in the history
  2. Fix the superview of a KSToken

    Faiçal Tchirou committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    78ee6ea View commit details
    Browse the repository at this point in the history
  3. Prevent the display of the search results table view

    Faiçal Tchirou committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    41e87a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2016

  1. Prevent the token view to untokenize when it ends editing

    Faiçal Tchirou committed Jul 9, 2016
    Configuration menu
    Copy the full SHA
    c99f8f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2016

  1. 🔨

    Faiçal Tchirou committed Jul 10, 2016
    Configuration menu
    Copy the full SHA
    2524118 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

  1. Set the text to the last search string after tokenization

    Faiçal Tchirou committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    4520c2c View commit details
    Browse the repository at this point in the history
  2. Prevent the text in TokenView to be deleted when the token view becom…

    …es first respondent
    Faiçal Tchirou committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    4779d37 View commit details
    Browse the repository at this point in the history
  3. Update podspec

    Faiçal Tchirou committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    7f73e8f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. Fix clearing of text on first characters typed

    Has to do with KSTokenField clearing the text field on scroll and since the scrollView.contentSize wasn’t set on initialization, it tries to scroll into position when you first start typing, thus clearing the field as you type.
    kylefleming committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    673e085 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2016

  1. Expose KSTokenField property

    Faiçal Tchirou committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    b2edaef View commit details
    Browse the repository at this point in the history
  2. Update podspec version

    Faiçal Tchirou committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    6c5698f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:ConnectCorp/KSTokenView

    Faiçal Tchirou committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    01db6ee View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2016

  1. migration to Swift 3

    traylewin committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    771d29f View commit details
    Browse the repository at this point in the history
  2. Bump version to 3.0

    traylewin authored Nov 26, 2016
    Configuration menu
    Copy the full SHA
    01f8fa0 View commit details
    Browse the repository at this point in the history
  3. Bumped version to 3.0.0

    traylewin authored Nov 26, 2016
    Configuration menu
    Copy the full SHA
    238401a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from ConnectCorp/feature/swift3

    Bump version to 3.0
    traylewin authored Nov 26, 2016
    Configuration menu
    Copy the full SHA
    2193ba2 View commit details
    Browse the repository at this point in the history
Loading