All changes to the this project will be documented here.
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.
The format is based on Keep a Changelog and this project does not adhere to Semantic Versioning.
- Created new addon in nacho/ for user avatars
- Created new addon in nacho/ for dropdowns
- Created new addon in nacho/ for power select + lookup search
- Reorganized dependent packages and removed yarn.lock files consistent with previous changes for Yarn Workspaces
- Hoisted package dependencies to monorepo by letting lerna defer to Yarn Workspaces. However, some package bundlers are currently incompatible with dependencies being hoisted to the root of the monorepo, they assume that dependent modules reside under the application's node_modules folder during installation and runtime, which conflicts with Yarn Workspaces scheme. The nohoist feature helps to resolve this issue.
- Added a CHANGELOG.md file to packages and the monorepo root.