Skip to content

Commit e1c8c8e

Browse files
author
Mattia Roccoberton
committed
Changelog update
1 parent c3fafdc commit e1c8c8e

3 files changed

Lines changed: 61 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
2+
# ActiveAdmin Blaze Theme
3+
4+
An ActiveAdmin theme based on Blaze CSS UI toolkit.
5+
6+
## v1.0.0 - 2022-04-18
7+
8+
- Set minimum Ruby version to 2.6.0
9+
- Enable Rails 7.0 specs support
10+
- Internal improvements
11+
12+
## v0.7.10 - 2022-02-06
13+
14+
- Remove Sassc runtime dependency
15+
- Avoid using `calc()` in some style properties
16+
- Minor internal changes
17+
18+
## v0.7.8 - 2021-09-14
19+
20+
- Import some extra styles for Roboto font to improve the appearance
21+
22+
## v0.7.6 - 2021-06-06
23+
24+
- Fix button styles for has_many outside inputs blocks
25+
- Minor internal changes
26+
- Move some dependencies from gemspec to Gemfile
27+
- Specs structure improvements
28+
29+
## v0.7.4 - 2021-05-11
30+
31+
- Update Blaze CSS to version 3.6.3
32+
- The Blaze update also fix some issues with the accordion
33+
- Internal gem improvements
34+
35+
## v0.7.0 - 2021-05-10
36+
37+
- Add Webpacker support (experimental)
38+
39+
## v0.6.2 - 2021-03-21
40+
41+
- Fix blaze toggle widget
42+
- Update dependencies to test on Rails 6.1
43+
44+
## v0.6.0 - 2020-10-18
45+
46+
- Update Blaze CSS framework (9.2.0)
47+
- Split in style partials
48+
49+
## v0.5.16 - 2020-10-17
50+
51+
- Add minimum specs
52+
- Add Rubocop
53+
54+
## v0.5.14 - 2020-09-04
55+
56+
- Support ActiveAdmin 2.X

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
[![gem version](https://badge.fury.io/rb/activeadmin_blaze_theme.svg)](https://badge.fury.io/rb/activeadmin_blaze_theme)
33
[![gem downloads](https://badgen.net/rubygems/dt/activeadmin_blaze_theme)](https://rubygems.org/gems/activeadmin_blaze_theme)
44
[![linters](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/linters.yml/badge.svg)](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/linters.yml)
5-
[![specs Rails 6.0](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails6.0.yml/badge.svg)](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails6.0.yml)
65
[![specs Rails 6.1](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails6.1.yml/badge.svg)](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails6.1.yml)
76
[![specs Rails 7.0](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails7.0.yml/badge.svg)](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails7.0.yml)
87

@@ -252,6 +251,10 @@ Index:
252251
Edit:
253252
![edit](extra/edit.png)
254253

254+
## Changelog
255+
256+
The changelog is available [here](CHANGELOG.md).
257+
255258
## Do you like it? Star it!
256259

257260
If you use this component just star it. A developer is more motivated to improve a project when there is some interest. My other [Active Admin components](https://github.com/blocknotes?utf8=✓&tab=repositories&q=activeadmin&type=source).

activeadmin_blaze_theme.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
1818

1919
spec.metadata['homepage_uri'] = spec.homepage
2020
spec.metadata['source_code_uri'] = spec.homepage
21+
spec.metadata['changelog_uri'] = 'https://raw.githubusercontent.com/blocknotes/activeadmin_blaze_theme/master/CHANGELOG.md'
2122
spec.metadata['rubygems_mfa_required'] = 'true'
2223

2324
spec.files = Dir["{app,lib}/**/*", 'LICENSE.txt', 'README.md', 'index.js', 'package.json']

0 commit comments

Comments
 (0)