Skip to content

Commit ce36eb9

Browse files
authored
Merge pull request #174 from Appsilon/develop
Update online docs
2 parents 0694c1f + 29feefe commit ce36eb9

File tree

95 files changed

+14836
-1043
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+14836
-1043
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
^_pkgdown\.yml$
12
^codecov\.yml$
23
^\.travis\.yml$
34
^.*\.Rproj$

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
5252
sudo -s eval "$sysreqs"
5353
54+
- name: Install vctrs
55+
if: runner.os == 'Windows'
56+
run: Rscript -e "remotes::install_cran('vctrs')"
57+
5458
- name: Install dependencies
5559
run: Rscript -e "library(remotes)" -e "update(readRDS('depends.Rds'))" -e "remotes::install_cran('rcmdcheck')"
5660

CHANGELOG.md

+22-11
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,30 @@ All notable changes to this project will be documented in this file.
33

44
## [0.3.0]
55

6-
- Migrate to fomantic 2.8.3
6+
### Added
77

8-
- checkbox_ui was completely removed. Use simple_checkbox instead.
8+
- added semantic modal
99

10-
- slider_input was removed
10+
- added calendar
1111

1212
- shiny.custom.semantic.cdn options introduced to get dependencies from custom location.
1313

14-
- added semantic modal
14+
### Changed
15+
16+
- Migrate to fomantic 2.8.3
17+
18+
- checkbox_ui was completely removed. Use simple_checkbox instead.
1519

1620
- updated slider
1721

18-
- added calendar
22+
### Removed
23+
24+
- slider_input was removed
1925

2026
## [0.2.4]
27+
2128
### Added
29+
2230
- shiny.custom.semantic.cdn options introduced to get dependencies from custom location.
2331

2432
## [0.1.2]
@@ -68,11 +76,14 @@ All notable changes to this project will be documented in this file.
6876

6977
- Fixed suspendWhenHidden problem with tabset.
7078

71-
## Removed
79+
### Removed
7280

7381
- Deleted repetition of dropdown_choice function
7482

75-
## [0.1.1] - 2017-05-29
83+
## [0.1.1]
84+
85+
*2017-05-29*
86+
7687
### Added
7788

7889
- Show pointer when hovering over tabset menu items.
@@ -94,7 +105,10 @@ All notable changes to this project will be documented in this file.
94105
- Lexical changes in description section.
95106

96107

97-
## [0.1.0] - 2016-12-05
108+
## [0.1.0]
109+
110+
*2016-12-05*
111+
98112
### Added
99113

100114
- First version of API.
@@ -108,6 +122,3 @@ All notable changes to this project will be documented in this file.
108122
- Basic text input.
109123

110124
- Enable updateTextInput for shiny inputs.
111-
112-
[Unreleased]: https://github.com/Appsilon/shiny.semantic/compare/0.1.0...HEAD
113-
[0.1.0]: https://github.com/Appsilon/shiny.semantic/compare/a4987aa4588cab0e511519b2a60f738e8fa5d01a...0.1.0

0 commit comments

Comments
 (0)