Skip to content

Releases: sunengine/SunEngine

Release 2.9.10

19 Mar 17:50
Compare
Choose a tag to compare
  • (install.sh) structure update and prepare

Release 2.9.9

19 Mar 11:23
Compare
Choose a tag to compare
  • Stabilizing chanks refactor

Release 2.9.7

16 Mar 18:19
Compare
Choose a tag to compare

-feat(chunks): New chanks system.

Release 2.8.1

26 Feb 07:10
Compare
Choose a tag to compare
  • refactor(Components): Full refactor and power upgrade of all Components system.
    • Add components field types.
    • Add field types to Server and Client
      • StringItem
      • LongStringItem
      • HtmlItem
      • JsonItem
      • NumberItem
      • BooleanItem
      • RolesItem
      • CategoriesItem
      • TokensItem
    • Add auto generation of editor interface based on field types.
    • Add components data seed json options.
  • refactor(ConfigurationAdmin): Applied new editor at all fields based on field types.
  • feat(Admin): Add CustomJavaScript editor. Add option to allow CustomJavaScript admin.
  • refactor(Config): Refactor config json entries.
  • Some minor improvements and fixes.

Warning If you are migrating to this new version, you need to update config json files manually!

Release 2.6.7

13 Feb 12:13
Compare
Choose a tag to compare
  • fix(Breadcrumbs) Fix error and refactor
  • fix(update.sh) Fix bug

Release 2.6.2

08 Feb 12:29
Compare
Choose a tag to compare
  • feat(Activities): Added CategoriesExclude options
  • feat(Posts): Added CategoriesExclude options

Release 2.6.1

06 Feb 17:02
Compare
Choose a tag to compare
  • refactor(Client): Client code structure and dirs refactor.
  • feat(Seeder): Add ConfigurationItems Seeder /Config/Init/Config.json.
  • feat(Admin): Add configurations of user registration password validation.
  • feat(Admin): Add configurations of user registration.
  • refactor(Modules): Add PostsAndActivitiesPage.
  • refactor(HomePage): Refactor code and added partial skin CenterHomePage.
  • More minor code refactor

Release 2.5.1

30 Jan 13:07
Compare
Choose a tag to compare
  • feat(flow): Added build test on GitHub
    • DotNet Core
    • Quasar
  • feat(Admin): Added admin site configuration options
    • Redirect from home page
    • Read only site mode
    • User register confirm text
    • Disallow registration of new users
  • feat(Admin): Added HtmlString type to ConfigurationItems
  • feat(Git): Added SunEngine.Build repository and made auto build workflow
  • feat(Config): Added server config templates

Release 2.4.2

26 Jan 07:36
Compare
Choose a tag to compare

Refactor(Material): Improved algorithm of header links generation to work properly with similar headers names
Style(Page): Page padding made smaller on small screens
Milestone 2.1 done.

Release 2.4.1

25 Jan 18:53
Compare
Choose a tag to compare

Refactor(Icons): All icons moved to set
Feat(Icons): Added switching icons from Configuration Admin
Feat(Icons): Added FontAwesome icon set
Feat(Icons): Added LineAwesome icon set
Feat(Captcha): Add Captcha component. Moved from other components code.
Refactor(PartialSkinsAdmin): Updated visualization
Fix(Breadcrumbs): Page size. Add SunPage component.
Minor fixes and improvements