1
1
mirror of https://github.com/primer/css.git synced 2024-12-28 08:31:58 +03:00

v13.0.0 changelog

This commit is contained in:
Shawn Allen 2019-09-12 12:52:38 -07:00 committed by GitHub
parent 3533fe4f37
commit e5c4062bf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,28 @@
# 13.0.0
### :boom: Breaking Change
- Remove `.container`, `.columns`, `.column`, and related classes #662
- Remove `.btn-purple` #736 :wave: 💜
- Remove `.text-pending` and `.bg-pending` #888
- Remove `.dropdown-menu-content` #884
### :nail_care: Polish
- Select menu improvements #893
### :memo: Documentation
- The layout docs, formerly available at `/css/objects/layout`, are gone.
### :house: Internal
- Add deprecations test script #889
- Clean up scripts and dev dependencies #890
- Upgrade stylelint-config-primer to v8.0.0 #892
### Committers
- [@jonrohan](https://github.com/jonrohan)
- [@shawnbot](https://github.com/shawnbot)
- [@simurai](https://github.com/simurai)
- [@sophshep](https://github.com/sophshep)
# 12.7.0
### :rocket: Enhancement