10.1.4 (2021-01-15)
- fix folder error (eb5faa1)
10.1.3 (2020-12-18)
- dev-server: fix wrong path and url comparison on windows (d488311)
10.1.2 (2020-12-17)
- nginx: always use only ipv4 host (fe73d1c)
10.1.1 (2020-11-30)
10.1.0 (2020-11-10)
- webpack-client: use svg-url-loader for svg (638d601)
10.0.1 (2020-11-09)
- alpine-node: push docker image on commit (7e8c286)
- webpack-dev: add public path, so images loads correctly in dev mode (e5c8a16)
- webpack-server: add date-fns to externals, so it won't conflict with arui-feather date-fns (131e9b2)
10.0.0 (2020-10-26)
- replace remaining require with imports (094d6c2)
- alpine-node-nginx: fix gpg errors (33e6f72)
- dependencies: ts as peer dependency (438c7e7)
- get-entry: remove console.log (39d735d)
- jest: correctly resolve path to all file mappers (fcc34f9)
- ts-node: configure it from single place (e68eda5)
- webpack-server: fix node-externals in workspaces (c283ae0)
- yarn: fix ci configs (b4d1162)
- ts in all webpack configs (e051e29)
- yarn 2 support (73bef4f)
- alpine-node-nginx: add docker build workflow (2d95808)
- alpine-node-nginx: read version from version file (dce6105)
9.7.0 (2020-10-22)
- webpack: split dynamic import from node_modules to chunk (ba6a286)
9.6.0 (2020-10-08)
- postcss-config: add keepCssVars, revert plugin (2d8a0d6)
9.5.0 (2020-09-22)
- webpack: replace style tags with optimized css bundle in dev (22681f2)
9.4.1 (2020-09-11)
- postcss-config: add postcss-color-mod-function (a619453)
9.4.0 (2020-08-19)
- check-required-files: skip empty files from config (34701c5)
- webpack: add support for multiple entrypoints (508c5c1)
9.3.2 (2020-08-18)
- supporting-browsers: add supporting-browsers to overrides (2671fd5)
9.3.1 (2020-07-28)
9.3.0 (2020-07-03)
- assets-size: use brotli-size as optional dependency (144980b)
- config: add theme setting and change to eng (1befdf6)
- deps: update @alfalab/postcss-custom-properties (24078ba)
- tests: remove unused flag (328bab6)
- tsconfig: disable removeComments flag (30cc24e), closes #117
- webpack-server: source-map-support is now optional (7996d82), closes #43
- assets-size: print brotli size when possible (d744fa4), closes #114
- config: check passed settings (7653a90)
- webpack: add bundle-analyze command (705d87e), closes #115
9.2.0 (2020-06-15)
- client: disable brotli on node < 10 (fc274f9)
- client: add brotli support (062e42c)
9.1.0 (2020-06-03)
- postcss.config.js: add docs, export theme setting from app-configs (7a367c4)
- postcss.config.js: fix and simplify theme setting (bed0cab)
9.0.4 (2020-06-02)
- tsconfig: allow import json modules (45e5c07)
- docker-build: fetch registry from args (79bac18)
9.0.3 (2020-05-25)
9.0.2 (2020-05-19)
- add newclick-composite-components to whitelist (ff6c1f8)
9.0.1 (2020-04-27)
- webpack-client: work with array-style webpack configs correctly (6f8c912)
9.0.0 (2020-04-20)
- config: use node 12 as default base image (cc8ef06)
8.5.1 (2020-04-16)
- css vars theming (1c8029b)
8.5.0 (2020-04-01)
8.4.0 (2020-03-23)
- update babel version (5f7d508)
- conf: disable allowJs rule (49cfc56)
8.3.4 (2020-03-06)
8.3.3 (2020-03-06)
8.3.2 (2020-03-04)
- nginx.conf.template: updated rule for request's max body size (5364789)
- add .editorconfig (c0238d4)
- change some rules in .editorconfig (cae471b)
- update @babel/preset-env, remove usless deps (10b9993)
- update yarn.lock (889fbf0)
8.3.1 (2020-03-04)
- add .editorconfig (c0238d4)
- change some rules in .editorconfig (cae471b)
- update @babel/preset-env, remove usless deps (10b9993)
- update yarn.lock (889fbf0)
8.3.0 (2020-02-11)
8.2.6 (2020-02-05)
- hotfix, according latest webpack dev server docs (268a6fc)
8.2.5 (2020-02-05)
8.2.4 (2020-02-05)
- use react dev utils for css modules (35c4329)
8.2.3 (2020-02-02)
- fix regexp to exclude test files outside of src dir (8a8729b)
8.2.2 (2020-01-28)
8.2.1 (2020-01-17)
- jest-config: fix test files regexp (d208b34)
8.2.0 (2020-01-16)
- config: change assets RegExp in proxy (3321833)
- config: use publicPath config property for assets path (61f7a83)
- dev-server: make correct method startWith -> startsWith (cf91a62)
- babel: add optional chaining and nullish coalescing support (8fa3211)
- ci: add yarn cache (17ff911)
- jest: dynamic pass paths from tsconfig for aliases (cfaed8f)
- jest: make more correct title for some variables (28766c6)
8.1.1 (2020-01-14)
- config: change assets RegExp in proxy (3321833)
- config: use publicPath config property for assets path (61f7a83)
- dev-server: make correct method startWith -> startsWith (cf91a62)
- ci: add yarn cache (17ff911)
- jest: dynamic pass paths from tsconfig for aliases (cfaed8f)
- jest: make more correct title for some variables (28766c6)
8.1.0 (2020-01-13)
- config: change assets RegExp in proxy (3321833)
- config: use publicPath config property for assets path (61f7a83)
- ci: add yarn cache (17ff911)
- jest: dynamic pass paths from tsconfig for aliases (cfaed8f)
- jest: make more correct title for some variables (28766c6)
8.0.0 (2019-12-24)
- changed commitlint settings (50a6a39)
- deleted baseUrl (95158e3)
- deleted commitlint as dep (c83af3e)
- reintaling husky (46f955c)
- removed recursive symlink (f1b6459)
- returned proccess.argv (9199bb8)
- trying fix build (7c2e76b)
7.0.0 (2019-12-05)
6.0.3 (2019-12-04)
6.0.2 (2019-12-04)
- allow override scripts settings by env (172dc48)
6.0.1 (2019-11-27)
- fix css modules loader (77cdcb3)
6.0.0 (2019-11-27)
- use css modules naming convention (836670a)
5.6.2 (2019-11-14)
5.6.1 (2019-10-02)
5.6.0 (2019-09-13)
- additional build path (5cc67c9)
5.5.0 (2019-08-22)
- add css modules support for *.pcss files (f927623)
5.4.0 (2019-06-28)
- client: remove unused measureFileSizesBeforeBuild call (de0c68a)
5.3.0 (2019-06-27)
5.2.0 (2019-06-25)
- webpack.client.prod: use TerserPlugin for minimization (425adeb)
5.1.0 (2019-05-30)
5.0.0 (2019-04-25)
- postinstall: more obvious error messages on symlink creation issues (0e348c1)
- synchronized contents of archive build with contents of docker build (97a1fa2)
- webpack: remove React ProvidePlugin (01e6b5a)
4.2.6 (2019-02-28)
- remove toLowerCase() call on argValue from docker-build (6ee433c)
4.2.5 (2019-02-14)
- remove toLowerCase() call on argValue from docker-build (6ee433c)
4.2.4 (2019-01-23)
- test: Comment about skipped arguments added (ce555ce)
- test: Fixed argument handling to test provided files only (8711585)
4.2.3 (2019-01-17)
- webpack-dev-server: up version to 3.1.4 (0be5c9f)
4.2.2 (2019-01-10)
- dependencies: update webpack-dev-server (b7727c6)
4.2.1 (2018-12-26)
- postcss-config: change extensions for postcss-custom-media plugin (9e3a560)
4.2.0 (2018-12-18)
- docker-build: added ability to override dockerfile (76a3a3a)
4.1.2 (2018-12-10)
- client: correct base path for css extractor plugin (1195fa7)
4.1.1 (2018-12-06)
- provided default value for clientPolyfillsEntry when no arui-feather is installed (623593e)
- webpack-minimizer: update webpack, disable z-index optimize (f936b1b)
4.1.0 (2018-12-04)
- browserlist: forget dead browsers (926bc1d)
4.0.3 (2018-12-04)
- webpack.client: remove pathinfo from client prod build (c2d86a3)
4.0.2 (2018-11-23)
- move test to other directory, fix npmignore (73f93e4)
4.0.1 (2018-11-23)
- small review fixes (7888b6b)
- add
useTscLoader
flag, fix some problems with ts compilation (568f509) - migrate to webpack 4 (acbb30b)
3.0.0 (2018-11-14)
- webpack: ignore non-js require in node.js in node_modules (2de1ea7)
2.2.1 (2018-10-22)
- jest-preset: add testURL (374d924)
2.1.1 (2018-10-02)
- app-configs: typo in serverPort (72ea7e3)
2.1.0 (2018-09-28)
2.0.5 (2018-08-23)
- webpack-client-prod: keep keyframes names (fdd4298)
2.0.4 (2018-08-08)
- app-configs: fix baseDockerImage (0100b06)
2.0.3 (2018-08-06)
- changed octal value (40a9dfa)
2.0.2 (2018-08-06)
- remove erroneous commit (cda07da)
2.0.1 (2018-08-06)
- allow to pass options with 'arui-scripts' property (ae5f4ad)