Releases: blocknotes/administrate-bootstrap-theme
Releases · blocknotes/administrate-bootstrap-theme
Release list
1.1.0
What's Changed
- refactor: update bootstrap to 5.3.3 by @blocknotes in #16
- test: setup Appraisal by @blocknotes in #14
- test: test suite improvements by @blocknotes in #15
Full Changelog: v1.0.6...v1.1.0
1.0.6
What's Changed
- Update to Bootstrap 5.1.3 by @blocknotes in #12
Internal changes:
- GitHub Actions improvements by @blocknotes in #11
- Replace selenium-webdriver with cuprite by @blocknotes in #9
- Docker setup by @blocknotes in #13
Full Changelog: v1.0.4...v1.0.6
v1.0.4
- Replace some styles with Bootstrap classes
- Internal changes:
- Update minimum required Ruby version to 2.6.0
- Remove sassc from gemspec
- Remove
node_modulesfolder
v1.0.1
- Update the sassc dependency (it was fixed to 2.3.x)
v1.0.0
Breaking changes
- remove theme.js => JS customizations are responsibilities of the user application;
- remove flatpickr js => it should be a user choice;
Fixes
- fix datetimepicker error due to the missing relative positioned container;
New features
- add generator: administrate_bootstrap_theme:install;
- preconfigured font configurations;
- color schemas;
- styles structure adjustments.
v0.2.2
- Update Bootstrap to version 5.0.1
- Rename flatpickr.css to scss
v0.2.0
- Initialize JS components
- Add flatpickr for date selectors
- Move libs from node_modules to assets
- Update specs
0.1.9
- Fix assets path for node_modules
- Form style improvements
- Add bootstrap javascript lib
0.1.6
- Basic specs
- Setup RSpec + Capybara
- Prepare a dummy app
0.1.4
- Improve tables style
- Improve nested attributes style
- Include in the gem only bootstrap scss and js/src