ariadne_view_components 0.0.21-x64-mingw-ucrt → 0.0.23-x64-mingw-ucrt
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +24 -6
- data/README.md +2 -2
- data/app/assets/javascripts/ariadne_view_components.js +1 -1
- data/app/assets/javascripts/ariadne_view_components.js.map +1 -1
- data/app/components/ariadne/comment_component.html.erb +2 -2
- data/app/components/ariadne/comment_component.rb +1 -3
- data/app/components/ariadne/image_component.rb +1 -1
- data/app/components/ariadne/pill_component.rb +1 -1
- data/app/components/ariadne/rich-text-area-component.ts +2 -1
- data/app/components/ariadne/rich_text_area_component.rb +1 -1
- data/app/components/ariadne/tab_container_component.erb +1 -1
- data/app/components/ariadne/tab_container_component.rb +1 -1
- data/lib/ariadne/view_components/version.rb +1 -1
- data/lib/tasks/docs.rake +10 -4
- data/lib/yard/docs_helper.rb +9 -2
- data/static/arguments.yml +34 -34
- data/static/classes.yml +2 -4
- data/static/constants.json +4 -4
- metadata +2 -3
- data/lib/tasks/custom_utilities.yml +0 -310
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 211865b07df119bc5f146a26a2c9066a5e20af46f6c06f216f5a31ca536ff67d
|
4
|
+
data.tar.gz: e9bffc0efb3b7668187a6fab5df11131a2ae8e8bd6d45b918675bcd17b34ab6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27cf6ca5d9ae0b00fcf5b8a1b8a6d4bcfb9f71024979dc83125970f69bde849b95b33939fc854571491386578ea48a98c71c4a8d9229e4d11e4f320efb4fbd87
|
7
|
+
data.tar.gz: 4a718968f408d929861b9d5a48babefb8e5581df35ae8509332ca11b81fb68f90592429f0daa43fc195ee42021812b203540168e09fa70302025ff626dd3567e
|
data/CHANGELOG.md
CHANGED
@@ -2,7 +2,25 @@
|
|
2
2
|
|
3
3
|
## [Unreleased](https://github.com/yettoapp/ariadne/tree/HEAD)
|
4
4
|
|
5
|
-
[Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.
|
5
|
+
[Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.22...HEAD)
|
6
|
+
|
7
|
+
**Merged pull requests:**
|
8
|
+
|
9
|
+
- How docs got their groove back [\#24](https://github.com/yettoapp/ariadne/pull/24) ([gjtorikian](https://github.com/gjtorikian))
|
10
|
+
- quality of life updates [\#23](https://github.com/yettoapp/ariadne/pull/23) ([birdcar](https://github.com/birdcar))
|
11
|
+
|
12
|
+
## [0.0.22](https://github.com/yettoapp/ariadne/tree/0.0.22) (2022-10-13)
|
13
|
+
|
14
|
+
[Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.21...0.0.22)
|
15
|
+
|
16
|
+
**Merged pull requests:**
|
17
|
+
|
18
|
+
- pill component updates [\#22](https://github.com/yettoapp/ariadne/pull/22) ([birdcar](https://github.com/birdcar))
|
19
|
+
- Restyle the comment component [\#21](https://github.com/yettoapp/ariadne/pull/21) ([birdcar](https://github.com/birdcar))
|
20
|
+
|
21
|
+
## [0.0.21](https://github.com/yettoapp/ariadne/tree/0.0.21) (2022-10-12)
|
22
|
+
|
23
|
+
[Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.20...0.0.21)
|
6
24
|
|
7
25
|
**Merged pull requests:**
|
8
26
|
|
@@ -23,15 +41,15 @@
|
|
23
41
|
|
24
42
|
## [0.0.18](https://github.com/yettoapp/ariadne/tree/0.0.18) (2022-10-07)
|
25
43
|
|
26
|
-
[Full Changelog](https://github.com/yettoapp/ariadne/compare/
|
44
|
+
[Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.17...0.0.18)
|
27
45
|
|
28
|
-
## [
|
46
|
+
## [0.0.17](https://github.com/yettoapp/ariadne/tree/0.0.17) (2022-10-05)
|
29
47
|
|
30
|
-
[Full Changelog](https://github.com/yettoapp/ariadne/compare/
|
48
|
+
[Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.17...0.0.17)
|
31
49
|
|
32
|
-
## [
|
50
|
+
## [v0.0.17](https://github.com/yettoapp/ariadne/tree/v0.0.17) (2022-10-05)
|
33
51
|
|
34
|
-
[Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.16...
|
52
|
+
[Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.16...v0.0.17)
|
35
53
|
|
36
54
|
## [0.0.16](https://github.com/yettoapp/ariadne/tree/0.0.16) (2022-10-04)
|
37
55
|
|
data/README.md
CHANGED
@@ -63,9 +63,9 @@ See [the documentation on testing](./docs/content/testing.md).
|
|
63
63
|
|
64
64
|
### Generating Documentation and Lookbook
|
65
65
|
|
66
|
-
Run `script/
|
66
|
+
Run `script/docs_doctocat_lookbook` to get a build of the documentation running at `localhost:5300`. The documentation comes from the YARD comments, and all of the markdowns files in `./docs`. The TOC navigation is defined in `docs/src/@primer/gatsby-theme-doctocat/nav.yml`, and new entries are created automatically for you after you run `script/generate_component`.
|
67
67
|
|
68
|
-
|
68
|
+
A [Lookbook](https://github.com/allmarkedup/lookbook) site is also running on `localhost:4000`. You can also choose to run Lobook separately via the `script/lookbook` command.
|
69
69
|
|
70
70
|
For more information on writing documentation and presenting the components via Loobook, [here's more information](./docs/content/documentation.md)
|
71
71
|
|