Skip to content

Commit

Permalink
preparing to release
Browse files Browse the repository at this point in the history
  • Loading branch information
M3nin0 authored May 23, 2022
1 parent 67a1dc9 commit b39be42
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changes

## Version 0.3.0 (2022-05-22)

- Package structure reorganized. With this change, the package is divided by component type, and for each type, there are the base components, their derivations, and thematic uses. For example, for table components, you have the following structure:
- `base`: Directory with the base components;
- `moldure`: Directory with derivations and junctions of the base components;
- `thematic`: Directory with components ready for use on the different pages of GEO Knowledge Hub.

- All components have been rewritten and improved. The following components are now available:
- Table for presenting Knowledge package-related resources. Its main features are:
- Indexing and searching data in the browser via [minisearch](https://www.npmjs.com/package/minisearch);
- Faceted search by resource type.
- Table to store external related works with sort support;
- Image carouse with lazy load and cache.

- Added tests for components;
- Introduction of Storybook as the development environment of the package;
- [Glider.js](https://nickpiscitelli.github.io/Glider.js/) removed. Now, the carousels are implemented using [pure-react-carousel](https://www.npmjs.com/package/pure-react-carousel).

## Version 0.2.1 (2022-05-09)

- Package renamed to `@geo-knowledge-hub/geo-components-react` using [scoped pattern](https://docs.npmjs.com/cli/v8/using-npm/scope)
Expand Down

0 comments on commit b39be42

Please sign in to comment.