Skip to content

Commit 264c417

Browse files
committed
Add missing changelog entries.
1 parent 4c92529 commit 264c417

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

changes.md

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
## 1.2.0 - Unreleased
44

5+
- Update the website design. (Cornelis Kolbach)
6+
57
- Packaging changes:
68

7-
- new bootstrap to handle installation of all dependencies and build
9+
- New bootstrap to handle installation of all dependencies and build
810
bundles (Marko Đurković, Florian Friesdorf)
911

1012
- Switch dependency management from jamjs to bungle. Remove all third party
@@ -20,6 +22,10 @@
2022
- Zoom pattern: make zoom fallback control (text input field) react properly to
2123
change events. (Marko Đurković)
2224

25+
- Improve documentation for the image-crop pattern.
26+
27+
- Fix handling of position hints for tooltips. (Marko Đurković)
28+
2329
- Autoscale pattern:
2430

2531
- Avoid creating infinite loops with the resize handler in IE8. This could
@@ -44,6 +50,10 @@
4450
quotes.
4551
(Wichert Akkerman)
4652

53+
- Rewrite URL rebasing logic to use the browser''s HTML parser again. This
54+
should improve robustness when dealing with non-standard markup.
55+
(Marko Đurković)
56+
4757
- Depends pattern:
4858

4959
- Really hide/show elements if no transition type was specified (or
@@ -58,10 +68,15 @@
5868
- Form-State pattern: add `form-state-saved` signal.
5969
(Marko Đurković)
6070

61-
- Modal pattern: make sure elements inside a modal do not accidentily loose
62-
their focus. This broke the handling of autofocus in modals.
63-
[Ticket 266](https://github.com/Patternslib/Patterns/issues/266)
64-
(Wichert Akkerman)
71+
- Modal pattern:
72+
73+
- Automatically position modals using javascript to fix problems with IE9 and
74+
make sure they always fit in the viewport.
75+
(Cornelis Kolbach and Marko Đurković)
76+
77+
- Make sure elements inside a modal do not accidentily loose their focus.
78+
This broke the handling of autofocus in modals. [Ticket
79+
266](https://github.com/Patternslib/Patterns/issues/266) (Wichert Akkerman)
6580

6681
- Check-list pattern: send *change* event when a checkbox is toggled. This fixes
6782
interaction with other patterns such as the checked-flag pattern.
@@ -104,10 +119,10 @@
104119

105120
- Core logic changes:
106121

107-
- Patterns main.js returns registry, you have to call
108-
patterns.init() manually. For the bundles this happens
109-
automatically. Depend on `patterns/autoinit`, if you really want
110-
an auto-initializing modular patterns library. (Florian Friesdorf)
122+
- Patterns main.js returns registry, you have to call patterns.init()
123+
manually. For the bundles this happens automatically. Depend on
124+
`patterns/autoinit`, if you really want an auto-initializing modular
125+
patterns library. (Florian Friesdorf)
111126

112127
- Registry: Add option to registry.scan to let init exceptions
113128
through. (Rok Garbas)

0 commit comments

Comments
 (0)