## 6.1.2 * Remove unused dir in content site template ## 6.1.1 * Fix session name in admin panel template * Fix `goose_test_up` command in admin panel & content site tempaltes * Fix `install` command in content site template ## 6.1.0 * Refactoring content site backend * Refactoring admin panel backend * Update dependencies ## 6.0.0 * Update dependencies * Fix missing dependencies in templates ## 6.0.0-alpha.6 * Update dependencies ## 6.0.0-alpha.5 * Update dependencies ## 6.0.0-alpha.4 * Fix content site template * Pass os ENV's to ssr render in content site * Fix SSR restart in content site template * Fix SSR memory leak in content site template * Fix styles in content site template * Fix don't release DB connection in content site template * Refactoring logger in content site & admin panel template * Fix call `.Close` on nil in content site API * Update browserlist in templates ## 6.0.0-alpha.3 * Fix content site template * Fix pagination in admin panels * Fix pagination style in content site ## 6.0.0-alpha.2 * New tag ## 6.0.0-alpha.1 * Update dependencies * Update templates to sham-ui 6.x * Fix upgrade project (add `mkdir -p`, fail open editor, etc) * Fix scaffolding templates in admin-panel & content-site * Add `collect` command for collect all usable directives & filters in project ## 5.0.0-alpha.6 * Fix default port for development mode CMS * Add support upload image for content-site * Fix false-pasitive site backend test for content site * Add auto restart node.js SSR sub process in content-site server * Fix default socket path for content-site ## 5.0.0-alpha.5 * Disable sourcemap for content-site * Add `` for content site * Add `robots.txt` for content site ## 5.0.0-alpha.4 * Add `upgrade` command for upgrade projects, generated by `sham-ui-cli` ## 5.0.0-alpha.3 * Fix scaffolding in templates * Clear go assets files before build `admin-panel` * Add template for `content-site` - content site with SSR & CMS panel * Update `sham-ui` dependencies ## 5.0.0-alpha.2 * Fix title in admin-panel ## 5.0.0-alpha.1 * Fix submit in `admin-panel` template ## 5.0.0-alpha.0 * Fix close icon in ModalWindow * Add support custom per-project blueprints [#98](https://github.com/sham-ui/sham-ui-cli/issues/98) * Fix `Buffer()` deprecation * Add more logging in `admin-panel` server * Migrate admin-panel server to go1.16 &` go:embeded` * Fix icons in admin-panel (UTF-8 encoding for index.html) ## 4.4.2 * Fix close icon in ModalWindow ## 4.4.1 * Fix hash password for create superuser from terminal in admin-panel * Fix send empty error messages in admin-panel * Handle disconect network in admin-panel ## 4.4.0 * Optional signup in admin-panel template [#96](https://github.com/sham-ui/sham-ui-cli/issues/96) ## 4.3.1 * Update `sham-ui` dependencies * Refactoring store service in admin-panel [#84](https://github.com/sham-ui/sham-ui-cli/issues/84) * Fix a tests * Make `settings` page in admin panel lazy * Refactoring session service in admin-panel * Refactoring `server-info` page component in admin-panel * Reset password in admin-panel [#86](https://github.com/sham-ui/sham-ui-cli/issues/86) * Add page title in admin-panel [#87](https://github.com/sham-ui/sham-ui-cli/issues/87) * Refactoring server code in admin-panel [#88](https://github.com/sham-ui/sham-ui-cli/issues/88) * Add confirmation modal on edit name/email/password in admin-panel * Add member management (create/edit/reset password) in admin-panel * Update nodejs version for travis in templates ## 4.3.0 * Add template for `styled-component` [#3](https://github.com/sham-ui/sham-ui-cli/issues/3) ## 4.2.0 * Add page about server information in admin-panel template [#72](https://github.com/sham-ui/sham-ui-cli/issues/72) * Fix a tests in admin-panel golang tests * Move ErrorPanel component from panel to page in members page in admin-panel template [#73](https://github.com/sham-ui/sham-ui-cli/issues/73) * Update go to latest version & migrate to go modules [#63](https://github.com/sham-ui/sham-ui-cli/issues/63) ## 4.1.0 * Add support for lazy loaded page in `admin-panel` template * Add superuser member for `admin-panel` template * API endpoint for get members (only for superuser) in `admin-panel` template * Fix response status for get member list in `admin-panel` template * Add `members/list` page for superuser in `admin-panel` template * Add superuser-check for `su_` assets in `admin-panel` template ## 4.0.3 * Fix login in `admin-panel` template ## 4.0.2 * Fix logout in `admin-panel` template * Update dependencies ## 4.0.1 * Remove module hot replacement code from production build in app template * Add `yarn-error.log` to `.gitignore` templates * Remove some polyfills from templates ## 4.0.0 * Add tests for save name/email without change in admin-panel template * Update go from `1.8` to `1.14` in admin-panel template * Add code coverage for `server` in admin-panel template [#45](https://github.com/sham-ui/sham-ui-cli/issues/45) * Add loader indicator for submit form button in admin-panel template [#35](https://github.com/sham-ui/sham-ui-cli/issues/35) * Refactoring initializers [#40](https://github.com/sham-ui/sham-ui-cli/issues/40) * Remove workaround for `Page` in `admin-panel` template * Fix `.gitignore` for `admin-panel` template * Add `travis-ci` to templates * Remove `js-component` scaffolding * Rename `component` scaffolding to `template` * Change default component type for `component` template as `SFC` * Add `documentation` for `component` template * Add `size-limit` to templates ## 3.1.2 * Fix active class for links in `admin-panel` template ## 3.1.1 * Fixs for `admin-panel` login * Add `store.extractData` for `admin-panel` ## 3.1.0 * Template for `admin-panel` [#21](https://github.com/sham-ui/sham-ui-cli/issues/21) ## 3.0.7 * Code style fixs ## 3.0.6 * Some code style fixs * Define `PRODUCTION` for tests ## 3.0.5 * Fix generate items ## 3.0.4 * Update dependencies ## 3.0.3 * Update dependencies ## 3.0.2 * Fix template `webpack.config.js` code style ## 3.0.1 * Downgrade `inquirer` ## 3.0.0 * Fix webpack config for demo-app [#9](https://github.com/sham-ui/sham-ui-cli/issues/9) * Add eslint support for SFW [#10](https://github.com/sham-ui/sham-ui-cli/issues/10) * Remove HMR code from production build * Upgrade babel to 7.0 * Upgrade `sham-ui-*` * Rename widget to component * Rename `.sfw` to `.sfc` * Rename controllers to initializers * Destroy argument for remove generated scaffold items [#11](https://github.com/sham-ui/sham-ui-cli/issues/11) * Update dependencies * Add stylelint to templates [#15](https://github.com/sham-ui/sham-ui-cli/issues/15) ## 2.0.4 * Fix `sham-ui-test-helpers` version in app template ## 2.0.3 * Update dependencies ## 2.0.2 * Update dependencies * Scaffolding for single file widget [#8](https://github.com/sham-ui/sham-ui-cli/issues/8) ## 2.0.1 * Update dependencies ## 2.0.0 * Add scaffolding for widget with js (`sham-ui g js-widget`) * Update `.npmignore` * Update dependencies * Exclude `.sht` from coverage * Add `prepublish` script to widget template ## 1.4.1 * Update dependencies ## 1.4.0 * Update webpack & other dependencies * Uncomment string in `.npmignore` templates ## 1.3.9 * Fix .gitignore for widget template [#7](https://github.com/sham-ui/sham-ui-cli/issues/7) ## 1.3.8 * Upgrade jest * Add ESlint to templates * Change test-scripts commands ## 1.3.7 * Fix invalid relative path to widget in tests ## 1.3.6 * Fix `.gitignore` & `.npmginore` [#1](https://github.com/sham-ui/sham-ui-cli/issues/1) ## 1.3.5 * Update dependencies ## 1.3.4 * Fix minimize code for project ## 1.3.3 * Update `sham-ui-test-helpers` * Fix [#4](https://github.com/sham-ui/sham-ui-cli/issues/4) ## 1.3.2 Workaround for module replacement ## 1.3.1 * Update dependencies ## 1.3.0 * Add template for widget project ## 1.2.6 * Update dependencies ## 1.2.5 * Update dependencies ## 1.2.4 * Update dependencies ## 1.2.3 * Update dependencies ## 1.2.2 * Update `sham-ui-templates-loader` and `sham-ui-jest-preprocessor` ## 1.2.1 * Update `sham-ui-templates` ## 1.2.0 * Add scaffolding for widget (`sham-ui g widget `) ## 1.1.1 * Remove `.npmignore` from template ## 1.1.0 * Add `jest` for new app * Add `webpack.config.js` to `.npmignore` * Update `sham-ui` to `1.3.2`