Skip to content

Releases: RafaelVidaurre/angular-permission

v4.1.2

06 Nov 19:58
Compare
Choose a tag to compare

Fixed:

  • Solved problem with compatibility with ui-router polyfil

v4.1.1

21 Oct 14:27
Compare
Choose a tag to compare

Fixes:

  • ensure parent permissions are evaluated only once #345
  • removed $stateChangeStart event checking #335

Features:

  • compatibility with angular 2.x and uir-outer 1.x through recommended polyfill

v4.1.0

19 Oct 17:04
Compare
Choose a tag to compare

Features:

  • Allow function handlers to be injected instead of called directly #337

Many thanks to @joeljeske for his contribution!

v4.0.6

21 Sep 20:53
Compare
Choose a tag to compare

Fixed:

  • Returned rejected permission is not always string (#324)

v4.0.5

06 Sep 16:48
Compare
Choose a tag to compare

Features:

  • Deprecated internal authorization function in favour of authorizeByPermissionMap

v4.0.4

05 Sep 17:10
Compare
Choose a tag to compare

Fixed:

  • Solved problem with random messing history thanks to @adam-s (#322)

v4.0.3

18 Aug 21:32
Compare
Choose a tag to compare

Fixed:

  • Fixed falsy checking for areEventsDefaultPrevented in PermTransitionEvents for ngRoute
  • Solved problems with tests Travis

v4.0.2

15 Aug 08:14
Compare
Choose a tag to compare

Fixed:

  • Solved problem with ui-router-extras and angular-permission compatibility (#307)

Features:

  • Included demo example

v4.0.0

11 Aug 17:52
Compare
Choose a tag to compare

Fixed:

  • permission-sref didn't handle inherited permissions (#305)

Features:

  • added Perm prefix to library services to remove possible collisions (#285)
  • exposed method authorizeByStateName in PermStateAuthorization (#301)
  • renamed method authorize to authorizeByPermissionMapinPermStateAuthorizationandPermAuthorization`

v3.2.1

07 Jul 16:53
Compare
Choose a tag to compare

Fixed:

  • If transition to permission-guarded state was prevented once, all subsequent transitions to this state will skip permissions check entirely (#271)