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: akveo/nebular Loading
base: v3.0.1
Choose a base ref
...
head repository: akveo/nebular Loading
compare: v3.1.0
Choose a head ref
  • 18 commits
  • 502 files changed
  • 8 contributors

Commits on Dec 14, 2018

  1. Configuration menu
    Copy the full SHA
    3d3ee03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3324fd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba1983c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aeeedf1 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

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

Commits on Dec 22, 2018

  1. feature(playground): generate using schematics (#1093)

    * feat(playground generation): generate modules for each directory in playground
    
    * style: add licence
    
    * refactor: rename modules to examples
    
    * refactor: move modules into layout and no-layout dirs
    
    * feat: add support for nested modules
    
    * style: change helpers names
    
    * feat(routes): add child routes support
    
    * feat(add to modules): add services and directives
    
    Also process feature and routing modules
    
    * refactor(missing modules): unify example and playground modules generation
    
    * refactor(route search): make search breadth first
    
    * refactor(deep route predicate): apply predicate from top to bottom
    
    It will optimize search since route search is breadth first.
    
    * style: remove unneeded functions
    
    * refactor(module generation): simplify filter
    
    * feat: add find module function
    
    * refactor: get playground root from function
    
    * refactor(multiline array): detect indentation
    
    * fix(add-missing-modules): set proper template path
    
    * fix(routes): proper routes for nested modules
    
    * feat(multiline array): simplify element indentation calc
    
    * fix(styles): remove styles dir from examples directory
    
    * fix(infinite list example): update styles path
    
    * fix(auth example): import from node modules
    
    * refactor: change prefix
    
    * feat: create layout and no layout modules
    
    * refactor(auth): move component to sub dir
    
    To skip route creation for this component
    
    * feat: move helper components to sub dir
    
    Helper component are those which don't need own route and used only in
    example components.
    
    * style: add more info to warning message
    
    * refactor(auth): move component to sub dir
    
    To skip route creation for this component
    
    * fix(auth example): update component import path
    
    * refactor(shared): move component to sub dir
    
    To skip route creation for this component
    
    * fix(popover example): update component import path
    
    * feat(schematics): create routing module only for dirs with components
    
    * fix: update routing paths for old lazy modules
    
    * fix(playground): update import paths
    
    * refactor(playground): remove
    
    * feat: skip route adding for components already used in routes
    
    * refactor: move back components which need own routes
    
    * fix: handle nested dirs
    
    * refactor: rename layout and no layout dirs
    
    * feat: add menu test module
    
    * fix: update base playground dir names
    
    * feat: add user test module
    
    To prevent routes duplication for layout and no-layout dirs
    
    * feat(routing): add routing module for for each example dir
    
    * refactor: always multiline declarations array
    
    * fix: update module path
    
    * feat: add feature module for each example dir
    
    * fix(routing): check for existing route before adding
    
    * refactor(routes util): extract route props search into functions
    
    * refactor(routes util): pass text instead identifier
    
    * refactor(routes util): use general function to get route props
    
    * fix(action example): add missing layout module
    
    * refactor(playground app): remove prefixes
    
    * build(docs): update paths
    
    * fix: update import paths
    
    * feat(playground): run schematics on files change
    
    * fix(build): pass params to ng serve
    
    * fix(button example): add button module
    
    * fix(overlay example): remove duplicate overlay module
    
    * refactor: split big functions
    
    * refactor(modules gen): add typings
    
    * refactor(modules gen): remove currying, simplify conditions
    
    * style: correct formatting, simplify conditions, add typings
    
    * fix: missing routes creation
    
    * fix(routing generation): handle base pg modules routing properly
    
    * style: simplify expression
    
    * refactor: split function into smaller parts
    
    * fix(base routes): add children prop if missing
    
    * fix(input example): move example into appropriate directory
    
    * fix(azure example): move example into appropriate directory
    
    * style: remove Nb prefix
    yggg authored and tibing-old-email committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    471b56f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e68c20 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2018

  1. fix(layout): prevent dom api calls on server (#1107)

    Fixes #1060
    yggg authored and nnixaa committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    7511bb0 View commit details
    Browse the repository at this point in the history
  2. feat(playground): components list (#1106)

    Closes #1077
    yggg authored and nnixaa committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    4ab7508 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2018

  1. Configuration menu
    Copy the full SHA
    40fa356 View commit details
    Browse the repository at this point in the history
  2. docs(user): add 2 new examples, improve 1 existing example (#1090)

    - Hide Captions In User Component example added
    - Avatar Image Settings example added
    - Xlarge size added in Multiple Sizes example
    V-Ahmetvaliev authored and nnixaa committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    7b55493 View commit details
    Browse the repository at this point in the history
  3. fix(oauth2): body requests in x-www-form-urlencoded (#1066)

    According RFC 6749, all oauth2 flow sends parameters in x-www-form-url-encoded format
    visyone authored and nnixaa committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    3ee11f2 View commit details
    Browse the repository at this point in the history
  4. docs(menu): add 3 new examples (#1092)

    - Autocollapse menu example
    - Menu link parameters example
    - Menu Service example
    V-Ahmetvaliev authored and nnixaa committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    aae49a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af58d3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fef2a9a View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2018

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

Commits on Dec 31, 2018

  1. release: 3.1.0 🎄 (#1119)

    nnixaa committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    5a794fa View commit details
    Browse the repository at this point in the history
Loading