Skip to content

Releases: casbin/casbin-editor

v1.7.0

21 Jun 17:18
660ba3a
Compare
Choose a tag to compare

1.7.0 (2024-06-21)

Features

  • integrate with AI to provide guidance on how to write Casbin policies. (#123) (660ba3a)

v1.6.0

21 Jun 17:09
482e255
Compare
Choose a tag to compare

1.6.0 (2024-06-21)

Features

v1.5.0

15 Jun 15:20
33cadd6
Compare
Choose a tag to compare

1.5.0 (2024-06-15)

Features

  • Adjust response formatting to conditionally display 'Reason' field when not empty (#121) (33cadd6)

v1.4.0

14 Jun 06:46
bbd20ff
Compare
Choose a tag to compare

1.4.0 (2024-06-14)

Features

  • adjust editor height dynamically to fit browser window (#119) (bbd20ff)

v1.3.0

10 Jun 01:54
6a54438
Compare
Choose a tag to compare

1.3.0 (2024-06-10)

Features

  • make enforcement result read-only and disable cursor blinking (#117) (6a54438)

v1.2.1

02 Jun 10:26
39757fd
Compare
Choose a tag to compare

1.2.1 (2024-06-02)

Bug Fixes

  • windows - Fixed issue with electron Windows program opening blank (#116) (39757fd)

v1.2.0

01 Jun 16:51
bbccf4f
Compare
Choose a tag to compare

1.2.0 (2024-06-01)

Features

  • publish Electron App in GitHub releases (#111) (bbccf4f)

v1.1.0

01 Jun 16:30
d2c165b
Compare
Choose a tag to compare

1.1.0 (2024-06-01)

Features

v1.0.0

01 Jun 15:18
705d0a4
Compare
Choose a tag to compare

1.0.0 (2024-06-01)

Bug Fixes

  • add settings (#32) (d36d22d)
  • fix broken links (#93) (4ff069b)
  • fix build (e0f69b5)
  • fix parser error (eb79669)
  • fix the deployment directory (#79) (09566f5)
  • fix unexpect parse (51e317e)
  • format example (d135d4b)
  • improve visibility of CustomConfig (3d58f0a)
  • nextjs basePath config (#97) (ee23f73)
  • prevent custom config beyond container (#89) (5a862ed)
  • prevent duplicate load and share (6f7d701)
  • prevent potential duplicate path hash (882dfe1)
  • repeatedly hide the custom configuration container (9554ee5)
  • reset button doesn't work (3faddfd)
  • resolve config refresh (3763537)
  • resolve unexpected parse (baa7239)
  • update casbin (f9d404e)
  • update README.md to fit nextjs dev and production (#98) (674ac76)
  • update the result directly when switching options (#102) (6a06b7a)
  • use casbin.js@next instead of casbin (5621137)
  • use react hooks to separate UI and logic (#100) (b29aa5f)

Features

Performance Improvements

  • enhance parser and regenerate yarn.lock (5e7541e)