mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-29 10:57:52 +00:00
* Releases updated version of datahub-web client UI code * Fix typo in yarn lock * Change yarn lock to match yarn registry directories * Previous commit missed some paths * Even more changes to yarnlock missing in previous commit * Include codegen file for typings * Add files to get parity for datahub-web and current OS datahub-midtier * Add in typo fix from previous commit - change to proper license * Implement proper OS fix for person entity picture url * Workarounds for open source DH issues * Fixes institutional memory api and removes unopensourced tabs for datasets * Fixes search dataset deprecation and user search issue as a result of changes * Remove internal only options in the avatar menu
1.3 KiB
1.3 KiB
Changelog
All changes to the this project will be documented here.
Types of Changes
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.
The format is based on Keep a Changelog and this project does not adhere to Semantic Versioning.
[2018-11-05]
Added
- 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
Changed
- Reorganized dependent packages and removed yarn.lock files consistent with previous changes for Yarn Workspaces
[2018-11-05]
Added
- 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.