2542 Commits

Author SHA1 Message Date
olayway
247b2412d6 [core][xs]: specify folder to publish 2023-06-07 15:04:41 +02:00
olayway
1ad9b85e02 [package.json][s]: add building to prerelease 2023-06-07 13:56:32 +02:00
Ola Rubaj
af134cac8b
Integrate flowershow packages (#923)
* [packages][m]: mv @flowershow/core package here

* [packages/core][xs]: rename to @portaljs/core

* [package.json][xs]: setup npm workspaces

* [packages/core][xs]:replace deprecated rollup executor

* [core/package.json][s]: fix mermaid versions

* [core/tsconfig][xs]: rm extends

* [core/jest.config][xs]: rm coverageDirectory

* [core/package.json][xs]: install core-js

* [packages.json][s]:use same version for all nrwl packages

* [core/.eslintrc][xs]: adjust ignorePatterns

* [core/project.json][xs]: rm publish targets

* [packages][m]: mv @flowershow/remark-wiki-link here

* [packages][m]: mv @flowershow/remark-wiki-link here

* [packages][m]: mv @flowershow/remark-embed here

* [remark-callouts/project.json][xs]: adjst test pattern

* [package.json][s]: install missing deps

* [remark-callouts][xs]: adjst fields in package.json

* [remark-callouts][s]: rm pubish targets and adjst build executor

* [remark-embed/jest.config][xs]: rm unknown option coverageDirectory

* [remark-embed][xs]: rm publish targets

* [remark-embed][s]: rename to @portaljs/remark-embed

* [remark-wiki-link/eslintrc][xs]:adjst ignorePatterns

* [package.json][xs]: install missing deps

* [remark-wiki-link/test][xs]:specify format

- also temporarily force any type on htmlExtension

* [remark-wiki-link/README][xs]: replace @flowershow with @portaljs

* [remark-wiki-link][xs]:rm old changelog

* [remark-wiki-link][xs]: adjst package.json

* [remark-wiki-link/project.json][xs]: rm publish targets

* [core][s]: rm old changelog

* [core/README][xs]:correct scope name

* [remark-callouts/README][xs]: add @portaljs to pckg name

* [remark-embed/README][xs]: add @portaljs to pckg name

* [package-lock.json][xs]: refresh after rebasing on main
@portaljs/core@1.0.0 @portaljs/remark-callouts@1.0.0 @portaljs/remark-embed@1.0.0 @portaljs/remark-wiki-link@1.0.0
2023-06-07 07:21:00 -03:00
github-actions[bot]
0b8c56bcac
Version Packages (#934)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@portaljs/components@0.1.9
2023-06-06 22:33:32 -03:00
Luccas Mateus de Medeiros Gomes
20c64222c1 [examples/openspending][xs] - fix styling 2023-06-06 21:59:21 -03:00
João Demenech
683159da02
@portaljs/components improvements (#933)
* [#912,@portaljs/components][s]: create LoadingSpinner component and add that to <Table /> when using the URL parameter

* [#912,@portaljs/components][m]: refactor LineChart and add more params

* [#912,@portaljs/components][m]: possibly fixes 'loading...' size on FlatUiTable on Firefox

* [@portaljs/components][xs]: add storybook-static to .gitignore

* Add changeset
2023-06-06 21:21:31 -03:00
Luccas Mateus de Medeiros Gomes
c0681fdc7f [examples][m] - update examples to use new package version 2023-06-06 13:51:41 -03:00
Luccas Mateus de Medeiros Gomes
ec1910e016 [packages/components][xs] - update version 2023-06-06 13:02:39 -03:00
Luccas Mateus
fc70f6ec66
[examples/openspending][lg] - adding drd support (#928)
* [examples/openspending][lg] - adding drd support

* [examples/openspending][sm] - add data stories to header
2023-06-06 12:58:54 -03:00
João Demenech
8e4428e2f8
github-backed-catalog: improve documentation (#925)
* [examples/github-backed-catalog][m]: improve documentation

* [examples/github-backed-catalog][m]: add info about editing the deployment created on Vercel
2023-06-06 07:28:51 -03:00
github-actions[bot]
1292350aac
Version Packages (#926)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-06 07:26:45 -03:00
João Demenech
e4da3ed672
Merge pull request #924 from datopian/fix-redeclaration-of-formal-parameter-error
[packages/components][m] - fix error on build
2023-06-05 16:22:09 -03:00
Luccas Mateus de Medeiros Gomes
959fe5a588 [packages/components][m] - fix error on build 2023-06-05 14:23:57 -03:00
João Demenech
7a46a6732b [examples/openspending,footer,#897][s]: add PortalJS logo to the footer 2023-06-05 13:13:39 -03:00
Ola Rubaj
688db3e6a6
Changesets setup + auto-publish to npm (#922)
Closes #905 

## Summary

This PR sets up changesets with the aim to simplify the process of documenting changes committed to the codebase, as well as automating versioning packages and publishing them to npm.

## Changes
- initialised [changesets](https://github.com/changesets/changesets) in the repository
- (separately from this PR) installed [changesets bot](https://github.com/apps/changeset-bot) in the repository (it will check if a submitted PR includes a changeset file and inform if found or not)
- added `.github/workflows/release.yml`: The workflow creates a PR with version bumps and related changelog
files' updates, each time a commit containing changeset
file(s) is added to the main branch. After merging this auto-generated PR, this workflow will also auto-publish the released packages to npm and add git tags.
- added the following scripts to the root `package.json`:
  - `changeset`: should be run to generate changeset files, that describe changes made to the code,
  - `prerelease`: runs linting and testing on packages affected by the changes in a PR
  - `release`: runs `changeset publish` and is used by the `release` workflow then the above-mentioned auto-generated PR is merged to the main branch
2023-06-05 17:41:37 +02:00
João Demenech
fa642d8914 [examples/learn,docs][xs]: fix typo 2023-06-02 18:59:04 -03:00
João Demenech
c80b283201 [examples/learn,docs,#910][m]: add conclusions at the end of each tutorial, add page title to each tutorial page, fix hydration error re modified metadata field 2023-06-02 18:52:56 -03:00
Luccas Mateus de Medeiros Gomes
95fd8e72df [examples/openspending][sm] - 5mb to 500kb on preview 2023-06-02 09:38:13 -03:00
João Demenech
e50c76090c [examples/openspending][xs]: make year be displayed in UUTC timezone on DatasetCard 2023-06-01 15:39:15 -03:00
Luccas Mateus de Medeiros Gomes
70012d7c03 [examples/538][m] - added GA 2023-06-01 10:50:59 -03:00
Luccas Mateus de Medeiros Gomes
024c06d9cd [examples/538][xs] - change read more link 2023-06-01 10:41:43 -03:00
Luccas Mateus de Medeiros Gomes
35668c069e [examples/538][xs] - change order of datasets 2023-06-01 10:36:04 -03:00
Luccas Mateus de Medeiros Gomes
2500779499 [examples/538][m] - changes requested by anu 2023-06-01 10:30:17 -03:00
João Demenech
fc8eb95dbc
Open Spending: minor improvements (#918)
* [examples/openspending][xs]: center align footer and make file previews wider

* Run prettier

---------

Co-authored-by: deme <deme@deme>
2023-06-01 10:19:39 -03:00
Anuar Ustayev (aka Anu)
45089419da
Merge pull request #917 from datopian/fivethirtyeight-v0.2
[examples/538][m] - v0.2
2023-06-01 20:17:04 +07:00
Luccas Mateus de Medeiros Gomes
837a2d3d7a [examples/538][xs] - fix scroll 2023-06-01 09:30:48 -03:00
Luccas Mateus de Medeiros Gomes
37e36539ec [examples/538][m] - v0.2 2023-05-31 13:55:11 -03:00
Luccas Mateus
14974edcbf
[examples/openspending] - openspending v0.2 (#907)
* [examples/openspending] - openspending v0.2

* [examples/openspending][m] - fix build

* [examples/openspending][xs] - fix build

* [examples/openspending][xs] - add prebuild step

* [examples/openspending][m] - fix requested by demenech

* [examples/openspending][sm] - remove links + fix bug
2023-05-30 20:22:58 -03:00
Luccas Mateus de Medeiros Gomes
cb7d801968 [examples/turing][xs] - add more stuff to readme 2023-05-29 07:59:39 -03:00
Ola Rubaj
8fd9f00cfa
Blog post announcing our first MarkdownDB tutorial (#903)
* [site/content/blog][s]: markdowndb basics tutorial
2023-05-26 15:28:24 +02:00
deme
7696f43ff9 Merge branch 'main' of github.com:datopian/portal.js into main 2023-05-26 08:33:06 -03:00
deme
c4f447668a [examples/learn][xl]: temporarily move portaljs into learn to fix prod build 2023-05-26 08:32:48 -03:00
Anuar Ustayev (aka Anu)
b9cf1bad44
[docs][xs]: improved the title of the docs about ckan backed data portal. 2023-05-26 11:38:33 +06:00
João Demenech
a3788c7d19
Atualizar o index.md 2023-05-25 23:01:43 -03:00
deme
3a7d166c59 [examples/github-backed-catalog][m]: add datapackage 2023-05-25 21:14:43 -03:00
deme
68fa745066 Merge branch 'main' of github.com:datopian/portal.js into main 2023-05-25 14:50:51 -03:00
deme
cc50ba6223 [site,tutorial,ckan][xs]: fix typo 2023-05-25 14:50:35 -03:00
Luccas Mateus de Medeiros Gomes
3b9147bdbe [examples/github-backed-catalog][lg] - add rich data stories 2023-05-25 14:34:07 -03:00
Luccas Mateus de Medeiros Gomes
9af90ec906 [examples/ckan][xs] - fix build 2023-05-25 14:33:45 -03:00
deme
efa8732e55 [hackathon][m]: improve ckan example 2023-05-25 14:20:05 -03:00
Luccas Mateus de Medeiros Gomes
360af236e8 [examples/ckan][xs] - fix build 2023-05-25 13:56:54 -03:00
Luccas Mateus de Medeiros Gomes
f5541b5098 [examples/ckan][m] - added cors proxy + content folder + drd 2023-05-25 13:46:39 -03:00
Luccas Mateus de Medeiros Gomes
0f1d44ea61 [@portaljs/components][xs] - fix version 2023-05-25 13:30:23 -03:00
Luccas Mateus de Medeiros Gomes
de4c666f80 [@portaljs/components][m] - LineChart fix 2023-05-25 13:29:37 -03:00
Luccas Mateus de Medeiros Gomes
b1845dd2c9 [docs/examples][m] - new ckan example/blog/docs 2023-05-25 08:23:05 -03:00
Luccas Mateus de Medeiros Gomes
7849873582 [examples/openspending][m] - move back to old FlatUiTable 2023-05-24 14:35:50 -03:00
Luccas Mateus de Medeiros Gomes
58b4c1918f [éxamples] 2023-05-24 13:41:11 -03:00
Luccas Mateus de Medeiros Gomes
a2dd2dfbff [@portaljs/components][m] - add FlatUiTable component 2023-05-24 13:11:34 -03:00
Luccas Mateus de Medeiros Gomes
f22d8dc80c [examples/openspending][m] - openspending now uses @portaljs/components
The FlatUiTable component
2023-05-24 13:10:26 -03:00
Luccas Mateus de Medeiros Gomes
4dffc7aaa6 [examples/ckan-ssg][m] - use the @portaljs/ckan lib 2023-05-24 12:21:19 -03:00