Releases: sunengine/SunEngine
Releases · sunengine/SunEngine
Release 2.9.10
- (install.sh) structure update and prepare
Release 2.9.9
- Stabilizing chanks refactor
Release 2.9.7
-feat(chunks): New chanks system.
Release 2.8.1
- 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
- fix(Breadcrumbs) Fix error and refactor
- fix(update.sh) Fix bug
Release 2.6.2
- feat(Activities): Added CategoriesExclude options
- feat(Posts): Added CategoriesExclude options
Release 2.6.1
- 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
- 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
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
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