olayway
f6e7e1f01a
[remark-wiki-link/eslintrc][xs]:adjst ignorePatterns
2023-06-07 11:38:34 +02:00
olayway
73d10e9771
[remark-embed][s]: rename to @portaljs/remark-embed
2023-06-07 11:38:34 +02:00
olayway
7303a492fe
[remark-embed][xs]: rm publish targets
2023-06-07 11:38:34 +02:00
olayway
c02f7c4a02
[remark-embed/jest.config][xs]: rm unknown option coverageDirectory
2023-06-07 11:38:34 +02:00
olayway
90d736a895
[remark-callouts][s]: rm pubish targets and adjst build executor
2023-06-07 11:38:34 +02:00
olayway
e25f1f2cd2
[remark-callouts][xs]: adjst fields in package.json
2023-06-07 11:38:34 +02:00
olayway
93f5316bd4
[package.json][s]: install missing deps
2023-06-07 11:38:34 +02:00
olayway
a02d9dc1d7
[remark-callouts/project.json][xs]: adjst test pattern
2023-06-07 11:38:34 +02:00
olayway
395e072ee5
[packages][m]: mv @flowershow/remark-embed here
2023-06-07 11:38:34 +02:00
olayway
e32332ac84
[packages][m]: mv @flowershow/remark-wiki-link here
2023-06-07 11:38:34 +02:00
olayway
ee6812974d
[packages][m]: mv @flowershow/remark-wiki-link here
2023-06-07 11:38:34 +02:00
olayway
c61a2db628
[core/project.json][xs]: rm publish targets
2023-06-07 11:38:34 +02:00
olayway
0710955032
[core/.eslintrc][xs]: adjust ignorePatterns
2023-06-07 11:38:34 +02:00
olayway
6b040b0ca1
[packages.json][s]:use same version for all nrwl packages
2023-06-07 11:38:34 +02:00
olayway
46017e407c
[core/package.json][xs]: install core-js
2023-06-07 11:38:34 +02:00
olayway
b9d94df990
[core/jest.config][xs]: rm coverageDirectory
2023-06-07 11:38:34 +02:00
olayway
22b57ae46f
[core/tsconfig][xs]: rm extends
2023-06-07 11:38:34 +02:00
olayway
af6957e173
[core/package.json][s]: fix mermaid versions
2023-06-07 11:38:34 +02:00
olayway
9aaeb559c4
[packages/core][xs]:replace deprecated rollup executor
2023-06-07 11:38:34 +02:00
olayway
e44e19737d
[package.json][xs]: setup npm workspaces
2023-06-07 11:38:31 +02:00
olayway
772447df11
[packages/core][xs]: rename to @portaljs/core
2023-06-07 11:37:17 +02:00
olayway
9ef5d52497
[packages][m]: mv @flowershow/core package here
2023-06-07 11:37:17 +02: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