Skip to content

Commit e0b54ef

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-02-12) ### Bug Fixes * **package.json:** repo link ([d333ea0](d333ea0)) * versions + other package.json issues ([4715543](4715543)) * **package.json:** version ([9c12a58](9c12a58)) * **README:** add ceramic link ([b8cf09a](b8cf09a)) * [@typescript-eslint](https://github.com/typescript-eslint) ([c2e2a94](c2e2a94)) * add better basicProfile support ([0be52f6](0be52f6)) * add better status pill colors for anchor status + tooltips ([38356f7](38356f7)) * add circleci ([94bb7c9](94bb7c9)) * add connecting spinner + save button ([45f8ff0](45f8ff0)) * add logo and light mode styling fixes ([da9012d](da9012d)) * add portis support + remove other unnecessary providers ([52645ec](52645ec)) * add self-id link + ellispis did ([bda1e5a](bda1e5a)) * add updating doc + currentCommits on 30s interval ([c8b824e](c8b824e)) * allow edit unless user is allowed ([4f20e9e](4f20e9e)) * change history title to commit history + fix schema title ([8551128](8551128)) * dont lint for now on npm test ([8aa5277](8aa5277)) * error with tooltip ([d2746ae](d2746ae)) * extract service urls to env variables ([3d7fcf0](3d7fcf0)) * get more things working, refactor commit picker a bit ([a1a845a](a1a845a)) * handle schema change better ([69a3efd](69a3efd)) * input background colours ([27f0a60](27f0a60)) * lint command ([913c834](913c834)) * linting ([8818f32](8818f32)) * no text transform on profile button ([60eccbd](60eccbd)) * only use schema content for state var ([0f57a58](0f57a58)) * possibly undefined documentID ([9025e44](9025e44)) * remove change listening for now ([766086e](766086e)) * remove unused provider code + fix cache ([8fd6bc7](8fd6bc7)) * selectedCommit + updating document ([9a2dc7f](9a2dc7f)) * theme colours ([91a27f1](91a27f1)) * update polling interval ([ac47b0c](ac47b0c)) * updating with force ([16c199d](16c199d)) * use raw schemaStateJSON to watch and pass to monaco ([b69efd6](b69efd6)) ### Features * add document on change updating ([a809892](a809892)) * add router ([bfccd39](bfccd39)) * edit schema ([b36f399](b36f399))
1 parent d333ea0 commit e0b54ef

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# 1.0.0 (2021-02-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **package.json:** repo link ([d333ea0](https://github.com/xops/documint/commit/d333ea0f23ff7fc758de603185eb9e99ed0ced55))
7+
* versions + other package.json issues ([4715543](https://github.com/xops/documint/commit/4715543a74c9e745b83f661005101af2869f9883))
8+
* **package.json:** version ([9c12a58](https://github.com/xops/documint/commit/9c12a589d624bb73a3a0f31cf726bf330fe80d21))
9+
* **README:** add ceramic link ([b8cf09a](https://github.com/xops/documint/commit/b8cf09aa56e98237f7bec2398f7831d34613af8f))
10+
* [@typescript-eslint](https://github.com/typescript-eslint) ([c2e2a94](https://github.com/xops/documint/commit/c2e2a94e5598bc7d83a749530b9065c51767c3a5))
11+
* add better basicProfile support ([0be52f6](https://github.com/xops/documint/commit/0be52f6273cf90e279b2cfdd832a266280867e99))
12+
* add better status pill colors for anchor status + tooltips ([38356f7](https://github.com/xops/documint/commit/38356f7e5ff28b7b981359eef69dde91ef751c66))
13+
* add circleci ([94bb7c9](https://github.com/xops/documint/commit/94bb7c9a3a7a877f0396e7da0a582093d488b030))
14+
* add connecting spinner + save button ([45f8ff0](https://github.com/xops/documint/commit/45f8ff0bda7fe74ad6aad6b7281913392f2bd3f4))
15+
* add logo and light mode styling fixes ([da9012d](https://github.com/xops/documint/commit/da9012d15fee5ba112c3e711f734c0dfd9a6a647))
16+
* add portis support + remove other unnecessary providers ([52645ec](https://github.com/xops/documint/commit/52645ecbe0e385f2093c1d465351b98da07ccd90))
17+
* add self-id link + ellispis did ([bda1e5a](https://github.com/xops/documint/commit/bda1e5aa25e3259f2ca66899cdde0054f1a36928))
18+
* add updating doc + currentCommits on 30s interval ([c8b824e](https://github.com/xops/documint/commit/c8b824ea94f1b9f2ef145fa6fa4924f3bc27add9))
19+
* allow edit unless user is allowed ([4f20e9e](https://github.com/xops/documint/commit/4f20e9e374841f41da0a6c422e945895e5dc2dbb))
20+
* change history title to commit history + fix schema title ([8551128](https://github.com/xops/documint/commit/8551128a3a12581e6c4b439804e8edf98efc376e))
21+
* dont lint for now on npm test ([8aa5277](https://github.com/xops/documint/commit/8aa5277fed0ee71800daeac837ca0eeb0d5ea7e0))
22+
* error with tooltip ([d2746ae](https://github.com/xops/documint/commit/d2746ae2fce86a39fc63db10cf9df99ea3f70763))
23+
* extract service urls to env variables ([3d7fcf0](https://github.com/xops/documint/commit/3d7fcf08791b1e929d40b9e849e7027af99d2f44))
24+
* get more things working, refactor commit picker a bit ([a1a845a](https://github.com/xops/documint/commit/a1a845a3d32d72facde67ade9b65e184d4404008))
25+
* handle schema change better ([69a3efd](https://github.com/xops/documint/commit/69a3efd466864f410dea266bc56ff9727c252258))
26+
* input background colours ([27f0a60](https://github.com/xops/documint/commit/27f0a603bf30ab87b8b4f522a487155067a7907e))
27+
* lint command ([913c834](https://github.com/xops/documint/commit/913c834a0b247c6b5ec32be0eec2c2a0ad952ef3))
28+
* linting ([8818f32](https://github.com/xops/documint/commit/8818f329e00c19edbf1ffa3092e4aff3d1ef8a31))
29+
* no text transform on profile button ([60eccbd](https://github.com/xops/documint/commit/60eccbde773405a364bdb30c52f0cade5d7c10b0))
30+
* only use schema content for state var ([0f57a58](https://github.com/xops/documint/commit/0f57a581ac22a24672f3372c2ae3ccc0fc38ef53))
31+
* possibly undefined documentID ([9025e44](https://github.com/xops/documint/commit/9025e44796979a0d60214f7075e33c69e4a753e0))
32+
* remove change listening for now ([766086e](https://github.com/xops/documint/commit/766086e5dfa03a4d888914873b35699f616dcae8))
33+
* remove unused provider code + fix cache ([8fd6bc7](https://github.com/xops/documint/commit/8fd6bc77297568fee07e5573ae6f353270ded581))
34+
* selectedCommit + updating document ([9a2dc7f](https://github.com/xops/documint/commit/9a2dc7fd1f793d3eb71aac3567cb7d21a4021bdd))
35+
* theme colours ([91a27f1](https://github.com/xops/documint/commit/91a27f154d19b2ff0ff12e307950703403d02e75))
36+
* update polling interval ([ac47b0c](https://github.com/xops/documint/commit/ac47b0c5291daa623db2416dabbdbb50454bdce3))
37+
* updating with force ([16c199d](https://github.com/xops/documint/commit/16c199d1d106ae7ba60396c6faff4cbaa811ca2a))
38+
* use raw schemaStateJSON to watch and pass to monaco ([b69efd6](https://github.com/xops/documint/commit/b69efd6cbf6daa7488e8e49a58f051855f795cdd))
39+
40+
41+
### Features
42+
43+
* add document on change updating ([a809892](https://github.com/xops/documint/commit/a80989241b06bf395c122df2d5005ab99a63d120))
44+
* add router ([bfccd39](https://github.com/xops/documint/commit/bfccd39f2b8836396902e161f6c11abd177f8591))
45+
* edit schema ([b36f399](https://github.com/xops/documint/commit/b36f399c8c83ad1c14aae7351fec4b2c7cacb227))

0 commit comments

Comments
 (0)