23.0.0
This release brings upgrades to all common dependencies as well as a complete rewrite of the build system from Grunt to Gulp. This rewrite serves as an intermediate step before migrating from RequireJS to ECMA Script Modules, which will be the focus of the next major release.
See UPGRADE.md on instructions how to upgrade downstream projects.
What's Changed
- Upgrade project dependencies by @pavelhoral in #17
- Switch from grunt to gulp for more flexible build by @pavelhoral in #18
- Rewrite project to single module Maven with NPM workspaces by @pavelhoral in #21
- Replace bootstrap related local libraries with npm dependencies by @krausvo1 in #22
- Rebrand modules to wrensec-ui. by @minnoroth in #23
- Replace local dependencies with NPM. by @minnoroth in #24
- Upgrade dependencies. by @minnoroth in #25
- Introduce shared build methods by @pavelhoral in #26
- Upgrade lodash and bring back underscore by @pavelhoral in #27
- Resolve security issues reported by npm audit by @pavelhoral in #28
- Upgrade i18next to the newest version. by @pavelhoral in #29
- Upgrade puppeteer and fix GH action config. by @pavelhoral in #30
- Fix i18next interpolation. by @karelmaxa in #31
- Fix Lodash upgrade. by @karelmaxa in #32
- Improve script transpilation configuration by @pavelhoral in #33
New Contributors
- @pavelhoral made their first contribution in #17
- @krausvo1 made their first contribution in #22
- @karelmaxa made their first contribution in #31
Full Changelog: 22.1.2...23.0.0